The Xfce4 Notification Daemon is a small program that implements the "server-side" portion of the Freedesktop desktop notifications specification. Applications that wish to pop up a notification bubble in a standard way can use Xfce4-Notifyd to do so by sending standard messages over D-Bus using the org.freedesktop.Notifications interface.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://archive.xfce.org/src/apps/xfce4-notifyd/0.9/xfce4-notifyd-0.9.3.tar.bz2
ダウンロード MD5 sum: 6cc5cfba7789815951b0113c049c7252
ダウンロードサイズ: 714 KB
必要ディスク容量: 12 MB
概算ビルド時間: less than 0.1 SBU
libnotify-0.8.3, libxfce4ui-4.18.4, libcanberra-0.30, xfce4-dev-tools-4.18.1, xfce4-panel-4.18.5
以下のコマンドを実行して Xfce4 Notification Daemon をビルドします。
./configure --prefix=/usr --sysconfdir=/etc && make
このパッケージにテストスイートはありません。
root
ユーザーになって以下を実行します。
make install
You can test the notification daemon with the command notify-send, to be run in a graphical environment:
notify-send -i info Information "Hi ${USER}, This is a Test"