source: xfce/apps/xfce4-notifyd.xml@ 06f7c10a

10.1 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 06f7c10a was 06f7c10a, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to links-2.21.
Update to scour-0.38.
Update to libcap-2.43.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23668 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.4 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 xfce4-notifyd-download-http
8 "http://archive.xfce.org/src/apps/xfce4-notifyd/0.6/xfce4-notifyd-&xfce4-notifyd-version;.tar.bz2">
9 <!ENTITY xfce4-notifyd-download-ftp " ">
10 <!ENTITY xfce4-notifyd-md5sum "7e4c7f8d922abc74b0a2e33fb123986a">
11 <!ENTITY xfce4-notifyd-size "536 KB">
12 <!ENTITY xfce4-notifyd-buildsize "7.7 MB">
13 <!ENTITY xfce4-notifyd-time "0.1 SBU">
14]>
15
16<sect1 id="xfce4-notifyd" xreflabel="xfce4-notifyd-&xfce4-notifyd-version;">
17 <?dbhtml filename="xfce4-notifyd.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>xfce4-notifyd-&xfce4-notifyd-version;</title>
25
26 <indexterm zone="xfce4-notifyd">
27 <primary sortas="a-xfce4-notifyd">xfce4-notifyd</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to the Xfce4 Notification Daemon</title>
32
33 <para>
34 The <application>Xfce4 Notification Daemon</application> is a small
35 program that implements the "server-side" portion of the Freedesktop
36 desktop notifications specification. Applications that wish to pop up a
37 notification bubble in a standard way can use
38 <application>Xfce4-Notifyd</application> to do so by sending standard
39 messages over <application>D-Bus</application> using the
40 org.freedesktop.Notifications interface.
41 </para>
42
43 &lfs10_checked;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>
49 Download (HTTP): <ulink url="&xfce4-notifyd-download-http;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download (FTP): <ulink url="&xfce4-notifyd-download-ftp;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download MD5 sum: &xfce4-notifyd-md5sum;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download size: &xfce4-notifyd-size;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated disk space required: &xfce4-notifyd-buildsize;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated build time: &xfce4-notifyd-time;
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">The Xfce4 Notification Daemon Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
83 <xref linkend="libnotify"/>,
84 <xref linkend="libxfce4ui"/>, and
85 <xref linkend="xfce4-panel"/>
86 </para>
87
88 <para condition="html" role="usernotes">
89 User Notes: <ulink url="&blfs-wiki;/xfce4-notifyd"/>
90 </para>
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of the Xfce4 Notification Daemon</title>
95
96 <para revision="sysv">
97 Prevent installing unused files:
98 </para>
99
100<screen revision="sysv"><userinput>sed -e "s/^systemd_user_in_files =.*/systemd_user_in_files =/" \
101 -i Makefile.in</userinput></screen>
102
103 <para>
104 Install the <application>Xfce4 Notification Daemon</application> by
105 running the following commands:
106 </para>
107
108<screen><userinput>./configure --prefix=/usr &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 This package does not come with a test suite.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 <para>
122 You can test the notification daemon with the command
123 <command>notify-send</command>:
124 </para>
125
126<screen><userinput>notify-send -i info Information "Hi ${USER}, This is a Test"</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Program</segtitle>
135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>
140 xfce4-notifyd-config
141 </seg>
142 <seg>
143 libnotification-plugin.so
144 </seg>
145 <seg>
146 /usr/share/themes/Bright/xfce-notify-4.0,
147 /usr/share/themes/Default/xfce-notify-4.0,
148 /usr/share/themes/Retro/xfce-notify-4.0,
149 /usr/share/themes/Smoke/xfce-notify-4.0 and
150 /usr/share/themes/ZOMG-PONIES!/xfce-notify-4.0
151 </seg>
152 </seglistitem>
153 </segmentedlist>
154
155 <variablelist>
156 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
157 <?dbfo list-presentation="list"?>
158 <?dbhtml list-presentation="table"?>
159
160 <varlistentry id="xfce4-notifyd-config">
161 <term><command>xfce4-notifyd-config</command></term>
162 <listitem>
163 <para>
164 is a <application>GTK+</application> GUI that allows you to
165 change some of your preferences (theme and screen position)
166 for the notifications that the
167 <application>Xfce4 Notification Daemon</application> displays.
168 </para>
169 <indexterm zone="xfce4-notifyd xfce4-notifyd-config">
170 <primary sortas="b-xfce4-notifyd-config">xfce4-notifyd-config</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.