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 633313 - add a hint for notifications that don't close when an action is invoked
add a hint for notifications that don't close when an action is invoked
Status: RESOLVED FIXED
Product: libnotify
Classification: Platform
Component: specification
git master
Other Linux
: Normal normal
: ---
Assigned To: William Jon McCann
Depends on:
Blocks:
 
 
Reported: 2010-10-28 00:31 UTC by Jonathan Matthew
Modified: 2010-10-28 23:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jonathan Matthew 2010-10-28 00:31:43 UTC
For example, rhythmbox track change notifications have a pause action.  When this is invoked, the notification disappears, and since it doesn't cause a new track to start (unlike the next/prev actions), the app doesn't open a new one.  It seems like the right solution here is for the notification to stay open when the action is invoked.
Comment 1 William Jon McCann 2010-10-28 01:20:54 UTC
Perhaps "resident" could be an OK name for this?
Comment 2 Jonathan Matthew 2010-10-28 01:41:10 UTC
I'd be a bit concerned about having multiple almost-synonyms in use - persistent, resident - but as long as they're explained somewhere it seems OK to me.
Comment 3 William Jon McCann 2010-10-28 23:28:41 UTC
Added to the spec in master.  Also added support to notification-daemon in master.  Bug 633412 is for GNOME Shell support.