trayicon plugin doesn't work (with 'fix')
Status: Alpha
Brought to you by:
metzen
trayicon plugin cannot be enabled on pympd 0.07, when selecting the item it displays "An error occured when trying to load this plugin's information".
It appears that line 5 in plugins/trayicon.py is the problem:
from pympd.modules import trayicon
but I cannot find trayicon.py in pympd's modules. I fixed it by changing this line to
from egg import trayicon
Logged In: YES
user_id=395236
Originator: YES
Hmm maybe some more details. I'm using Ubuntu Feisty Herd 5 with python-gtk2 2.10.4 and python 2.5.
Logged In: YES
user_id=1151811
Originator: NO
Same on Debian testing with python 2.4.4 and python-gtk2 2.8.6.
But 'fix' doesn't work, neither on Debian package nor on source installation.
Logged In: YES
user_id=1151811
Originator: NO
Ok, the fix works only, if you have the python-gnome2-extras package installed. Then you can import the trayicon from egg.
I talked to the Debian package manager and he already knows about it. The dependency and patch is in the newest package and will be uploaded in the next upstream.