source: gnome/applications/gnome-system-monitor.xml@ 321978b6

12.0 12.1 12.2 gimp3 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128 xry111/xf86-video-removal
Last change on this file since 321978b6 was 274ac683, checked in by Xi Ruoyao <xry111@…>, 15 months ago

gnome: Remove non-exist User Notes link

Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh

  • Property mode set to 100644
File size: 5.3 KB
RevLine 
[3bef2f0]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
[0d7900a]7 <!ENTITY gnome-system-monitor-download-http
[2fc0512]8 "&gnome-download-http;/gnome-system-monitor/&gnome-44;/gnome-system-monitor-&gnome-system-monitor-version;.tar.xz">
[0d7900a]9 <!ENTITY gnome-system-monitor-download-ftp
[2fc0512]10 "&gnome-download-ftp;/gnome-system-monitor/&gnome-44;/gnome-system-monitor-&gnome-system-monitor-version;.tar.xz">
11 <!ENTITY gnome-system-monitor-md5sum "24563ad272c83af1617c5bcec98a175d">
12 <!ENTITY gnome-system-monitor-size "992 KB">
13 <!ENTITY gnome-system-monitor-buildsize "29 MB">
14 <!ENTITY gnome-system-monitor-time "0.4 SBU (with parallelism=4)">
[3bef2f0]15]>
16
[1ca1a68f]17<sect1 id="gnome-system-monitor" xreflabel="gnome-system-monitor-&gnome-system-monitor-version;">
[3bef2f0]18 <?dbhtml filename="gnome-system-monitor.html"?>
19
20
21 <title>gnome-system-monitor-&gnome-system-monitor-version;</title>
22
23 <indexterm zone="gnome-system-monitor">
24 <primary sortas="a-gnome-system-monitor">gnome-system-monitor</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to GNOME System Monitor</title>
29
30 <para>
31 The <application>GNOME System Monitor</application> package contains
32 <application>GNOME</application>'s replacement for
33 <command>gtop</command>.
34 </para>
35
[456e627]36 &lfs113_checked;
[3bef2f0]37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&gnome-system-monitor-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&gnome-system-monitor-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &gnome-system-monitor-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &gnome-system-monitor-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &gnome-system-monitor-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &gnome-system-monitor-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">GNOME System Monitor Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
[43ca148]76 <xref linkend="adwaita-icon-theme"/>,
[3bef2f0]77 <xref linkend="gtkmm3"/>,
[6ca2068]78 <xref linkend="itstool"/>,
[2fc0512]79 <xref linkend="libgtop"/>,
[0f2e42c]80 <xref linkend="libhandy1"/>, and
[6ca2068]81 <xref linkend="librsvg"/>
[3bef2f0]82 </para>
83
[0a76c13]84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
[827ba01c]86 <xref linkend="desktop-file-utils"/> and
87 <ulink url="&appstream-glib-url;">appstream-glib</ulink>
[0a76c13]88 </para>
89
[3bef2f0]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
[43751fc6]100<screen revision="sysv"><userinput>mkdir build &amp;&amp;
[448f3c0]101cd build &amp;&amp;
[43751fc6]102
[91318eb]103meson setup --prefix=/usr \
104 -Dsystemd=false \
105 --buildtype=release \
106 .. &amp;&amp;
[43751fc6]107ninja</userinput></screen>
108
109<screen revision="systemd"><userinput>mkdir build &amp;&amp;
[448f3c0]110cd build &amp;&amp;
[36bbe491]111
[91318eb]112meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
[43751fc6]113ninja</userinput></screen>
[3bef2f0]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
[43751fc6]123<screen role="root"><userinput>ninja install</userinput></screen>
[3bef2f0]124
125 </sect2>
126
[2db2e382]127 <sect2 role="commands" revision="sysv">
[8ac0c7f]128 <title>Command Explanations</title>
129
[fb4ed61]130 <para>
[43751fc6]131 <parameter>-Dsystemd=false</parameter>: This switch ensures that
[2db2e382]132 gnome-system-monitor does NOT use the systemd process monitoring framework.
[43751fc6]133 Use this option if you are on a SysV system.
[36bbe491]134 </para>
135
[8ac0c7f]136 </sect2>
137
[3bef2f0]138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Program</segtitle>
[c3c56b2]143 <segtitle>Installed Libraries</segtitle>
[3bef2f0]144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
147 <seg>
[6ca2068]148 gnome-system-monitor
[3bef2f0]149 </seg>
[c3c56b2]150 <seg>
151 None
152 </seg>
[3bef2f0]153 <seg>
[279fc64]154 /usr/{libexec,share,share/help/*}/gnome-system-monitor
[3bef2f0]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>
[4c24eb0a]168 is used to display the process tree and hardware meters
[3bef2f0]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.