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

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 f0922fc9 was f0922fc9, checked in by Thomas Trepl (Moody) <thomas@…>, 3 years ago

Tags

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