GNOME Bugzilla – Bug 631737
require libnotify version 0.6.0
Last modified: 2010-11-17 12:21:34 UTC
We should require the latest libnotify since it has some behavior and API changes. Along with this.. 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
Created attachment 172153 [details] [review] Require libnotify 0.6.1
The patch looks good except that i would like to keep libnotify optional. Zenity is used on many situations that the users need to have low depedencies. Thanks for the patch.
Review of attachment 172153 [details] [review]: William i committed this patch for 2.91.1.1 release but i'll keep this open because i want to make notifications optional. Thanks for the patch.
Created attachment 173842 [details] [review] Make libnotify optional in zenity installation Patch to make libnotify optional added ;)
The patch was commited to git master. Thanks
Review of attachment 173842 [details] [review]: Commited