source: general/sysutils/notification-daemon.xml@ 34a6571

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 34a6571 was 34a6571, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Tags

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