Tagged gnome-system-monitor.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4427 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Manuel Canales Esparcia 2005-05-21 18:27:06 +00:00
parent 24d01da672
commit b1f9e446f4

View File

@ -4,74 +4,84 @@
<!ENTITY % general-entities SYSTEM "../../general.ent"> <!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities; %general-entities;
<!ENTITY gnome-system-monitor-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/&gnome-version;/gnome-system-monitor-&gnome-system-monitor-version;.tar.bz2"> <!ENTITY gnome-system-monitor-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/&gnome-version;/gnome-system-monitor-&gnome-system-monitor-version;.tar.bz2">
<!ENTITY gnome-system-monitor-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/&gnome-version;/gnome-system-monitor-&gnome-system-monitor-version;.tar.bz2"> <!ENTITY gnome-system-monitor-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/&gnome-version;/gnome-system-monitor-&gnome-system-monitor-version;.tar.bz2">
<!ENTITY gnome-system-monitor-md5sum "22acb1699193f8bd2ced656d44f57377"> <!ENTITY gnome-system-monitor-md5sum "22acb1699193f8bd2ced656d44f57377">
<!ENTITY gnome-system-monitor-size "766 KB"> <!ENTITY gnome-system-monitor-size "766 KB">
<!ENTITY gnome-system-monitor-buildsize "8 MB"> <!ENTITY gnome-system-monitor-buildsize "8 MB">
<!ENTITY gnome-system-monitor-time "0.1 SBU"> <!ENTITY gnome-system-monitor-time "0.1 SBU">
]> ]>
<sect1 id="gnome-system-monitor" <sect1 id="gnome-system-monitor"
xreflabel="GNOME System Monitor-&gnome-system-monitor-version;"> xreflabel="GNOME System Monitor-&gnome-system-monitor-version;">
<sect1info> <?dbhtml filename="gnome-system-monitor.html"?>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="gnome-system-monitor.html"?>
<title>GNOME System Monitor-&gnome-system-monitor-version;</title>
<sect2> <sect1info>
<title>Introduction to <application><acronym>GNOME</acronym> System <othername>$LastChangedBy$</othername>
Monitor</application></title> <date>$Date$</date>
</sect1info>
<para>The <application><acronym>GNOME</acronym> System Monitor</application> <title>GNOME System Monitor-&gnome-system-monitor-version;</title>
package contains <command>gnome-system-monitor</command>, GNOME's replacement
for <command>gtop</command>.</para>
<sect3><title>Package information</title> <indexterm zone="gnome-system-monitor">
<itemizedlist spacing='compact'> <primary sortas="a-GNOME System Monitor">GNOME System Monitor</primary>
<listitem><para>Download (HTTP): <ulink </indexterm>
url="&gnome-system-monitor-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&gnome-system-monitor-download-ftp;"/></para></listitem>
<listitem><para>Download MD5sum:
&gnome-system-monitor-md5sum;</para></listitem>
<listitem><para>Download size:
&gnome-system-monitor-size;</para></listitem>
<listitem><para>Estimated disk space required:
&gnome-system-monitor-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&gnome-system-monitor-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application><acronym>GNOME</acronym> System <sect2 role="package">
Monitor</application> dependencies</title> <title>Introduction to GNOME System Monitor</title>
<sect4><title>Required</title>
<para><xref linkend="libgnomeui"/>,
<xref linkend="libwnck"/> and
<xref linkend="libgtop"/></para>
</sect4>
</sect3>
</sect2> <para>The <application>GNOME System Monitor</application> package contains
<command>gnome-system-monitor</command>, GNOME's replacement for
<command>gtop</command>.</para>
<sect2> <bridgehead renderas="sect3">Package Information</bridgehead>
<title>Installation of <application><acronym>GNOME</acronym> System <itemizedlist spacing="compact">
Monitor</application></title> <listitem>
<para>Download (HTTP):
<ulink url="&gnome-system-monitor-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP):
<ulink url="&gnome-system-monitor-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &gnome-system-monitor-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gnome-system-monitor-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gnome-system-monitor-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gnome-system-monitor-time;</para>
</listitem>
</itemizedlist>
<para>Install <application><acronym>GNOME</acronym> System <bridgehead renderas="sect3">GNOME System Monitor Dependencies</bridgehead>
Monitor</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ <bridgehead renderas="sect4">Required</bridgehead>
<para><xref linkend="libgnomeui"/>,
<xref linkend="libwnck"/> and
<xref linkend="libgtop"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of GNOME System Monitor</title>
<para>Install <application>GNOME System Monitor</application> by running
the following commands:</para>
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp; --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
make</command></userinput></screen> make</userinput></screen>
<para>This package does not come with a test suite.</para> <para>This package does not come with a test suite.</para>
<para>Now, as the root user:</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen> <screen role="root"><userinput>make install</userinput></screen>
<!-- This should not be necessary any longer, but leaving it as a comment <!-- This should not be necessary any longer, but leaving it as a comment
@ -83,36 +93,57 @@ to running <command>make install</command>.</para></note>
--> -->
</sect2> </sect2>
<sect2> <sect2 role="commands">
<title>Command explanations</title> <title>Command Explanations</title>
<para><parameter>--localstatedir=/var/lib</parameter>: This switch <para><parameter>--localstatedir=/var/lib</parameter>: This switch
puts <application>ScrollKeeper</application> files in puts <application>ScrollKeeper</application> files in
<filename class="directory">/var/lib/scrollkeeper</filename> instead of <filename class="directory">/var/lib/scrollkeeper</filename> instead of
<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para> <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
configuration files in <filename class="directory">/etc/gnome</filename> configuration files in <filename class="directory">/etc/gnome</filename>
instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para> instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
</sect2> </sect2>
<sect2> <sect2 role="content">
<title>Contents</title> <title>Contents</title>
<para>The <application><acronym>GNOME</acronym> System Monitor</application> <segmentedlist>
package contains <command>gnome-system-monitor</command>.</para> <segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
</sect2> <seglistitem>
<seg>gnome-system-monitor</seg>
<seg>None</seg>
<seg>/etc/gnome/gconf/gconf.xml.defaults/apps/procman,
/etc/gnome/gconf/gconf.xml.defaults/schemas/apps/procman,
$GNOME_PREFIX/share/gnome/help/gnome-system-monitor, and,
$GNOME_PREFIX/share/omf/gnome-system-monitor</seg>
</seglistitem>
</segmentedlist>
<sect2><title>Description</title> <variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<sect3><title>gnome-system-monitor</title> <varlistentry id="gnome-system-monitor-prog">
<para><command>gnome-system-monitor</command> displays the process tree and <term><command>gnome-system-monitor</command></term>
hardware meters.</para></sect3> <listitem>
<para>displays the process tree and hardware meters.</para>
<indexterm zone="gnome-system-monitor gnome-system-monitor-prog">
<primary sortas="b-gnome-system-monitor">gnome-system-monitor</primary>
</indexterm>
</listitem>
</varlistentry>
</sect2> </variablelist>
</sect2>
</sect1> </sect1>