diff options
author | Binh Nguyen <binhnguyen@fastmail.fm> | 2010-09-22 17:47:37 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-09-22 17:47:37 -0500 |
commit | 966d20d5bb36f212c7bdd444d9150a4022ec540e (patch) | |
tree | 391518ac80d81a8e7ff62859ef91882e01f7aadc /desktop/notification-daemon/README | |
parent | b6bd90cdf3054786462e13b72bc1c7d0dedcbac7 (diff) |
desktop/notification-daemon: Added (the name says it all)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/notification-daemon/README')
-rw-r--r-- | desktop/notification-daemon/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/notification-daemon/README b/desktop/notification-daemon/README new file mode 100644 index 000000000000..948b94487b92 --- /dev/null +++ b/desktop/notification-daemon/README @@ -0,0 +1,10 @@ +The Desktop Notifications framework provides a standard way of doing +passive pop-up notifications on the Linux desktop. These are designed +to notify the user of something without interrupting their work with a +dialog box that they must close. Passive popups can automatically +disappear after a short period of time. + +This conflicts with xfce4-notifyd. After removing the notification-daemon +package, you will need to reinstall xfce4-notifyd. + +This requires GConf and libsexy. |