source: xfce/apps/xfce4-notifyd.xml@ 26c597d

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 26c597d was 504e5ce, checked in by Tim Tassonis <stuff@…>, 14 months ago

Update to xfce4-notifyd-0.8.2.
Update to v4l-utils-1.24.0.
Update to libnotify-0.8.2.

  • Property mode set to 100644
File size: 5.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 xfce4-notifyd-download-http
8 "https://archive.xfce.org/src/apps/xfce4-notifyd/0.8/xfce4-notifyd-&xfce4-notifyd-version;.tar.bz2">
9 <!ENTITY xfce4-notifyd-download-ftp " ">
10 <!ENTITY xfce4-notifyd-md5sum "4bbeff59d9c872961f7236c226652895">
11 <!ENTITY xfce4-notifyd-size "668 KB">
12 <!ENTITY xfce4-notifyd-buildsize "11 MB">
13 <!ENTITY xfce4-notifyd-time "less than 0.1 SBU">
14]>
15
16<sect1 id="xfce4-notifyd" xreflabel="xfce4-notifyd-&xfce4-notifyd-version;">
17 <?dbhtml filename="xfce4-notifyd.html"?>
18
19
20 <title>xfce4-notifyd-&xfce4-notifyd-version;</title>
21
22 <indexterm zone="xfce4-notifyd">
23 <primary sortas="a-xfce4-notifyd">xfce4-notifyd</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to the Xfce4 Notification Daemon</title>
28
29 <para>
30 The <application>Xfce4 Notification Daemon</application> is a small
31 program that implements the "server-side" portion of the Freedesktop
32 desktop notifications specification. Applications that wish to pop up a
33 notification bubble in a standard way can use
34 <application>Xfce4-Notifyd</application> to do so by sending standard
35 messages over <application>D-Bus</application> using the
36 org.freedesktop.Notifications interface.
37 </para>
38
39 &lfs113_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&xfce4-notifyd-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&xfce4-notifyd-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &xfce4-notifyd-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &xfce4-notifyd-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &xfce4-notifyd-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &xfce4-notifyd-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">The Xfce4 Notification Daemon Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="libnotify"/>,
80 <xref linkend="libxfce4ui"/>,
81 <xref linkend="xfce4-dev-tools"/><!-- for build only -->, and
82 <xref linkend="xfce4-panel"/>
83 </para>
84
85 <para condition="html" role="usernotes">
86 User Notes: <ulink url="&blfs-wiki;/xfce4-notifyd"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of the Xfce4 Notification Daemon</title>
92
93 <para>
94 Install the <application>Xfce4 Notification Daemon</application> by
95 running the following commands:
96 </para>
97
98<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 This package does not come with a test suite.
103 </para>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
111 <para>
112 You can test the notification daemon with the command
113 <command>notify-send</command>, to be run in a graphical
114 environment:
115 </para>
116
117<screen><userinput>notify-send -i info Information "Hi ${USER}, This is a Test"</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Program</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 xfce4-notifyd-config
132 </seg>
133 <seg>
134 libnotification-plugin.so
135 </seg>
136 <seg>
137 /usr/share/themes/Bright/xfce-notify-4.0,
138 /usr/share/themes/Default/xfce-notify-4.0,
139 /usr/share/themes/Retro/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+</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.