notification-daemon-3.20.0

Notification Daemon の概要

Notification Daemon パッケージは、受動的なポップアップ通知を表示します。

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

Notification Daemon の依存パッケージ

必須

GTK+-3.24.38, libcanberra-0.30 (Built with GTK+-3.24.38 support).

Notification Daemon のインストール

以下のコマンドを実行して Notification Daemon を実行します。

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

このパッケージにテストスイートはありません。

root ユーザーになって以下を実行します。

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.9.3.

パッケージ構成

インストールプログラム: なし
インストールライブラリ: なし
インストールディレクトリ: なし