source: gnome/add/gnome-system-monitor.xml@ 7cdaed0

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 7cdaed0 was 0a7c3921, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5832 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.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 "100f3599b95a375db85df521f3e2554e">
10 <!ENTITY gnome-system-monitor-size "786 KB">
11 <!ENTITY gnome-system-monitor-buildsize "10.8 MB">
12 <!ENTITY gnome-system-monitor-time "0.1 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 <keywordset>
23 <keyword role="package">gnome-system-monitor-&gnome-system-monitor-version;.tar</keyword>
24 <keyword role="ftpdir">gnome-system-monitor</keyword>
25 </keywordset>
26 </sect1info>
27
28 <title>GNOME System Monitor-&gnome-system-monitor-version;</title>
29
30 <indexterm zone="gnome-system-monitor">
31 <primary sortas="a-GNOME System Monitor">GNOME System Monitor</primary>
32 </indexterm>
33
34 <sect2 role="package">
35 <title>Introduction to GNOME System Monitor</title>
36
37 <para>The <application>GNOME System Monitor</application> package contains
38 <command>gnome-system-monitor</command>, GNOME's replacement for
39 <command>gtop</command>.</para>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP):
45 <ulink url="&gnome-system-monitor-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP):
49 <ulink url="&gnome-system-monitor-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &gnome-system-monitor-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &gnome-system-monitor-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &gnome-system-monitor-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &gnome-system-monitor-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">GNOME System Monitor Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
68 <para role="required"><xref linkend="libgnomeui"/>,
69 <xref linkend="libwnck"/>, and
70 <xref linkend="libgtop"/></para>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/gnome-system-monitor"/></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of GNOME System Monitor</title>
79
80 <para>Install <application>GNOME System Monitor</application> by running
81 the following commands:</para>
82
83<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
84 --localstatedir=/var/lib \
85 --sysconfdir=&gnome-etc-dir; &amp;&amp;
86make</userinput></screen>
87
88 <para>This package does not come with a test suite.</para>
89
90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
91
92<screen role="root"><userinput>make install</userinput></screen>
93
94<!-- This should not be necessary any longer, but leaving it as a comment
95
96<note><para><command>make install</command> will need path access to
97<filename class="directory">$GNOME_PREFIX/bin</filename>. If you use the
98root account for installation of the package and your preinstallation changes
99were made only to a user's account, you will need to adjust root's path prior
100to running <command>make install</command>.</para></note>
101
102 -->
103
104 </sect2>
105
106 <sect2 role="commands">
107 <title>Command Explanations</title>
108
109 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
110 puts <application>ScrollKeeper</application> files in
111 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
112 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
113
114 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
115 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
116 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Program</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>gnome-system-monitor</seg>
130 <seg>None</seg>
131 <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/procman
132 and $GNOME_PREFIX/share/{gnome/help, omf}/gnome-system-monitor</seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="gnome-system-monitor-prog">
142 <term><command>gnome-system-monitor</command></term>
143 <listitem>
144 <para>displays the process tree and hardware meters.</para>
145 <indexterm zone="gnome-system-monitor gnome-system-monitor-prog">
146 <primary sortas="b-gnome-system-monitor">gnome-system-monitor</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 </variablelist>
152
153 </sect2>
154
155</sect1>
Note: See TracBrowser for help on using the repository browser.