glfs/gnome/applications/gnome-system-monitor.xml
Douglas R. Reno 448f3c0ee2 Update to gnome-power-manager-3.32.0
Update to gnome-screenshot-3.32.0
Update to gnome-system-monitor-3.32.1
Update to libgweather-3.32.2
Update to gnome-weather-3.32.2
Update to gucharmap-12.0.1
gnome-nettool: Fix the ping command
gnome-terminal: Remove systemd user unit installation on elogind
vino: Remove systemd user unit installation on elogind
Remove obsolete entries in gnome.ent

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21811 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-07-05 22:51:11 +00:00

184 lines
5.3 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-32;/gnome-system-monitor-&gnome-system-monitor-version;.tar.xz">
<!ENTITY gnome-system-monitor-download-ftp
"&gnome-download-ftp;/gnome-system-monitor/&gnome-minor-32;/gnome-system-monitor-&gnome-system-monitor-version;.tar.xz">
<!ENTITY gnome-system-monitor-md5sum "37356a1b8c20939adc6f47f739d2e49a">
<!ENTITY gnome-system-monitor-size "664 KB">
<!ENTITY gnome-system-monitor-buildsize "32 MB">
<!ENTITY gnome-system-monitor-time "0.5 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>
&lfs84_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">Optional</bridgehead>
<para role="optional">
<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>mkdir build &amp;&amp;
cd build &amp;&amp;
meson --prefix=/usr -Dsystemd=false .. &amp;&amp;
ninja</userinput></screen>
<screen revision="systemd"><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
meson --prefix=/usr .. &amp;&amp;
ninja</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>ninja install</userinput></screen>
</sect2>
<sect2 role="commands" revision="sysv">
<title>Command Explanations</title>
<para>
<parameter>-Dsystemd=false</parameter>: This switch ensures that
gnome-system-monitor does NOT use the systemd process monitoring framework.
Use this option if you are on a SysV system.
</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, 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>