mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
149 lines
4.3 KiB
XML
149 lines
4.3 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY notification-daemon-download-http
|
|
"&gnome-download-http;/notification-daemon/&gnome-minor-20;/notification-daemon-¬ification-daemon-version;.tar.xz">
|
|
<!ENTITY notification-daemon-download-ftp
|
|
"&gnome-download-ftp;/notification-daemon/&gnome-minor-20;/notification-daemon-¬ification-daemon-version;.tar.xz">
|
|
<!ENTITY notification-daemon-md5sum "2de7f4075352831f1d98d8851b642124">
|
|
<!ENTITY notification-daemon-size "336 KB">
|
|
<!ENTITY notification-daemon-buildsize "4.1 MB">
|
|
<!ENTITY notification-daemon-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="notification-daemon" xreflabel="notification-daemon-¬ification-daemon-version;">
|
|
<?dbhtml filename="notification-daemon.html"?>
|
|
|
|
<sect1info>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>notification-daemon-¬ification-daemon-version;</title>
|
|
|
|
<indexterm zone="notification-daemon">
|
|
<primary sortas="a-notification-daemon">notification-daemon</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Notification Daemon</title>
|
|
|
|
<para>
|
|
The <application>Notification Daemon</application> package contains a daemon
|
|
that displays passive pop-up notifications.
|
|
</para>
|
|
|
|
&lfs111_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="¬ification-daemon-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="¬ification-daemon-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: ¬ification-daemon-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: ¬ification-daemon-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: ¬ification-daemon-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: ¬ification-daemon-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Notification Daemon Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="gtk3"/> and
|
|
<xref linkend="libcanberra"/> (Built with <xref linkend="gtk3"/> support).
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/notification-daemon"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Notification Daemon</title>
|
|
|
|
<para>
|
|
Install <application>Notification Daemon</application> by running
|
|
the following commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--disable-static &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a testsuite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
<para>
|
|
You can test the notification daemon with the command
|
|
<command>notify-send</command>:
|
|
</para>
|
|
|
|
<screen><userinput>pgrep -l notification-da &&
|
|
notify-send -i info Information "Hi ${USER}, This is a Test"</userinput></screen>
|
|
<para>
|
|
The command <command>pgrep -l notification-da</command> is added to assure
|
|
that it is the daemon of this package that is running, not another one,
|
|
e.g. the daemon from <xref linkend="xfce4-notifyd"/>.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
none
|
|
</seg>
|
|
<seg>
|
|
none
|
|
</seg>
|
|
<seg>
|
|
none
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|