Summary: | Skype plugin does not connect | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Kévin FERRARE <timid3000> |
Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | pali.rohar, timid3000 |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kévin FERRARE
2010-02-16 01:57: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. I updated skype to the latest beta and it worked. |