Bug 227108 - Skype plugin does not connect
Summary: Skype plugin does not connect
Status: RESOLVED WORKSFORME
Alias: None
Product: kopete
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-16 01:57 UTC by Kévin FERRARE
Modified: 2010-03-03 02:31 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kévin FERRARE 2010-02-16 01:57:42 UTC
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.
Comment 1 Pali Rohár 2010-02-26 17:58:42 UTC
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.
Comment 2 Kévin FERRARE 2010-03-03 02:31:57 UTC
I updated skype to the latest beta and it worked.