GNOME Bugzilla – Bug 315996
When closing and restarting system tray, icons disappear
Last modified: 2006-07-28 21:44:31 UTC
Please describe the problem: When I kill fbpanel and restart it, some tray icons (f.e. Gajim's one, which uses egg tray) disappear, where others (like skype or psi) come back. The same is when I restart gnome-panel or `trayer` (small system tray manager). Steps to reproduce: 1. `fbpanel` 2. `gajim` (or other gtk app which uses eggtray); Gajim puts its icon into systray 3. `killall fbpanel` 4. `fbpanel` Actual results: There's no Gajim's system tray icon. Expected results: Gajim's icon appear in system tray. Does this happen every time? Yes Other information:
EggTrayIcon could be enhanced to do this, but it's deprecated and no improvement are added to it. Applications like gossip have managed to do this, so it's possible to do this in the application. But the app should be ported to GtkStatusIcon now.