2004-06-15 08:20:58 +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-15 08:20:58 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2012-02-16 03:43:34 +08:00
|
|
|
<!ENTITY gnome-utils-download-http "&gnome-download-http;/gnome-utils/&gnome-version;/gnome-utils-&gnome-utils-version;.tar.xz">
|
|
|
|
<!ENTITY gnome-utils-download-ftp "&gnome-download-ftp;/gnome-utils/&gnome-version;/gnome-utils-&gnome-utils-version;.tar.xz">
|
|
|
|
<!ENTITY gnome-utils-md5sum "9c173160a4c5d5c315f6cef4a87a9620">
|
|
|
|
<!ENTITY gnome-utils-size "7.0 MB">
|
|
|
|
<!ENTITY gnome-utils-buildsize "?? MB">
|
|
|
|
<!ENTITY gnome-utils-time "?? SBU">
|
2004-06-15 08:20:58 +08:00
|
|
|
]>
|
|
|
|
|
2003-10-02 08:05:51 +08:00
|
|
|
<sect1 id="gnome-utils" xreflabel="GNOME Utilities-&gnome-utils-version;">
|
2005-05-22 03:10:50 +08:00
|
|
|
<?dbhtml filename="gnome-utils.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>GNOME Utilities-&gnome-utils-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="gnome-utils">
|
|
|
|
<primary sortas="a-GNOME Utilities">GNOME Utilities</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to GNOME Utilities</title>
|
|
|
|
|
|
|
|
<para>The <application>GNOME Utilities</application> package contains a
|
|
|
|
collection of small applications designed to make your life a little
|
|
|
|
easier.</para>
|
|
|
|
|
2012-02-16 03:43:34 +08:00
|
|
|
<!-- &lfs65_built; not this version! -->
|
2010-08-21 17:22:00 +08:00
|
|
|
|
2005-05-22 03:10:50 +08:00
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&gnome-utils-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&gnome-utils-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &gnome-utils-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &gnome-utils-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &gnome-utils-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &gnome-utils-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">GNOME Utilities Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
2010-08-21 17:22:00 +08:00
|
|
|
<para role="required"><xref linkend="gnome-panel"/> and
|
2007-07-27 02:58:49 +08:00
|
|
|
<xref linkend="libgtop"/></para>
|
2005-05-22 03:10:50 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2010-04-09 18:58:33 +08:00
|
|
|
<para role="optional"><xref linkend="gtk-doc"/> and
|
|
|
|
<xref linkend="rarian"/></para>
|
2005-05-22 03:10:50 +08:00
|
|
|
|
2006-04-11 02:36:24 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/gnome-utils"/></para>
|
|
|
|
|
2005-05-22 03:10:50 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of GNOME Utilities</title>
|
|
|
|
|
|
|
|
<para>Install <application>GNOME Utilities</application> by
|
|
|
|
running the following commands:</para>
|
|
|
|
|
2012-02-16 03:43:34 +08:00
|
|
|
<screen><userinput>./configure --prefix=$GNOME_PREFIX \
|
|
|
|
--sysconfdir=$GNOME_SYSCONFDIR \
|
|
|
|
--libexecdir=$GNOME_PREFIX/lib/gnome-utils &&
|
2005-05-22 03:10:50 +08:00
|
|
|
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>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2010-04-22 02:48:34 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2006-07-01 07:33:00 +08:00
|
|
|
href="../../xincludes/gnome-prefix.xml"/>
|
2005-05-22 03:10:50 +08:00
|
|
|
|
2010-04-22 02:48:34 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2006-07-01 07:33:00 +08:00
|
|
|
href="../../xincludes/gnome-sysconfdir.xml"/>
|
2005-05-22 03:10:50 +08:00
|
|
|
|
2012-02-16 03:43:34 +08:00
|
|
|
<para><parameter>--libexecdir=$GNOME_PREFIX/lib/gnome-utils</parameter>: This parameter causes the libexec
|
2006-07-01 07:33:00 +08:00
|
|
|
files to be installed in the preferred location of
|
|
|
|
<filename class="directory">$GNOME_PREFIX/lib/gnome-utils</filename>
|
|
|
|
instead of
|
|
|
|
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
|
2007-01-16 08:08:14 +08:00
|
|
|
|
2010-04-22 02:48:34 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2006-07-01 07:33:00 +08:00
|
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
|
2005-05-22 03:10:50 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
2010-04-09 18:58:33 +08:00
|
|
|
<segtitle>Installed Library</segtitle>
|
2005-05-22 03:10:50 +08:00
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
2010-08-21 17:22:00 +08:00
|
|
|
<seg>baobab, gnome-dictionary, gnome-screenshot, gnome-search-tool,
|
|
|
|
gnome-system-log, and gnome-dictionary-applet</seg>
|
2006-07-01 07:33:00 +08:00
|
|
|
<seg>libgdict-1.0.{so,a}</seg>
|
2010-04-09 18:58:33 +08:00
|
|
|
<seg><envar>$GNOME_PREFIX</envar>/{include/gdict-1.0/gdict,
|
|
|
|
lib/gnome-utils,share/{baobab/pixmaps,gdict-1.0/sources,
|
2010-08-21 17:22:00 +08:00
|
|
|
gnome-dictionary,gnome-screenshot,gnome-utils,gnome/help/{baobab/*,
|
|
|
|
gnome-dictionary/*,gnome-search-tool/*,gnome-system-log/*},
|
|
|
|
gtk-doc/html/gdict,omf/{baobab,gnome-dictionary,gnome-search-tool,
|
|
|
|
gnome-system-log},pixmaps/gsearchtool}}</seg>
|
2005-05-22 03:10:50 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
2010-04-09 18:58:33 +08:00
|
|
|
<varlistentry id="baobab">
|
|
|
|
<term><command>baobab</command></term>
|
2005-05-22 03:10:50 +08:00
|
|
|
<listitem>
|
2010-04-09 18:58:33 +08:00
|
|
|
<para>is a graphical tool to analyse disk usage.</para>
|
|
|
|
<indexterm zone="gnome-utils baobab">
|
|
|
|
<primary sortas="b-baobab">baobab</primary>
|
2005-05-22 03:10:50 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gnome-dictionary">
|
|
|
|
<term><command>gnome-dictionary</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>allows you to look up definitions and spelling of words.</para>
|
|
|
|
<indexterm zone="gnome-utils gnome-dictionary">
|
|
|
|
<primary sortas="b-gnome-dictionary">gnome-dictionary</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gnome-screenshot">
|
|
|
|
<term><command>gnome-screenshot</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is used to capture the contents of the current desktop as
|
|
|
|
a graphics formatted file.</para>
|
|
|
|
<indexterm zone="gnome-utils gnome-screenshot">
|
|
|
|
<primary sortas="b-gnome-screenshot">gnome-screenshot</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gnome-search-tool">
|
|
|
|
<term><command>gnome-search-tool</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>allows you to search for files on your system using simple
|
|
|
|
and advanced search options.</para>
|
|
|
|
<indexterm zone="gnome-utils gnome-search-tool">
|
|
|
|
<primary sortas="b-gnome-search-tool">gnome-search-tool</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gnome-system-log">
|
|
|
|
<term><command>gnome-system-log</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>allows you to monitor and view system log files.</para>
|
|
|
|
<indexterm zone="gnome-utils gnome-system-log">
|
|
|
|
<primary sortas="b-gnome-system-log">gnome-system-log</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2010-04-09 18:58:33 +08:00
|
|
|
<varlistentry id="libgdict-1.0">
|
|
|
|
<term><filename class='libraryfile'>libgdict-1.0.{so,a}</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>contains the <application>GNOME</application> dictionary API
|
|
|
|
functions.</para>
|
|
|
|
<indexterm zone="gnome-utils libgdict-1.0">
|
|
|
|
<primary sortas="c-libgdict-1.0">libgdict-1.0.{so,a}</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2005-05-22 03:10:50 +08:00
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
2002-09-05 02:43:06 +08:00
|
|
|
|
|
|
|
</sect1>
|