mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
1721b9286f
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4385 af4574ff-66df-0310-9fd7-8a98e5e911e0
123 lines
4.5 KiB
XML
123 lines
4.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY startup-notification-download-http "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-&startup-notification-version;.tar.gz">
|
|
<!ENTITY startup-notification-download-ftp "ftp://ftp.linux.org.uk/pub/linux/GNOME/sources/startup-notification/&startup-notification-version;/startup-notification-&startup-notification-version;.tar.bz2">
|
|
<!ENTITY startup-notification-md5sum "9bba52ffe8c096cfeeaf7a1dcd9b943d">
|
|
<!ENTITY startup-notification-size "335 KB">
|
|
<!ENTITY startup-notification-buildsize "3.3 MB">
|
|
<!ENTITY startup-notification-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="startup-notification"
|
|
xreflabel="startup-notification-&startup-notification-version;">
|
|
<?dbhtml filename="startup-notification.html" ?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>startup-notification-&startup-notification-version;</title>
|
|
|
|
<indexterm zone="startup-notification">
|
|
<primary sortas="a-Startup-notification">Startup-notification</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to startup-notification</title>
|
|
|
|
<para>The <application>startup-notification</application> package
|
|
contains <filename class="libraryfile">startup-notification</filename>
|
|
libraries. These are useful for building a consistent manner to notify
|
|
the user through the cursor that the application is loading.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&startup-notification-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&startup-notification-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &startup-notification-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &startup-notification-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &startup-notification-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &startup-notification-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">startup-notification Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of startup-notification</title>
|
|
|
|
<para>Install <application>startup-notification</application> by running the
|
|
following commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install &&
|
|
install -v -m644 -D doc/startup-notification.txt \
|
|
/usr/share/doc/startup-notification-&startup-notification-version;/startup-notification.txt</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>libstartup-notification-1.[so,a]</seg>
|
|
<seg>/usr/include/startup-notification-1.0 and
|
|
/usr/share/doc/startup-notification-&startup-notification-version;</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libstartup-notification">
|
|
<term><filename class='libraryfile'>libstartup-notification-1.[so,a]</filename></term>
|
|
<listitem>
|
|
<para>provides the functions to assist applications in communicating
|
|
with the cursor system to provide feedback to the user that the
|
|
application is loading.</para>
|
|
<indexterm zone="startup-notification libstartup-notification">
|
|
<primary sortas="c-libstartup-notification">libstartup-notification-1.[so,a]</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|