System is running Suse 8.2, with the default 3.1 KDE desktop.
I had Kopete .7.3, supplied by SuSE. Each time I tried to add an account, Kopete crashed (app simply disappeared - no error msg, no lockup).
SO, this evening I first used "rpm -e kopete" to remove .7.3. I then downloaded the tar of Kopete .7.4 from Sourceforge, and tried to install it.
I tar -xvzf'd it in a temporary directory. I then ran ./configure, make, and make install.
It took a short time for me to even find the program file, so maybe I'm just running the wrong executable, but each time I try to launch the program - "/usr/local/kde/bin/kopete", I get many errors, and the window that appears is clearly incomplete, missing menus and menu titles.
The errors include:
[code:1]
kio (KMimeType): WARNING: KServiceType::offers : servicetype Kopete/Plugin not found
kopete: [KopetePlugin* LibraryLoader::loadPlugin(const QString&)] No service implementing the given mimetype and fullfilling the given constraint expression can be found.
kopete: [KopetePlugin* LibraryLoader::loadPlugin(const QString&)] Loading plugin 'aim'failed, KLibLoader reported error:
kopete:
kopete: [void KopeteAccountManager::save()]
kopete: [virtual LibraryLoader::~LibraryLoader()] All plugins removed
[/code:1]
Help?