source: xfce/apps/xfce4-notifyd.xml@ 640ece9

10.0 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 640ece9 was 640ece9, checked in by Ken Moffat <ken@…>, 4 years ago

Tags: basic qt and webengine, laxappearance, most of xfce (no audio on this machine, nor blank CDs).

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

  • 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
[a2406baa]8 "http://archive.xfce.org/src/apps/xfce4-notifyd/0.6/xfce4-notifyd-&xfce4-notifyd-version;.tar.bz2">
[592bcf3c]9 <!ENTITY xfce4-notifyd-download-ftp " ">
[c22f42a]10 <!ENTITY xfce4-notifyd-md5sum "58e70621d6b9e0e66399ed41ab402a47">
[a2406baa]11 <!ENTITY xfce4-notifyd-size "527 KB">
12 <!ENTITY xfce4-notifyd-buildsize "7.3 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 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
[592bcf3c]24 <title>xfce4-notifyd-&xfce4-notifyd-version;</title>
[17bcb81]25
[592bcf3c]26 <indexterm zone="xfce4-notifyd">
27 <primary sortas="a-xfce4-notifyd">xfce4-notifyd</primary>
[17bcb81]28 </indexterm>
29
30 <sect2 role="package">
[592bcf3c]31 <title>Introduction to the Xfce4 Notification Daemon</title>
[17bcb81]32
33 <para>
[592bcf3c]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.
[17bcb81]41 </para>
42
[640ece9]43 &lfs10_checked;
[17bcb81]44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>
[592bcf3c]49 Download (HTTP): <ulink url="&xfce4-notifyd-download-http;"/>
[17bcb81]50 </para>
51 </listitem>
52 <listitem>
53 <para>
[592bcf3c]54 Download (FTP): <ulink url="&xfce4-notifyd-download-ftp;"/>
[17bcb81]55 </para>
56 </listitem>
57 <listitem>
58 <para>
[592bcf3c]59 Download MD5 sum: &xfce4-notifyd-md5sum;
[17bcb81]60 </para>
61 </listitem>
62 <listitem>
63 <para>
[592bcf3c]64 Download size: &xfce4-notifyd-size;
[17bcb81]65 </para>
66 </listitem>
67 <listitem>
68 <para>
[592bcf3c]69 Estimated disk space required: &xfce4-notifyd-buildsize;
[17bcb81]70 </para>
71 </listitem>
72 <listitem>
73 <para>
[592bcf3c]74 Estimated build time: &xfce4-notifyd-time;
[17bcb81]75 </para>
76 </listitem>
77 </itemizedlist>
78
[592bcf3c]79 <bridgehead renderas="sect3">The Xfce4 Notification Daemon Dependencies</bridgehead>
[17bcb81]80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
[478e595]83 <xref linkend="libnotify"/>,
84 <xref linkend="libxfce4ui"/>, and
85 <xref linkend="xfce4-panel"/>
[17bcb81]86 </para>
87
88 <para condition="html" role="usernotes">
[592bcf3c]89 User Notes: <ulink url="&blfs-wiki;/xfce4-notifyd"/>
[17bcb81]90 </para>
91 </sect2>
92
93 <sect2 role="installation">
[592bcf3c]94 <title>Installation of the Xfce4 Notification Daemon</title>
[17bcb81]95
[a2406baa]96 <para revision="sysv">
97 Prevent from 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
[17bcb81]103 <para>
[592bcf3c]104 Install the <application>Xfce4 Notification Daemon</application> by
105 running the following commands:
[17bcb81]106 </para>
107
[592bcf3c]108<screen><userinput>./configure --prefix=/usr &amp;&amp;
[17bcb81]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>
[ee8e5be]122 You can test the notification daemon with the command
123 <command>notify-send</command>:
[17bcb81]124 </para>
125
[592bcf3c]126<screen><userinput>notify-send -i info Information "Hi ${USER}, This is a Test"</userinput></screen>
[a14e9fc]127
[17bcb81]128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
[592bcf3c]134 <segtitle>Installed Program</segtitle>
[c3c56b2]135 <segtitle>Installed Libraries</segtitle>
[592bcf3c]136 <segtitle>Installed Directories</segtitle>
[17bcb81]137
138 <seglistitem>
[a14e9fc]139 <seg>
140 xfce4-notifyd-config
141 </seg>
142 <seg>
[a2406baa]143 libnotification-plugin.so
[a14e9fc]144 </seg>
[17bcb81]145 <seg>
[a2406baa]146 /usr/share/themes/Bright/xfce-notify-4.0,
[592bcf3c]147 /usr/share/themes/Default/xfce-notify-4.0,
[a2406baa]148 /usr/share/themes/Retro/xfce-notify-4.0,
[592bcf3c]149 /usr/share/themes/Smoke/xfce-notify-4.0 and
[c3c56b2]150 /usr/share/themes/ZOMG-PONIES!/xfce-notify-4.0
[17bcb81]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
[592bcf3c]160 <varlistentry id="xfce4-notifyd-config">
161 <term><command>xfce4-notifyd-config</command></term>
[17bcb81]162 <listitem>
163 <para>
[a2406baa]164 is a <application>GTK+</application> GUI that allows you to
[a14e9fc]165 change some of your preferences (theme and screen position)
166 for the notifications that the
[592bcf3c]167 <application>Xfce4 Notification Daemon</application> displays.
[17bcb81]168 </para>
[592bcf3c]169 <indexterm zone="xfce4-notifyd xfce4-notifyd-config">
170 <primary sortas="b-xfce4-notifyd-config">xfce4-notifyd-config</primary>
[17bcb81]171 </indexterm>
172 </listitem>
173 </varlistentry>
[a14e9fc]174
[17bcb81]175 </variablelist>
[a14e9fc]176
[17bcb81]177 </sect2>
[a14e9fc]178
[17bcb81]179</sect1>
Note: See TracBrowser for help on using the repository browser.