The Xfce4 Notification Daemon is a small program that implements the "server-side" portion of the Freedesktop desktop notifications specification. Applications that wish to pop up a notification bubble in a standard way can use Xfce4-Notifyd to do so by sending standard messages over D-Bus using the org.freedesktop.Notifications interface.
This package is known to build and work properly using an LFS-7.4 platform.
Download (HTTP): http://archive.xfce.org/src/apps/xfce4-notifyd/0.2/xfce4-notifyd-0.2.4.tar.bz2
Download MD5 sum: 094be6f29206aac8299f27084e284e88
Download size: 356 KB
Estimated disk space required: 5.3 MB
Estimated build time: 0.2 SBU
libnotify-0.7.6 and libxfce4ui-4.10.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/xfce4-notifyd
Install the Xfce4 Notification Daemon by running the following commands:
./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install
You can test the notification daemon with the command notify-send:
notify-send -i info Information "Hi ${USER}, This is a Test"
Last updated on 2013-09-01 11:17:09 -0700