source: gnome/applications/gnome-system-monitor.xml@ 7844a4a

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 7844a4a was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 20 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • 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
[1ba0d9a3]8 "&gnome-download-http;/gnome-system-monitor/&gnome-42;/gnome-system-monitor-&gnome-system-monitor-version;.tar.xz">
[0d7900a]9 <!ENTITY gnome-system-monitor-download-ftp
[1ba0d9a3]10 "&gnome-download-ftp;/gnome-system-monitor/&gnome-42;/gnome-system-monitor-&gnome-system-monitor-version;.tar.xz">
11 <!ENTITY gnome-system-monitor-md5sum "2d9678bb4ea86b40177ac6b28152666f">
12 <!ENTITY gnome-system-monitor-size "955 KB">
13 <!ENTITY gnome-system-monitor-buildsize "25 MB">
[279fc64]14 <!ENTITY gnome-system-monitor-time "0.2 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
[8a2cb97]36 &lfs112_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"/>,
79 <xref linkend="libgtop"/>, and
80 <xref linkend="librsvg"/>
[3bef2f0]81 </para>
82
[0a76c13]83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
[827ba01c]85 <xref linkend="desktop-file-utils"/> and
86 <ulink url="&appstream-glib-url;">appstream-glib</ulink>
[0a76c13]87 </para>
88
[3bef2f0]89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/gnome-system-monitor"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of GNOME System Monitor</title>
96
97 <para>
98 Install <application>GNOME System Monitor</application> by running
99 the following commands:
100 </para>
101
[43751fc6]102<screen revision="sysv"><userinput>mkdir build &amp;&amp;
[448f3c0]103cd build &amp;&amp;
[43751fc6]104
[b9fc02a]105meson --prefix=/usr -Dsystemd=false --buildtype=release .. &amp;&amp;
[43751fc6]106ninja</userinput></screen>
107
108<screen revision="systemd"><userinput>mkdir build &amp;&amp;
[448f3c0]109cd build &amp;&amp;
[36bbe491]110
[b9fc02a]111meson --prefix=/usr --buildtype=release .. &amp;&amp;
[43751fc6]112ninja</userinput></screen>
[3bef2f0]113
114 <para>
115 This package does not come with a test suite.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
[43751fc6]122<screen role="root"><userinput>ninja install</userinput></screen>
[3bef2f0]123
124 </sect2>
125
[2db2e382]126 <sect2 role="commands" revision="sysv">
[8ac0c7f]127 <title>Command Explanations</title>
128
[fb4ed61]129 <para>
[43751fc6]130 <parameter>-Dsystemd=false</parameter>: This switch ensures that
[2db2e382]131 gnome-system-monitor does NOT use the systemd process monitoring framework.
[43751fc6]132 Use this option if you are on a SysV system.
[36bbe491]133 </para>
134
[8ac0c7f]135 </sect2>
136
[3bef2f0]137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Program</segtitle>
[c3c56b2]142 <segtitle>Installed Libraries</segtitle>
[3bef2f0]143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
[6ca2068]147 gnome-system-monitor
[3bef2f0]148 </seg>
[c3c56b2]149 <seg>
150 None
151 </seg>
[3bef2f0]152 <seg>
[279fc64]153 /usr/{libexec,share,share/help/*}/gnome-system-monitor
[3bef2f0]154 </seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="gnome-system-monitor-prog">
164 <term><command>gnome-system-monitor</command></term>
165 <listitem>
166 <para>
[4c24eb0a]167 is used to display the process tree and hardware meters
[3bef2f0]168 </para>
169 <indexterm zone="gnome-system-monitor gnome-system-monitor-prog">
170 <primary sortas="b-gnome-system-monitor">gnome-system-monitor</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.