source: xfce/apps/xfce4-notifyd.xml@ b1adc76a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.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 b1adc76a was b1adc76a, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Tag xfce

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

  • Property mode set to 100644
File size: 5.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 xfce4-notifyd-download-http
8 "http://archive.xfce.org/src/apps/xfce4-notifyd/0.4/xfce4-notifyd-&xfce4-notifyd-version;.tar.bz2">
9 <!ENTITY xfce4-notifyd-download-ftp " ">
10 <!ENTITY xfce4-notifyd-md5sum "9614d4f7c0790e8ab24e55896a44a8ac">
11 <!ENTITY xfce4-notifyd-size "524 KB">
12 <!ENTITY xfce4-notifyd-buildsize "7.6 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 &lfs90_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>
97 Install the <application>Xfce4 Notification Daemon</application> by
98 running the following commands:
99 </para>
100
101<screen><userinput>./configure --prefix=/usr &amp;&amp;
102make</userinput></screen>
103
104 <para>
105 This package does not come with a test suite.
106 </para>
107
108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 <para>
115 You can test the notification daemon with the command
116 <command>notify-send</command>:
117 </para>
118
119<screen><userinput>notify-send -i info Information "Hi ${USER}, This is a Test"</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Program</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>
133 xfce4-notifyd-config
134 </seg>
135 <seg>
136 None
137 </seg>
138 <seg>
139 /usr/share/themes/Default/xfce-notify-4.0,
140 /usr/share/themes/Smoke/xfce-notify-4.0 and
141 /usr/share/themes/ZOMG-PONIES!/xfce-notify-4.0
142 </seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="xfce4-notifyd-config">
152 <term><command>xfce4-notifyd-config</command></term>
153 <listitem>
154 <para>
155 is a <application>GTK+ 2</application> GUI that allows you to
156 change some of your preferences (theme and screen position)
157 for the notifications that the
158 <application>Xfce4 Notification Daemon</application> displays.
159 </para>
160 <indexterm zone="xfce4-notifyd xfce4-notifyd-config">
161 <primary sortas="b-xfce4-notifyd-config">xfce4-notifyd-config</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 </variablelist>
167
168 </sect2>
169
170</sect1>
Note: See TracBrowser for help on using the repository browser.