glfs/gnome/applications/gnome-system-monitor.xml
Douglas R. Reno 3ffdac2497 Rework gnome-tweaks and archive gnome-tweak-tool
Update to gnome-maps-3.28.2
Update to gnome-logs-3.28.5
Update to gnome-disk-utility-3.28.3
Update to gnome-calculator-3.28.2
Update to file-roller-3.28.1
Update to gtksourceview-3.24.8
Update to evolution-3.28.5
Update to evince-3.28.2
Update to eog-3.28.3
Update to gnome-system-monitor-3.28.2
Update to gnome-terminal-3.28.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20371 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-08-22 20:43:56 +00:00

193 lines
5.6 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gnome-system-monitor-download-http
"&gnome-download-http;/gnome-system-monitor/&gnome-minor-28;/gnome-system-monitor-&gnome-system-monitor-version;.tar.xz">
<!ENTITY gnome-system-monitor-download-ftp
"&gnome-download-ftp;/gnome-system-monitor/&gnome-minor-28;/gnome-system-monitor-&gnome-system-monitor-version;.tar.xz">
<!ENTITY gnome-system-monitor-md5sum "933e77c69be579faeab6c9b2a2378f09">
<!ENTITY gnome-system-monitor-size "1.2 MB">
<!ENTITY gnome-system-monitor-buildsize "42 MB">
<!ENTITY gnome-system-monitor-time "0.4 SBU">
]>
<sect1 id="gnome-system-monitor" xreflabel="gnome-system-monitor-&gnome-system-monitor-version;">
<?dbhtml filename="gnome-system-monitor.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gnome-system-monitor-&gnome-system-monitor-version;</title>
<indexterm zone="gnome-system-monitor">
<primary sortas="a-gnome-system-monitor">gnome-system-monitor</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GNOME System Monitor</title>
<para>
The <application>GNOME System Monitor</application> package contains
<application>GNOME</application>'s replacement for
<command>gtop</command>.
</para>
&lfs82_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<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 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>
<bridgehead renderas="sect3">GNOME System Monitor Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="adwaita-icon-theme"/>,
<xref linkend="gtkmm3"/>,
<xref linkend="itstool"/>,
<xref linkend="libgtop"/>, and
<xref linkend="librsvg"/>
</para>
<!--
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="libwnck"/>
</para>
NOT SUPPORTED
-->
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<!-- <phrase revision="systemd"><xref linkend="appstream-glib"/> and</phrase> -->
<xref linkend="desktop-file-utils"/> and
<ulink url="&appstream-glib-url;">appstream-glib</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnome-system-monitor"/>
</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 revision="sysv"><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<screen revision="systemd"><userinput>./configure --prefix=/usr --enable-systemd &amp;&amp;
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" revision="systemd">
<title>Command Explanations</title>
<!--
<para>
<parameter>- -enable-wnck</parameter>: This switch adds support for the
Window Navigator Construction Kit libraries.
</para>
-->
<para>
<parameter>--enable-systemd</parameter>: This switch ensures that
gnome-system-monitor uses the systemd process monitoring framework.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
gnome-system-monitor
</seg>
<seg>
None
</seg>
<seg>
/usr/{libexec,share/help/*}/gnome-system-monitor
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="gnome-system-monitor-prog">
<term><command>gnome-system-monitor</command></term>
<listitem>
<para>
is used to display 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>
</variablelist>
</sect2>
</sect1>