notification-daemon-3.20.0

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-9.1 platform.

Package Information

Notification Daemon Dependencies

Required

GTK+-3.24.13 and libcanberra-0.30 (Built with GTK+-3.24.13 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

You can test the notification daemon with the command notify-send:

pgrep -l notification-da &&
notify-send -i info Information "Hi ${USER}, This is a Test"

The command pgrep -l notification-da is added to assure that it is the daemon of this package that is running, not another one, e.g. the daemon from xfce4-notifyd-0.4.4.

Contents

Installed Program: none
Installed Libraries: none
Installed Directory: none

Last updated on 2020-02-26 22:00:52 -0800