<?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-14;/notification-daemon-&notification-daemon-version;.tar.xz">
  <!ENTITY notification-daemon-download-ftp
           "&gnome-download-ftp;/notification-daemon/&gnome-minor-14;/notification-daemon-&notification-daemon-version;.tar.xz">
  <!ENTITY notification-daemon-md5sum        "d86ac053908f2e27b9b8151cba96d721">
  <!ENTITY notification-daemon-size          "276 KB">
  <!ENTITY notification-daemon-buildsize     "4.8 MB">
  <!ENTITY notification-daemon-time          "less than 0.1 SBU">
]>

<sect1 id="notification-daemon" xreflabel="notification-daemon-&notification-daemon-version;">
  <?dbhtml filename="notification-daemon.html"?>

  <sect1info>
    <othername>$LastChangedBy: bdubbs $</othername>
    <date>$Date: 2015-02-28 23:47:03 -0500 (Sat, 28 Feb 2015) $</date>
  </sect1info>

  <title>notification-daemon-&notification-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>

    &lfs77_checked;

    <bridgehead renderas="sect3">Package Information</bridgehead>
    <itemizedlist spacing="compact">
      <listitem>
        <para>
          Download (HTTP): <ulink url="&notification-daemon-download-http;"/>
        </para>
      </listitem>
      <listitem>
        <para>
          Download (FTP): <ulink url="&notification-daemon-download-ftp;"/>
        </para>
      </listitem>
      <listitem>
        <para>
          Download MD5 sum: &notification-daemon-md5sum;
        </para>
      </listitem>
      <listitem>
        <para>
          Download size: &notification-daemon-size;
        </para>
      </listitem>
      <listitem>
        <para>
          Estimated disk space required: &notification-daemon-buildsize;
        </para>
      </listitem>
      <listitem>
        <para>
          Estimated build time: &notification-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  &amp;&amp;
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 &amp;&amp;
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>
          notification-daemon
        </seg>
        <seg>
          none
        </seg>
        <seg>
          none
        </seg>
      </seglistitem>
    </segmentedlist>

    <variablelist>
      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
      <?dbfo list-presentation="list"?>
      <?dbhtml list-presentation="table"?>

      <varlistentry id="notification-daemon-prog">
        <term><command>notification-daemon</command></term>
        <listitem>
          <para>
            is the <application>Notification Daemon</application> itself.
          </para>
          <indexterm zone="notification-daemon notification-daemon-prog">
            <primary sortas="b-notification-daemon">notification-daemon</primary>
          </indexterm>
        </listitem>
      </varlistentry>

    </variablelist>

  </sect2>

</sect1>
