GNOME Bugzilla – Bug 740886
Port to GNotification API
Last modified: 2014-11-29 19:12:25 UTC
See patches.
Created attachment 291773 [details] [review] app: Port to GNotification
Created attachment 291774 [details] [review] Remove libnotify dependency After the port to GNotifications, libnotify is only used to check whether the server supports persistence. Just call the underlying DBus method directly and remove the dependency.
Thanks, Florian! I have wanted to do this for a while. The unmount notification code is actually not used in Nautilus anymore and was waiting to be ported before being moved to GtkPlacesSidebar; I have done that in bug 740896. Pushed your patches plus some cleanups. Attachment 291773 [details] pushed as 3c7ef4a - app: Port to GNotification Attachment 291774 [details] pushed as a98c930 - Remove libnotify dependency