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

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 eb305e7b was eb305e7b, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Adapt Cheese to changes in vala-0.52
Update to epiphany-40.0
Update to gedit-40.0
Update to gnome-weather-40.0
Update to gnome-terminal-3.40.0
Update to gnome-system-monitor-40.0
Update to gnome-screenshot-40.0
Update to gnome-maps-40.0
Update to gnome-disk-utility-40.0
Update to gnome-calculator-40.0
Update to evince-40.1
Update to eog-40.0
Update to baobab-40.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24455 af4574ff-66df-0310-9fd7-8a98e5e911e0

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