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

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b515f46f was bba5218, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Update to gnome-system-monitor-40.1

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