notification-daemon-0.7.4

Introduction to notification-daemon

The notification-daemon package is a daemon that displays passive pop-up notifications.

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

Package Information

notification-daemon Dependencies

Required

intltool-0.50.0 and libcanberra-0.28 (Built with Gtk+-3.4.3 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 \
            --libexecdir=/usr/lib/notification-daemon &&
make

This package's testsuite is only intended to be used by the maintainer to check i18n files.

Now, as the root user:

make install

Command Explanations

--libexecdir=/usr/lib/notification-daemon: This parameter is used so that the notification-daemon program is installed in the preferred location of /usr/lib/notification-daemon instead of /usr/libexec.

Contents

Installed Program: notification-daemon
Installed Directory: /usr/lib/notification-daemon

Short Descriptions

notification-daemon

is the notification daemon itself.

Last updated on 2012-04-16 18:34:30 +0000