GNOME Bugzilla – Bug 631722
advertise server capability for notification persistence
Last modified: 2010-10-11 18:49:43 UTC
I've just added a server capability to notification-daemon master called "persistence". commit 95bd603527748da2aa8bd88d2cb4395a920900dc Author: William Jon McCann <jmccann@redhat.com> Date: Fri Oct 8 20:43:06 2010 -0400 Add "persistence" server capability This will allow clients to determine if the server will only show transient notifications or has notification persistence. If the server supports persistence then the client should not perform its own message persistence (for example by showing a status icon). For how it may be used see: http://git.gnome.org/browse/libnotify/tree/tests/test-persistence.c Once we add this to the shell we can go about patching apps and services.
Created attachment 171985 [details] [review] [NotificationDaemon] Add "persistence" server capability This will allow clients to determine that the server has notification persistence.