The notification-daemon package is a daemon that displays passive pop-up notifications.
Download (HTTP): http://www.galago-project.org/files/releases/source/notification-daemon/notification-daemon-0.4.0.tar.bz2
Download MD5 sum: e61eff9782551d81045bb53e8a801d58
Download size: 318 KB
Estimated disk space required: 4 MB
Estimated build time: 0.1 SBU
GConf-2.28.1, libglade-2.6.4, libnotify-0.4.5, libsexy-0.1.11, and libwnck-2.30.2
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/notification-daemon
Install notification-daemon by running the following commands:
./configure --prefix=/usr \ --libexecdir=/usr/lib/notification-daemon-1.0 \ --with-gconf-schema-file-dir=/etc/gnome/2.30.2/gconf/schemas && make
This package does not come with a test suite.
Now, as the root
user:
make install
--libexecdir=/usr/lib/notification-daemon-1.0
:
This parameter is used so that the notification-daemon internal support programs
are installed in the preferred location of /usr/lib/notification-daemon-1.0
instead of
/usr/libexec
.
--with-gconf-schema-file-dir=/etc/gnome/2.30.2/gconf/schemas
:
This parameter is used so that the GConf schema files are installed into the
existing database.
Last updated on 2010-05-25 12:53:25 +0000