source: xfce/apps/xfce4-notifyd.xml@ 15babcc

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 15babcc was dc235691, checked in by Tim Tassonis <stuff@…>, 18 months ago

Update to Xfce 4.18

  • Property mode set to 100644
File size: 5.1 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 " ">
[dc235691]10 <!ENTITY xfce4-notifyd-md5sum "8ace91bdd01b6830275f12a1dd487dee">
11 <!ENTITY xfce4-notifyd-size "559 KB">
12 <!ENTITY xfce4-notifyd-buildsize "8.0 MB">
[a57341d]13 <!ENTITY xfce4-notifyd-time "less than 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
[592bcf3c]20 <title>xfce4-notifyd-&xfce4-notifyd-version;</title>
[17bcb81]21
[592bcf3c]22 <indexterm zone="xfce4-notifyd">
23 <primary sortas="a-xfce4-notifyd">xfce4-notifyd</primary>
[17bcb81]24 </indexterm>
25
26 <sect2 role="package">
[592bcf3c]27 <title>Introduction to the Xfce4 Notification Daemon</title>
[17bcb81]28
29 <para>
[592bcf3c]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.
[17bcb81]37 </para>
38
[b5d7180]39 &lfs112_checked;
[17bcb81]40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
[592bcf3c]45 Download (HTTP): <ulink url="&xfce4-notifyd-download-http;"/>
[17bcb81]46 </para>
47 </listitem>
48 <listitem>
49 <para>
[592bcf3c]50 Download (FTP): <ulink url="&xfce4-notifyd-download-ftp;"/>
[17bcb81]51 </para>
52 </listitem>
53 <listitem>
54 <para>
[592bcf3c]55 Download MD5 sum: &xfce4-notifyd-md5sum;
[17bcb81]56 </para>
57 </listitem>
58 <listitem>
59 <para>
[592bcf3c]60 Download size: &xfce4-notifyd-size;
[17bcb81]61 </para>
62 </listitem>
63 <listitem>
64 <para>
[592bcf3c]65 Estimated disk space required: &xfce4-notifyd-buildsize;
[17bcb81]66 </para>
67 </listitem>
68 <listitem>
69 <para>
[592bcf3c]70 Estimated build time: &xfce4-notifyd-time;
[17bcb81]71 </para>
72 </listitem>
73 </itemizedlist>
74
[592bcf3c]75 <bridgehead renderas="sect3">The Xfce4 Notification Daemon Dependencies</bridgehead>
[17bcb81]76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
[478e595]79 <xref linkend="libnotify"/>,
80 <xref linkend="libxfce4ui"/>, and
81 <xref linkend="xfce4-panel"/>
[17bcb81]82 </para>
83
84 <para condition="html" role="usernotes">
[592bcf3c]85 User Notes: <ulink url="&blfs-wiki;/xfce4-notifyd"/>
[17bcb81]86 </para>
87 </sect2>
88
89 <sect2 role="installation">
[592bcf3c]90 <title>Installation of the Xfce4 Notification Daemon</title>
[17bcb81]91
92 <para>
[592bcf3c]93 Install the <application>Xfce4 Notification Daemon</application> by
94 running the following commands:
[17bcb81]95 </para>
96
[18841f3]97<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
[17bcb81]98make</userinput></screen>
99
100 <para>
101 This package does not come with a test suite.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 <para>
[ee8e5be]111 You can test the notification daemon with the command
[5749429]112 <command>notify-send</command>, to be run in a graphical
113 environment:
[17bcb81]114 </para>
115
[592bcf3c]116<screen><userinput>notify-send -i info Information "Hi ${USER}, This is a Test"</userinput></screen>
[a14e9fc]117
[17bcb81]118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
[592bcf3c]124 <segtitle>Installed Program</segtitle>
[c3c56b2]125 <segtitle>Installed Libraries</segtitle>
[592bcf3c]126 <segtitle>Installed Directories</segtitle>
[17bcb81]127
128 <seglistitem>
[a14e9fc]129 <seg>
130 xfce4-notifyd-config
131 </seg>
132 <seg>
[a2406baa]133 libnotification-plugin.so
[a14e9fc]134 </seg>
[17bcb81]135 <seg>
[a2406baa]136 /usr/share/themes/Bright/xfce-notify-4.0,
[592bcf3c]137 /usr/share/themes/Default/xfce-notify-4.0,
[a2406baa]138 /usr/share/themes/Retro/xfce-notify-4.0,
[592bcf3c]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>
[a2406baa]154 is a <application>GTK+</application> GUI that allows you to
[a14e9fc]155 change some of your preferences (theme and screen position)
156 for the notifications that the
[4c24eb0a]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.