source: gnome/add/gnome-system-monitor.xml@ 631d01ba

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 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/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 631d01ba was 631d01ba, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated to GNOME System Monitor-2.14.4

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

  • Property mode set to 100644
File size: 5.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
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 "70c19b816ff58f2dc5da2793a36df2a0">
10 <!ENTITY gnome-system-monitor-size "1.4 MB">
11 <!ENTITY gnome-system-monitor-buildsize "14.1 MB">
12 <!ENTITY gnome-system-monitor-time "0.2 SBU">
13]>
14
15<sect1 id="gnome-system-monitor"
16xreflabel="GNOME System Monitor-&gnome-system-monitor-version;">
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>
64 <para role="required"><xref linkend="libgnomeui"/>,
65 <xref linkend="libwnck"/>, and
66 <xref linkend="libgtop"/></para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><xref linkend="intltool"/>, and
70 <ulink
71 url="http://people.debian.org/~kov/gksu/libgksu1.2/">libgksu1.2</ulink> and
72 <ulink
73 url="http://people.debian.org/~kov/gksu/libgksuui1.0/">libgksuui1.0</ulink></para>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/gnome-system-monitor"/></para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of GNOME System Monitor</title>
82
83 <para>Install <application>GNOME System Monitor</application> by running
84 the following commands:</para>
85
86<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
87 --sysconfdir=&gnome-etc-dir; \
88 --localstatedir=/var/lib &amp;&amp;
89make</userinput></screen>
90
91 <para>This package does not come with a test suite.</para>
92
93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
94
95<screen role="root"><userinput>make install</userinput></screen>
96
97<!-- This should not be necessary any longer, but leaving it as a comment
98
99<note><para><command>make install</command> will need path access to
100<filename class="directory">$GNOME_PREFIX/bin</filename>. If you use the
101root account for installation of the package and your preinstallation changes
102were made only to a user's account, you will need to adjust root's path prior
103to running <command>make install</command>.</para></note>
104
105 -->
106
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
113 href="../../xincludes/gnome-prefix.xml"/>
114
115 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
116 href="../../xincludes/gnome-sysconfdir.xml"/>
117
118 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
119 href="../../xincludes/scrollkeeper-dir.xml"/>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Program</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>gnome-system-monitor</seg>
133 <seg>None</seg>
134 <seg><envar>$GNOME_PREFIX</envar>/share/{gnome/help, omf}/gnome-system-monitor</seg>
135 </seglistitem>
136 </segmentedlist>
137
138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
143 <varlistentry id="gnome-system-monitor-prog">
144 <term><command>gnome-system-monitor</command></term>
145 <listitem>
146 <para>displays the process tree and hardware meters.</para>
147 <indexterm zone="gnome-system-monitor gnome-system-monitor-prog">
148 <primary sortas="b-gnome-system-monitor">gnome-system-monitor</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
154
155 </sect2>
156
157</sect1>
Note: See TracBrowser for help on using the repository browser.