Version: (using KDE 4.4.0) Compiler: gcc 4.3.1 OS: Linux Installed from: Gentoo Packages I am trying to use Skype via kopete (this works with pidgin on this computer). When I try to connect my Skype account in kopete, I get the following error message (french) : "Impossible de démarrer Skype. Notez que vous devez installer le binaire Skype 2.0 lié dynamiquement depuis http://www.skype.com." Which means "unable to start Skype. Please download the dynamically linked binary from http://www.skype.com." Although Skype is installed, started and functional.
Check if you have dynamic linked version of skype installed. Only dynamic linked version has support for DBus Public API. (There is also X11 messaging Public API that is supported by dynamic and linked skype version, but not by Kopete - Skype protocol !!). Try send strings to Skype throw DBus (be sure that skype is running): $ qdbus com.Skype.API /com/Skype com.Skype.API.Invoke "NAME Kopete" If output is "OK", try kopete again, if no send output.
I updated skype to the latest beta and it worked.