source: gnome/add/gnome-system-monitor.xml@ 786b1ba

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 786b1ba was e05cd03f, checked in by Randy McMurchy <randy@…>, 14 years ago

Replaced deprecated w3.org XInclude throughout the book

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

  • Property mode set to 100644
File size: 5.9 KB
RevLine 
[9d2dc4e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[9d2dc4e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[2d07a26]7 <!ENTITY gnome-system-monitor-download-http "&gnome-download-http;/gnome-system-monitor/&gnome-version;/gnome-system-monitor-&gnome-system-monitor-version;.tar.bz2">
8 <!ENTITY gnome-system-monitor-download-ftp "&gnome-download-ftp;/gnome-system-monitor/&gnome-version;/gnome-system-monitor-&gnome-system-monitor-version;.tar.bz2">
9 <!ENTITY gnome-system-monitor-md5sum "341c8fda9b518729e04465705da62994">
10 <!ENTITY gnome-system-monitor-size "2.3 MB">
11 <!ENTITY gnome-system-monitor-buildsize "20 MB">
12 <!ENTITY gnome-system-monitor-time "0.5 SBU">
[9d2dc4e2]13]>
14
[b1f9e446]15<sect1 id="gnome-system-monitor"
[f7f43a8]16xreflabel="GNOME System Monitor-&gnome-system-monitor-version;">
[b1f9e446]17 <?dbhtml filename="gnome-system-monitor.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>GNOME System Monitor-&gnome-system-monitor-version;</title>
25
26 <indexterm zone="gnome-system-monitor">
27 <primary sortas="a-GNOME System Monitor">GNOME System Monitor</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to GNOME System Monitor</title>
32
33 <para>The <application>GNOME System Monitor</application> package contains
34 <command>gnome-system-monitor</command>, GNOME's replacement for
35 <command>gtop</command>.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP):
41 <ulink url="&gnome-system-monitor-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP):
45 <ulink url="&gnome-system-monitor-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &gnome-system-monitor-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &gnome-system-monitor-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &gnome-system-monitor-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &gnome-system-monitor-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">GNOME System Monitor Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
[2d07a26]64 <para role="required"><xref linkend="GConf"/>,
[fcad2f5]65 <xref linkend="gnome-doc-utils"/>,
[2d07a26]66 <xref linkend="gnome-icon-theme"/>,
67 <xref linkend="gtkmm"/>,
68 <xref linkend="libgtop"/>,
69 <xref linkend="librsvg"/>, and
70 <xref linkend="libwnck"/></para>
[b1f9e446]71
[631d01ba]72 <bridgehead renderas="sect4">Optional</bridgehead>
[2d07a26]73 <para role="optional"><xref linkend="rarian"/></para>
[fcad2f5]74
[2d07a26]75 <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
76 <para role="optional"><ulink
77 url="http://www.nongnu.org/gksu/">libgksu2</ulink> or
78 <ulink
79 url="http://members.chello.nl/~h.lai/libgnomesu/">libgnomesu</ulink> (Required for killing or renicing processes not owned by user)</para>
[631d01ba]80
[0a7c3921]81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/gnome-system-monitor"/></para>
83
[b1f9e446]84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of GNOME System Monitor</title>
88
89 <para>Install <application>GNOME System Monitor</application> by running
90 the following commands:</para>
91
[631d01ba]92<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
93 --sysconfdir=&gnome-etc-dir; \
94 --localstatedir=/var/lib &amp;&amp;
[b1f9e446]95make</userinput></screen>
[e49a7cfd]96
[b1f9e446]97 <para>This package does not come with a test suite.</para>
[e49a7cfd]98
[b1f9e446]99 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[e49a7cfd]100
[b1f9e446]101<screen role="root"><userinput>make install</userinput></screen>
[e49a7cfd]102
103<!-- This should not be necessary any longer, but leaving it as a comment
[9d2dc4e2]104
[b1f9e446]105<note><para><command>make install</command> will need path access to
106<filename class="directory">$GNOME_PREFIX/bin</filename>. If you use the
107root account for installation of the package and your preinstallation changes
108were made only to a user's account, you will need to adjust root's path prior
[f7f43a8]109to running <command>make install</command>.</para></note>
[9d2dc4e2]110
[e49a7cfd]111 -->
112
[b1f9e446]113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
[e05cd03f]118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[631d01ba]119 href="../../xincludes/gnome-prefix.xml"/>
120
[e05cd03f]121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[631d01ba]122 href="../../xincludes/gnome-sysconfdir.xml"/>
[b1f9e446]123
[e05cd03f]124 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[631d01ba]125 href="../../xincludes/scrollkeeper-dir.xml"/>
[b1f9e446]126
[2d07a26]127 <para><option>--disable-scrollkeeper</option>: Use this parameter if you
128 wish to disable the updates to the scrollkeeper database.</para>
129
[b1f9e446]130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Program</segtitle>
137 <segtitle>Installed Libraries</segtitle>
138 <segtitle>Installed Directories</segtitle>
139
140 <seglistitem>
141 <seg>gnome-system-monitor</seg>
142 <seg>None</seg>
[2d07a26]143 <seg><envar>$GNOME_PREFIX</envar>/share/{gnome/help/gnome-system-monitor/*,
144 omf/gnome-system-monitor,pixmaps/gnome-system-monitor}</seg>
[b1f9e446]145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="gnome-system-monitor-prog">
154 <term><command>gnome-system-monitor</command></term>
155 <listitem>
156 <para>displays the process tree and hardware meters.</para>
157 <indexterm zone="gnome-system-monitor gnome-system-monitor-prog">
158 <primary sortas="b-gnome-system-monitor">gnome-system-monitor</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
[8945b1e]166
167</sect1>
Note: See TracBrowser for help on using the repository browser.