Gnome Play Video in Totem
mwheatland
Source i (link to git-repo or to original if based on someone elses unmodified work):
© 2025 store.kde.org - The official KDE Store
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
8 Comments
If you are on Amarok 2.0 and greater, use Skypemood: http://kde-apps.org/content/show.php?content=125640
Installed the neccesary python, python-qt and python-xlib in my Kubuntu and the plugin works like a charm. Now I can let my friends see what I'm listening at the moment like with AMSN. Nice work!
Maybe there is need for DBUS version? Or should I wait for amarok2 and then release new version with more features? :)
Dear Danker, Yes, please make an Amarok 2.0 version. Could it be that this one could help you a bit already: http://kde-apps.org/content/show.php/skypemood?content=93786 Most of my contacts are on skype rather than msn, and I always like to show people what I'm listening to.
The nvidia driver breaks python xlib for some reason. dsp = Xlib.display.Display() won't work with the nvidia driver.
Hi, I get this error when I start the Plugin: Traceback (most recent call last): File "/home/martin/.kde/share/apps/amarok/scripts/amarok_mood/skype_amarok.py", line 244, in <module> mood = mood() File "/home/martin/.kde/share/apps/amarok/scripts/amarok_mood/skype_amarok.py", line 136, in __init__ self.api = SkypeAPI() File "/home/martin/.kde/share/apps/amarok/scripts/amarok_mood/skype_amarok.py", line 30, in __init__ self.display = Xlib.display.Display(":0") File "/var/lib/python-support/python2.5/Xlib/display.py", line 80, in __init__ self.display = _BaseDisplay(display) File "/var/lib/python-support/python2.5/Xlib/display.py", line 67, in __init__ apply(protocol.display.Display.__init__, (self, ) + args, keys) File "/var/lib/python-support/python2.5/Xlib/protocol/display.py", line 124, in __init__ self.default_screen = min(self.default_screen, len(self.info.roots) - 1) File "/var/lib/python-support/python2.5/Xlib/protocol/rq.py", line 1371, in __getattr__ raise AttributeError(attr) AttributeError: roots I am running Kubuntu with KDE 3.5.7 and Amarok 1.4.5 thx Borisdieklinge
Try this: http://www.linuxforums.org/forum/linux-desktop-x-windows/50612-pypanel.html
Hi, I get this error when I start the Plugin: Traceback (most recent call last): File "/home/martin/.kde/share/apps/amarok/scripts/amarok_mood/skype_amarok.py", line 244, in <module> mood = mood() File "/home/martin/.kde/share/apps/amarok/scripts/amarok_mood/skype_amarok.py", line 136, in __init__ self.api = SkypeAPI() File "/home/martin/.kde/share/apps/amarok/scripts/amarok_mood/skype_amarok.py", line 30, in __init__ self.display = Xlib.display.Display(":0") File "/var/lib/python-support/python2.5/Xlib/display.py", line 80, in __init__ self.display = _BaseDisplay(display) File "/var/lib/python-support/python2.5/Xlib/display.py", line 67, in __init__ apply(protocol.display.Display.__init__, (self, ) + args, keys) File "/var/lib/python-support/python2.5/Xlib/protocol/display.py", line 124, in __init__ self.default_screen = min(self.default_screen, len(self.info.roots) - 1) File "/var/lib/python-support/python2.5/Xlib/protocol/rq.py", line 1371, in __getattr__ raise AttributeError(attr) AttributeError: roots I am running Kubuntu with KDE 3.5.7 and Amarok 1.4.5 thx Borisdieklinge