mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
179 lines
5.4 KiB
XML
179 lines
5.4 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY xfce4-notifyd-download-http
|
|
"https://archive.xfce.org/src/apps/xfce4-notifyd/0.6/xfce4-notifyd-&xfce4-notifyd-version;.tar.bz2">
|
|
<!ENTITY xfce4-notifyd-download-ftp " ">
|
|
<!ENTITY xfce4-notifyd-md5sum "7e4c7f8d922abc74b0a2e33fb123986a">
|
|
<!ENTITY xfce4-notifyd-size "536 KB">
|
|
<!ENTITY xfce4-notifyd-buildsize "7.7 MB">
|
|
<!ENTITY xfce4-notifyd-time "0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="xfce4-notifyd" xreflabel="xfce4-notifyd-&xfce4-notifyd-version;">
|
|
<?dbhtml filename="xfce4-notifyd.html"?>
|
|
|
|
<sect1info>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>xfce4-notifyd-&xfce4-notifyd-version;</title>
|
|
|
|
<indexterm zone="xfce4-notifyd">
|
|
<primary sortas="a-xfce4-notifyd">xfce4-notifyd</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to the Xfce4 Notification Daemon</title>
|
|
|
|
<para>
|
|
The <application>Xfce4 Notification Daemon</application> is a small
|
|
program that implements the "server-side" portion of the Freedesktop
|
|
desktop notifications specification. Applications that wish to pop up a
|
|
notification bubble in a standard way can use
|
|
<application>Xfce4-Notifyd</application> to do so by sending standard
|
|
messages over <application>D-Bus</application> using the
|
|
org.freedesktop.Notifications interface.
|
|
</para>
|
|
|
|
&lfs110a_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&xfce4-notifyd-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&xfce4-notifyd-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &xfce4-notifyd-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &xfce4-notifyd-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &xfce4-notifyd-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &xfce4-notifyd-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">The Xfce4 Notification Daemon Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="libnotify"/>,
|
|
<xref linkend="libxfce4ui"/>, and
|
|
<xref linkend="xfce4-panel"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/xfce4-notifyd"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of the Xfce4 Notification Daemon</title>
|
|
|
|
<para revision="sysv">
|
|
Prevent installing unused files:
|
|
</para>
|
|
|
|
<screen revision="sysv"><userinput>sed -e "s/^systemd_user_in_files =.*/systemd_user_in_files =/" \
|
|
-i Makefile.in</userinput></screen>
|
|
|
|
<para>
|
|
Install the <application>Xfce4 Notification Daemon</application> by
|
|
running the following commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
<para>
|
|
You can test the notification daemon with the command
|
|
<command>notify-send</command>:
|
|
</para>
|
|
|
|
<screen><userinput>notify-send -i info Information "Hi ${USER}, This is a Test"</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
xfce4-notifyd-config
|
|
</seg>
|
|
<seg>
|
|
libnotification-plugin.so
|
|
</seg>
|
|
<seg>
|
|
/usr/share/themes/Bright/xfce-notify-4.0,
|
|
/usr/share/themes/Default/xfce-notify-4.0,
|
|
/usr/share/themes/Retro/xfce-notify-4.0,
|
|
/usr/share/themes/Smoke/xfce-notify-4.0 and
|
|
/usr/share/themes/ZOMG-PONIES!/xfce-notify-4.0
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="xfce4-notifyd-config">
|
|
<term><command>xfce4-notifyd-config</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a <application>GTK+</application> GUI that allows you to
|
|
change some of your preferences (theme and screen position)
|
|
for the notifications that the
|
|
<application>Xfce4 Notification Daemon</application> displays
|
|
</para>
|
|
<indexterm zone="xfce4-notifyd xfce4-notifyd-config">
|
|
<primary sortas="b-xfce4-notifyd-config">xfce4-notifyd-config</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|