palfrey / rhythmbox-tray-icon

Tray icon for Rhythmbox 3+
https://tevps.net/blog/2012/01/16/re-adding-a-tray-icon-to-rhythmbox/
GNU General Public License v3.0
21 stars 18 forks source link

bad python loader line in tray_icon.plugin #14

Closed pguridi closed 4 years ago

pguridi commented 10 years ago

Plugin fails to load in rhythmbox 3.01, (fedora 20, x64).

(rhythmbox:6344): libpeas-WARNING **: Could not find loader 'python' for plugin 'tray_icon'

changing the line loader line to: Loader=python3, in tray_icon.plugin, fixes it.

focs commented 10 years ago

Thanks that fixed one problem. I also had mixed tabs and spaces which python didn't like.

Adbekunkus commented 9 years ago

Hi. I get the following error: File "/home/tpo/.local/share/rhythmbox/plugins/tray_icon/tray_icon.py", line 33 def quit(self, widget): ^ TabError: inconsistent use of tabs and spaces in indentation

(rhythmbox:19343): libpeas-WARNING **: Error loading plugin 'tray_icon'

How do I fix it? Thanks.

palfrey commented 4 years ago

Fixed by https://github.com/palfrey/rhythmbox-tray-icon/pull/16