After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 155509 - Icon should request dock when a Notification Area is added
Icon should request dock when a Notification Area is added
Status: RESOLVED WONTFIX
Product: libegg
Classification: Other
Component: tray
unspecified
Other All
: Normal major
: ---
Assigned To: Libegg maintenance
Libegg maintenance
Depends on:
Blocks: 157057
 
 
Reported: 2004-10-15 14:14 UTC by Ilya Konstantinov
Modified: 2006-07-28 21:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ilya Konstantinov 2004-10-15 14:14:04 UTC
If the Notification Area does not exist when the EggTrayIcon is created, or if
it's removed during the operation, the EggTrayIcon should request dock again
once the Notification Area is re-added.

This is very important for times when the panel crashes.

KDE's KSystemTray manages to do it, and so can we.
Comment 1 Vincent Untz 2006-07-28 21:40:32 UTC
This is a bug in the application using EggTrayIcon. Lots of applications have managed to make it correctly work. EggTrayIcon could be improved to do it, but it's deprecated and people should use GtkStatusIcon instead.