On Sun, Apr 13, 2008 at 01:07:34PM +0200, matthieu castet wrote: > Package: gajim > Version: 0.11.4-2 > Severity: important > > Hi, > > after some system update, gajim doesn't find the trayicon module [1]. > but gajim was configured with 'trayicon = True' in the configuration. > There is no warning at all ([1] message is gotten with --verbose) and > gajim hang at start up. It acts like starting in trayicon without > displaying nothing in trayicon. > > This make gajim no functionnal.
My guess is that is because of the python2.5 transition thus trayicon.so won't load. Note however that gajim first tries to load trayicon from python-gnome2-extras so installing the package indeed fixes the problem at least for the moment. gajim will load with a warning though: $ gajim --verbose /usr/share/gajim/src/systray.py:35: DeprecationWarning: the module egg.trayicon is deprecated; equivalent functionality can now be found in pygtk 2.10 import egg.trayicon as trayicon # gnomepythonextras trayicon I'm not sure what is the best option here as I'm no gtk expert, perhaps using gtk.StatusIcon? This is more an upstream bug anyway. filippo -- Filippo Giunchedi - http://esaurito.net PGP key: 0x6B79D401 random quote follows: Beware of the Turing tar-pit in which everything is possible but nothing of interest is easy. -- Alan Perlis -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

