notification-daemon-3.20.0

Introduction à Notification Daemon

Le paquet Notification Daemon contient un démon qui affiche des notifications passives.

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

Informations sur le paquet

Dépendances de Notification Daemon

Requises

GTK+-3.24.30 et libcanberra-0.30 (construit avec al prise en charge de GTK+-3.24.30).

Notes utilisateur : https://wiki.linuxfromscratch.org/blfs/wiki/notification-daemon

Installation de Notification Daemon

Installez Notification Daemon en lançant les commandes suivantes :

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

Ce paquet ne vient pas avec une suite de tests.

Maintenant, en tant qu'utilisateur root :

make install

Vous pouvez tester le démon de notification avec la commande notify-send :

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

La commande pgrep -l notification-da est ajoutée pour s'assure que c'est bien le démon de ce paquet qui est lancé, et pas un autre, comme le démon de xfce4-notifyd-0.6.2.

Contents

Programme installé: none
Bibliothèques installées: none
Répertoire installé: none

Last updated on