notification-daemon-3.18.1

Introduction à Notification Daemon

Le paquet Notification Daemon contient un démon qui affiche des pop-up passifs de notifications.

Ce paquet est connu pour se construire correctement sur une plateforme LFS-7.9.

Informations sur le paquet

Dépendances de Notification Daemon

Requises

GTK+-3.18.7, et libcanberra-0.30 (Construit avec le support GTK+-3.18.7).

Notes utilisateur : http://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 n'a pas de 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'assurer que c'est le démon de ce paquet qui est lancé, pas un autre, comme le démon de xfce4-notifyd-0.2.4.

Contenu

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

Last updated on 2016-02-27 04:14:42 +0100