source: general/sysutils/notification-daemon.xml@ 65caf34

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 65caf34 was 172c283, checked in by Bruce Dubbs <bdubbs@…>, 10 months ago

Tag all remaining System Utilities

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