From f5c0e92affa5ec515d03eb1d8abfcccd2b4fe3eb Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Sat, 11 Apr 2009 17:19:59 -0400 Subject: add notification daemon First order of business for this daemon is to pop up dialogs for slow unmont operations. These notifications look like this http://people.freedesktop.org/~david/gdu-unmount-busy-1.png http://people.freedesktop.org/~david/gdu-unmount-busy-2.png See also http://bugzilla.gnome.org/show_bug.cgi?id=570499 https://wiki.ubuntu.com/NotifyOSD#gnome-mount --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6fe573f..5450819 100644 --- a/configure.ac +++ b/configure.ac @@ -179,10 +179,12 @@ src/gdu/gdu.pc src/gdu-gtk/Makefile src/gdu-gtk/gdu-gtk.pc src/palimpsest/Makefile +src/notification/Makefile src/playground/Makefile src/playground/grid/Makefile po/Makefile.in data/Makefile +data/gdu-notification-daemon.desktop.in.in data/icons/Makefile data/icons/16x16/Makefile data/icons/22x22/Makefile -- cgit