source: general/sysutils/notification-daemon.xml@ 6b86812e

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 6b86812e was acd88fc, checked in by Bruce Dubbs <bdubbs@…>, 16 months ago

Tags and move 2 unneeded files

  • Property mode set to 100644
File size: 4.2 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 &lfs113_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 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/notification-daemon"/>
81 </para>
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of Notification Daemon</title>
86
87 <para>
88 Install <application>Notification Daemon</application> by running
89 the following commands:
90 </para>
91
92<screen><userinput>./configure --prefix=/usr \
93 --sysconfdir=/etc \
94 --disable-static &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 This package does not come with a test suite.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 <para>
108 You can test the notification daemon with the command
109 <command>notify-send</command>:
110 </para>
111
112<screen><userinput>pgrep -l notification-da &amp;&amp;
113notify-send -i info Information "Hi ${USER}, This is a Test"</userinput></screen>
114 <para>
115 The command <command>pgrep -l notification-da</command> is added to assure
116 that it is the daemon of this package that is running, not another one,
117 e.g. the daemon from <xref linkend="xfce4-notifyd"/>.
118 </para>
119
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Program</segtitle>
127 <segtitle>Installed Libraries</segtitle>
128 <segtitle>Installed Directory</segtitle>
129
130 <seglistitem>
131 <seg>
132 none
133 </seg>
134 <seg>
135 none
136 </seg>
137 <seg>
138 none
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 </sect2>
144
145</sect1>
Note: See TracBrowser for help on using the repository browser.