mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
9d2dc4e2f5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2324 af4574ff-66df-0310-9fd7-8a98e5e911e0
97 lines
3.7 KiB
XML
97 lines
3.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY gnome-system-monitor-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/2.6/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/2.6/gnome-system-monitor-&gnome-system-monitor-version;.tar.bz2">
|
|
<!ENTITY gnome-system-monitor-size "584 KB">
|
|
<!ENTITY gnome-system-monitor-buildsize "9.7 MB">
|
|
<!ENTITY gnome-system-monitor-time "0.12 SBU">
|
|
|
|
]>
|
|
|
|
<sect1 id="gnome-system-monitor" xreflabel="GNOME System Monitor-&gnome-system-monitor-version;">
|
|
<?dbhtml filename="gnome-system-monitor.html"?>
|
|
<title>GNOME System Monitor-&gnome-system-monitor-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application><acronym>GNOME</acronym> System Monitor</application></title>
|
|
|
|
<para>The <application><acronym>GNOME</acronym> System Monitor</application> package contains procman, GNOME's
|
|
replacement for gtop.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<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 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 Monitor</application> dependencies</title>
|
|
<sect4><title>Required</title>
|
|
<para>
|
|
<xref linkend="libgnomeui"/>,
|
|
<xref linkend="libwnck"/> and
|
|
<xref linkend="libgtop"/>
|
|
</para></sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application><acronym>GNOME</acronym> System Monitor</application></title>
|
|
|
|
<para>Install <application><acronym>GNOME</acronym> System Monitor</application> by running the following commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
|
--localstatedir=/var/lib --sysconfdir=/etc/gnome &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
<note><para><command>make install</command> will need path access to <filename
|
|
class="directory">$GNOME_PREFIX/bin</filename>. If your
|
|
preinstallation changes were made only to the user account, you will
|
|
need to adjust root's path prior to running <command>make
|
|
install</command>.</para></note>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><parameter>--localstatedir=/var/lib</parameter>: This switch
|
|
puts <application>ScrollKeeper</application> files in <filename
|
|
class="directory">/var/lib/scrollkeeper</filename>
|
|
instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
|
|
|
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
|
|
configuration files in <filename class="directory">/etc/gnome</filename> instead of
|
|
<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application><acronym>GNOME</acronym> System Monitor</application> package contains <command>gnome-system-monitor</command>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>gnome-system-monitor</title>
|
|
<para><command>gnome-system-monitor</command> displays the process tree and hardware meters.</para></sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|