source: general/sysutils/notification-daemon.xml

trunk
Last change on this file was 868811b, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Many tags.
genutils
sysutils
netlibs
netprogs
netutils
editors
filesystems
shells

  • Property mode set to 100644
File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY notification-daemon-download-http
8 "&gnome-download-http;/notification-daemon/&gnome-minor-20;/notification-daemon-&notification-daemon-version;.tar.xz">
9 <!ENTITY notification-daemon-download-ftp " ">
10 <!ENTITY notification-daemon-md5sum "2de7f4075352831f1d98d8851b642124">
11 <!ENTITY notification-daemon-size "336 KB">
12 <!ENTITY notification-daemon-buildsize "4.1 MB">
13 <!ENTITY notification-daemon-time "less than 0.1 SBU">
14]>
15
16<sect1 id="notification-daemon" xreflabel="notification-daemon-&notification-daemon-version;">
17 <?dbhtml filename="notification-daemon.html"?>
18
19
20 <title>notification-daemon-&notification-daemon-version;</title>
21
22 <indexterm zone="notification-daemon">
23 <primary sortas="a-notification-daemon">notification-daemon</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Notification Daemon</title>
28
29 <para>
30 The <application>Notification Daemon</application> package contains a daemon
31 that displays passive pop-up notifications.
32 </para>
33
34 &lfs121_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&notification-daemon-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&notification-daemon-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &notification-daemon-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &notification-daemon-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &notification-daemon-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &notification-daemon-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Notification Daemon Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="gtk3"/> and
75 <xref linkend="libcanberra"/> (Built with <xref linkend="gtk3"/> support).
76 </para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of Notification Daemon</title>
82
83 <para>
84 Install <application>Notification Daemon</application> by running
85 the following commands:
86 </para>
87
88<screen><userinput>./configure --prefix=/usr \
89 --sysconfdir=/etc \
90 --disable-static &amp;&amp;
91make</userinput></screen>
92
93 <para>
94 This package does not come with a test suite.
95 </para>
96
97 <para>
98 Now, as the <systemitem class="username">root</systemitem> user:
99 </para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 <para>
104 You can test the notification daemon with the command
105 <command>notify-send</command>:
106 </para>
107
108<screen><userinput>pgrep -l notification-da &amp;&amp;
109notify-send -i info Information "Hi ${USER}, This is a Test"</userinput></screen>
110 <para>
111 The command <command>pgrep -l notification-da</command> is added to assure
112 that it is the daemon of this package that is running, not another one,
113 e.g. the daemon from <xref linkend="xfce4-notifyd"/>.
114 </para>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Program</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directory</segtitle>
125
126 <seglistitem>
127 <seg>
128 none
129 </seg>
130 <seg>
131 none
132 </seg>
133 <seg>
134 none
135 </seg>
136 </seglistitem>
137 </segmentedlist>
138
139 </sect2>
140
141</sect1>
Note: See TracBrowser for help on using the repository browser.