2004-06-14 03:03:42 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-14 03:03:42 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2012-02-10 00:52:33 +08:00
|
|
|
<!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 " ">
|
|
|
|
<!ENTITY startup-notification-md5sum "2cd77326d4dcaed9a5a23a1232fb38e9">
|
|
|
|
<!ENTITY startup-notification-size "347 KB">
|
2007-04-20 01:54:29 +08:00
|
|
|
<!ENTITY startup-notification-buildsize "4 MB">
|
2005-04-24 13:46:21 +08:00
|
|
|
<!ENTITY startup-notification-time "less than 0.1 SBU">
|
2004-06-14 03:03:42 +08:00
|
|
|
]>
|
|
|
|
|
2005-05-21 02:27:23 +08:00
|
|
|
<sect1 id="startup-notification"
|
2005-02-13 04:26:58 +08:00
|
|
|
xreflabel="startup-notification-&startup-notification-version;">
|
2012-02-10 00:52:33 +08:00
|
|
|
<?dbhtml filename="startup-notification.html"?>
|
2005-05-21 02:27:23 +08:00
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>startup-notification-&startup-notification-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="startup-notification">
|
2012-02-10 00:52:33 +08:00
|
|
|
<primary sortas="a-startup-notification">startup-notification</primary>
|
2005-05-21 02:27:23 +08:00
|
|
|
</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>
|
|
|
|
|
2012-08-24 20:22:47 +08:00
|
|
|
&lfs72_checked;
|
2012-02-10 00:52:33 +08:00
|
|
|
|
2005-05-21 02:27:23 +08:00
|
|
|
<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>
|
2012-08-24 20:22:47 +08:00
|
|
|
<para role="required">
|
|
|
|
<xref linkend="xorg7-lib"/> and
|
|
|
|
<xref linkend="xcb-util"/>
|
|
|
|
</para>
|
2005-05-21 02:27:23 +08:00
|
|
|
|
2006-04-11 02:39:30 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/startup-notification"/></para>
|
|
|
|
|
2005-05-21 02:27:23 +08:00
|
|
|
</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>
|
|
|
|
|
2007-04-20 01:54:29 +08:00
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
|
2005-05-21 02:27:23 +08:00
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install &&
|
2005-04-24 13:46:21 +08:00
|
|
|
install -v -m644 -D doc/startup-notification.txt \
|
2005-05-21 02:27:23 +08:00
|
|
|
/usr/share/doc/startup-notification-&startup-notification-version;/startup-notification.txt</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2012-02-10 00:52:33 +08:00
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
|
|
|
<para><option>--disable-static</option>: This switch prevents the static
|
|
|
|
libraries being installed.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2005-05-21 02:27:23 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Library</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>None</seg>
|
2006-04-11 02:39:30 +08:00
|
|
|
<seg>libstartup-notification-1.{so,a}</seg>
|
2012-02-10 00:52:33 +08:00
|
|
|
<seg>/usr/{include/startup-notification-1.0/libsn,
|
|
|
|
share/doc/startup-notification-&startup-notification-version;}</seg>
|
2005-05-21 02:27:23 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
2012-02-10 00:52:33 +08:00
|
|
|
<varlistentry id="libstartup-notification-1">
|
2006-04-11 02:39:30 +08:00
|
|
|
<term><filename class='libraryfile'>libstartup-notification-1.{so,a}</filename></term>
|
2005-05-21 02:27:23 +08:00
|
|
|
<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>
|
2012-02-10 00:52:33 +08:00
|
|
|
<indexterm zone="startup-notification libstartup-notification-1">
|
|
|
|
<primary sortas="c-libstartup-notification-1">libstartup-notification-1.{so,a}</primary>
|
2005-05-21 02:27:23 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
2003-02-07 08:58:19 +08:00
|
|
|
|
|
|
|
</sect1>
|