notification-daemon-0.7.6

Introduction to Notification Daemon

The Notification Daemon package contains a daemon that displays passive pop-up notifications.

This package is known to build and work properly using an LFS-7.6 systemd platform.

Package Information

Notification Daemon Dependencies

Required

GTK+-3.12.2 and libcanberra-0.30 (Built with GTK+-3.12.2 support).

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/notification-daemon

Installation of Notification Daemon

Install Notification Daemon by running the following commands:

./configure --prefix=/usr     \
            --sysconfdir=/etc \
            --disable-static  &&
make

This package does not come with a testsuite.

Now, as the root user:

make install

Contents

Installed Programs: notification-daemon
Installed Libraries: none
Installed Directories: none

Short Descriptions

notification-daemon

is the Notification Daemon itself.

Last updated on 2014-08-25 11:16:47 -0700