Menu

#6 trayicon plugin doesn't work (with 'fix')

open
nobody
None
5
2007-03-16
2007-03-16
wvengen
No

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

Discussion

  • wvengen

    wvengen - 2007-03-16

    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.

     
  • kalimac

    kalimac - 2007-03-18

    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.

     
  • kalimac

    kalimac - 2007-03-19

    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.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.