source: gnome/applications/gnome-system-monitor.xml

trunk
Last change on this file was 8663819, checked in by Douglas R. Reno <renodr@…>, 7 days ago

Update to gnome-system-monitor-46.0

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-system-monitor-download-http
8 "&gnome-download-http;/gnome-system-monitor/&gnome-46;/gnome-system-monitor-&gnome-system-monitor-version;.tar.xz">
9 <!ENTITY gnome-system-monitor-download-ftp " ">
10 <!ENTITY gnome-system-monitor-md5sum "d2c121f58825bf5a441f16f13b0d3201">
11 <!ENTITY gnome-system-monitor-size "1020 KB">
12 <!ENTITY gnome-system-monitor-buildsize "27 MB">
13 <!ENTITY gnome-system-monitor-time "0.2 SBU (with parallelism=4)">
14]>
15
16<sect1 id="gnome-system-monitor" xreflabel="gnome-system-monitor-&gnome-system-monitor-version;">
17 <?dbhtml filename="gnome-system-monitor.html"?>
18
19
20 <title>gnome-system-monitor-&gnome-system-monitor-version;</title>
21
22 <indexterm zone="gnome-system-monitor">
23 <primary sortas="a-gnome-system-monitor">gnome-system-monitor</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GNOME System Monitor</title>
28
29 <para>
30 The <application>GNOME System Monitor</application> package contains
31 <application>GNOME</application>'s replacement for
32 <command>gtop</command>.
33 </para>
34
35 &lfs121_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&gnome-system-monitor-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&gnome-system-monitor-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &gnome-system-monitor-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &gnome-system-monitor-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &gnome-system-monitor-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &gnome-system-monitor-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">GNOME System Monitor Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="adwaita-icon-theme"/>,
76 <xref linkend="gtkmm4"/>,
77 <xref linkend="itstool"/>,
78 <xref linkend="libgtop"/>,
79 <xref linkend="libadwaita1"/>, and
80 <xref linkend="librsvg"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="desktop-file-utils"/>,
86 <ulink url="&appstream-glib-url;">appstream-glib</ulink>, and
87 <ulink url="https://github.com/uncrustify/uncrustify">uncrustify</ulink>
88 </para>
89
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of GNOME System Monitor</title>
94
95 <para>
96 Install <application>GNOME System Monitor</application> by running
97 the following commands:
98 </para>
99
100<screen revision="sysv"><userinput>mkdir build &amp;&amp;
101cd build &amp;&amp;
102
103meson setup --prefix=/usr \
104 -Dsystemd=false \
105 --buildtype=release \
106 .. &amp;&amp;
107ninja</userinput></screen>
108
109<screen revision="systemd"><userinput>mkdir build &amp;&amp;
110cd build &amp;&amp;
111
112meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
113ninja</userinput></screen>
114
115 <para>
116 This package does not come with a test suite.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>ninja install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands" revision="sysv">
128 <title>Command Explanations</title>
129
130 <para>
131 <parameter>-Dsystemd=false</parameter>: This switch ensures that
132 gnome-system-monitor does NOT use the systemd process monitoring framework.
133 Use this option if you are on a SysV system.
134 </para>
135
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Program</segtitle>
143 <segtitle>Installed Libraries</segtitle>
144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
147 <seg>
148 gnome-system-monitor
149 </seg>
150 <seg>
151 None
152 </seg>
153 <seg>
154 /usr/{libexec,share,share/help/*}/gnome-system-monitor
155 </seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="gnome-system-monitor-prog">
165 <term><command>gnome-system-monitor</command></term>
166 <listitem>
167 <para>
168 is used to display the process tree and hardware meters
169 </para>
170 <indexterm zone="gnome-system-monitor gnome-system-monitor-prog">
171 <primary sortas="b-gnome-system-monitor">gnome-system-monitor</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 </variablelist>
177
178 </sect2>
179
180</sect1>
Note: See TracBrowser for help on using the repository browser.