Summary: | Kopete nowlistening plugin doesn't detect the launch of Juk | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | pierre <pierre.linux59> |
Component: | Now Listening Plugin | Assignee: | Dennis Nienhüser <nienhueser> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, kopete-bugs-null |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Patch
Patch for all nowlistening supported players |
Description
pierre
2008-07-17 20:24:20 UTC
Created attachment 26219 [details]
Patch
This patch fixes the problem for juk.
I don't have much time to look at the other nowlistening supported players...
Looks valid according to the Qt documentation (can't test it right now). It affects all dbus players though in the nowlistening plugin, so the QDbusInterface creation should be moved out of the constructor for all of them. I'll have a look at it at the weekend. Ho, if you don't have much time, I can do a full patch, but I just won't be able to test it for every player supported by the plugin... Created attachment 26231 [details]
Patch for all nowlistening supported players
This improved patch fixes the support for every player using DBus... It also
removes the obsolete "TODO" in nlkscd since the dbus interface of kscd matches
what kopete uses...
Is this patch already applyed ? I still having this bug, kopete 'now playing' is not working with amarok2: amarok-1.83-2mdv2009.0 kopete-4.0.98-1mdv2009.0 Thanks, Sergio Rafael Lemke No, not yet. Shouldn't take long though, I want to have it in 4.1.0 which is going to be tagged in some hours. SVN commit 836173 by nienhueser: Find media players that were started after the plugin was created. Patch by pierre, thanks for the patch! CCBUG: 166871 M +5 -0 nlamarok.cpp M +5 -1 nljuk.cpp M +5 -0 nlkaffeine.cpp M +6 -3 nlkscd.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=836173 SVN commit 836184 by nienhueser: Find media players that were started after the plugin was created. Patch by pierre, thanks for the patch! Backport of commit 836173. BUG: 166871 M +5 -0 nlamarok.cpp M +5 -1 nljuk.cpp M +5 -0 nlkaffeine.cpp M +6 -3 nlkscd.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=836184 |