libnotify-0.7.8

Introduction to libnotify

The libnotify library is used to send desktop notifications to a notification daemon, as defined in the Desktop Notifications spec. These notifications can be used to inform the user about an event or display some form of information without getting in the user's way.

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

Package Information

libnotify Dependencies

Required

GTK+-3.24.13

Optional (Required if building GNOME)

gobject-introspection-1.62.0

Optional

GTK-Doc-1.32

Required (runtime)

notification-daemon-3.20.0 or xfce4-notifyd-0.4.4

[Note]

Note

GNOME Shell and KDE KWin provide their own notification daemons.

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libnotify

Installation of libnotify

Install libnotify by running the following commands:

mkdir build &&
cd    build &&

meson --prefix=/usr -Dgtk_doc=false .. &&
ninja

This package does not come with a test suite.

Now, as the root user:

ninja install

Command Explanations

-Dgtk_doc=false: Remove this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Program: notify-send
Installed Library: libnotify.so
Installed Directories: /usr/include/libnotify and /usr/share/gtk-doc/html/libnotify

Short Descriptions

notify-send

is a command used to send notifications.

libnotify.so

contains the libnotify API functions.

Last updated on 2020-02-17 12:12:55 -0800