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 631738 - Don't use a status icon if the notification server supports persistence
Don't use a status icon if the notification server supports persistence
Status: RESOLVED FIXED
Product: gnome-disk-utility
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-disk-utility-maint
Depends on:
Blocks:
 
 
Reported: 2010-10-09 09:22 UTC by William Jon McCann
Modified: 2010-10-27 22:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description William Jon McCann 2010-10-09 09:22:41 UTC
The GNOME notification servers (gnome-shell and notification-daemon >= 0.6.0)
support notification persistence.  This means that notification bubbles won't
be transient and require backing with a status icon.  We can drop use of status
icons in these cases.

http://live.gnome.org/GnomeShell/Design/Guidelines/MessageTray/Compatibility
Comment 1 William Jon McCann 2010-10-27 22:18:44 UTC
commit 575f884eb645e4ee3699de774b74caab923e4b63
Author: William Jon McCann <jmccann@redhat.com>
Date:   Wed Oct 27 17:53:54 2010 -0400

    Don't use a status icon just use notifications
    
    Recent notification daemon's support message persistence
    so there is no need to back notifications with a status icon.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=631738