source: gnome/applications/gnome-system-monitor.xml@ 7ee0102

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 7ee0102 was fb4ed61, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Update to gucharmap-9.0.3
Update to gnome-system-monitor-3.24.0
Update to gnome-power-manager-3.24.0
Update to gnome-weather-3.24.0

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

  • Property mode set to 100644
File size: 5.6 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-minor-24;/gnome-system-monitor-&gnome-system-monitor-version;.tar.xz">
9 <!ENTITY gnome-system-monitor-download-ftp
10 "&gnome-download-ftp;/gnome-system-monitor/&gnome-minor-24;/gnome-system-monitor-&gnome-system-monitor-version;.tar.xz">
11 <!ENTITY gnome-system-monitor-md5sum "14d6bc9d8b4978f2123f82c40ad6445f">
12 <!ENTITY gnome-system-monitor-size "912 KB">
13 <!ENTITY gnome-system-monitor-buildsize "37 MB">
14 <!ENTITY gnome-system-monitor-time "0.4 SBU">
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 <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
40 &lfs80_checked;
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">
80 <xref linkend="adwaita-icon-theme"/>,
81 <phrase revision="systemd"><xref linkend="appstream-glib"/>,</phrase>
82 <xref linkend="gtkmm3"/>,
83 <xref linkend="itstool"/>,
84 <xref linkend="libgtop"/>, and
85 <xref linkend="librsvg"/>
86 </para>
87
88<!--
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref linkend="libwnck"/>
92 </para>
93NOT SUPPORTED
94-->
95
96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
98 <xref linkend="desktop-file-utils"/>
99 <phrase revision="sysv"><ulink url="http://people.freedesktop.org/~hughsient/appstream-glib/releases">and appstream-glib</ulink></phrase>
100 </para>
101
102 <para condition="html" role="usernotes">User Notes:
103 <ulink url="&blfs-wiki;/gnome-system-monitor"/>
104 </para>
105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of GNOME System Monitor</title>
109
110 <para>
111 Install <application>GNOME System Monitor</application> by running
112 the following commands:
113 </para>
114
115<screen revision="sysv"><userinput>./configure --prefix=/usr &amp;&amp;
116make</userinput></screen>
117
118<screen revision="systemd"><userinput>./configure --prefix=/usr --enable-systemd &amp;&amp;
119make</userinput></screen>
120
121 <para>
122 This package does not come with a test suite.
123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>make install</userinput></screen>
130
131 </sect2>
132
133 <sect2 role="commands" revision="systemd">
134 <title>Command Explanations</title>
135
136<!--
137 <para>
138 <parameter>- -enable-wnck</parameter>: This switch adds support for the
139 Window Navigator Construction Kit libraries.
140 </para>
141-->
142
143 <para>
144 <parameter>--enable-systemd</parameter>: This switch ensures that
145 gnome-system-monitor uses the systemd process monitoring framework.
146 </para>
147
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Program</segtitle>
155 <segtitle>Installed Libraries</segtitle>
156 <segtitle>Installed Directories</segtitle>
157
158 <seglistitem>
159 <seg>
160 gnome-system-monitor
161 </seg>
162 <seg>
163 None
164 </seg>
165 <seg>
166 /usr/{libexec,share/help/*}/gnome-system-monitor
167 </seg>
168 </seglistitem>
169 </segmentedlist>
170
171 <variablelist>
172 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
173 <?dbfo list-presentation="list"?>
174 <?dbhtml list-presentation="table"?>
175
176 <varlistentry id="gnome-system-monitor-prog">
177 <term><command>gnome-system-monitor</command></term>
178 <listitem>
179 <para>
180 is used to display the process tree and hardware meters.
181 </para>
182 <indexterm zone="gnome-system-monitor gnome-system-monitor-prog">
183 <primary sortas="b-gnome-system-monitor">gnome-system-monitor</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 </variablelist>
189
190 </sect2>
191
192</sect1>
Note: See TracBrowser for help on using the repository browser.