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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gimp3 gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since bab9d8e7 was 3bef2f0, checked in by Krejzi <krejzi@…>, 12 years ago

GNOME Organisation - Part 7.

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

  • Property mode set to 100644
File size: 4.9 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/3.4/gnome-system-monitor-&gnome-system-monitor-version;.tar.xz">
9 <!ENTITY gnome-system-monitor-download-ftp
10 "&gnome-download-ftp;/gnome-system-monitor/3.4/gnome-system-monitor-&gnome-system-monitor-version;.tar.xz">
11 <!ENTITY gnome-system-monitor-md5sum "a7cabd0d4302a02db0ce85ea81bd3421">
12 <!ENTITY gnome-system-monitor-size "2.5 MB">
13 <!ENTITY gnome-system-monitor-buildsize "33 MB">
14 <!ENTITY gnome-system-monitor-time "0.6 SBU">
15]>
16
17<sect1 id="gnome-system-monitor"
18xreflabel="gnome-system-monitor-&gnome-system-monitor-version;">
19 <?dbhtml filename="gnome-system-monitor.html"?>
20
21 <sect1info>
22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
24 </sect1info>
25
26 <title>gnome-system-monitor-&gnome-system-monitor-version;</title>
27
28 <indexterm zone="gnome-system-monitor">
29 <primary sortas="a-gnome-system-monitor">gnome-system-monitor</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to GNOME System Monitor</title>
34
35 <para>
36 The <application>GNOME System Monitor</application> package contains
37 <application>GNOME</application>'s replacement for
38 <command>gtop</command>.
39 </para>
40
41 &lfs70_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&gnome-system-monitor-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&gnome-system-monitor-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &gnome-system-monitor-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &gnome-system-monitor-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &gnome-system-monitor-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &gnome-system-monitor-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">GNOME System Monitor Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="gnome-doc-utils"/>,
82 <xref linkend="gnome-icon-theme"/>,
83 <xref linkend="gtkmm3"/>,
84 <xref linkend="libgtop"/>,
85 <xref linkend="librsvg"/> and
86 <xref linkend="libwnck"/>
87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref linkend="rarian"/>
92 </para>
93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/gnome-system-monitor"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of GNOME System Monitor</title>
101
102 <para>
103 Install <application>GNOME System Monitor</application> by running
104 the following commands:
105 </para>
106
107<screen><userinput>./configure --prefix=/usr &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../../xincludes/without-scrollkeeper.xml"/>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Program</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>
139 gnome-system-monitor
140 </seg>
141 <seg>
142 /usr/share/gnome/help/gnome-system-monitor,
143 /usr/share/omf/gnome-system-monitor and
144 /usr/share/pixmaps/gnome-system-monitor
145 </seg>
146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="gnome-system-monitor-prog">
155 <term><command>gnome-system-monitor</command></term>
156 <listitem>
157 <para>
158 is used to display the process tree and hardware meters.
159 </para>
160 <indexterm zone="gnome-system-monitor gnome-system-monitor-prog">
161 <primary sortas="b-gnome-system-monitor">gnome-system-monitor</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 </variablelist>
167
168 </sect2>
169
170</sect1>
Note: See TracBrowser for help on using the repository browser.