source: xfce/apps/xfce4-notifyd.xml@ 494a06a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 494a06a was 494a06a, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Finish xfce taggs

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

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