source: gnome/add/gnome-system-monitor.xml@ bd0a1b0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.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 bd0a1b0 was bd0a1b0, checked in by Randy McMurchy <randy@…>, 19 years ago

Added MD5 sum to GDM instructions; updated GDM bootscript; general cleanup of GNOME Additional Packages section

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

  • Property mode set to 100644
File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY gnome-system-monitor-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/&gnome-version;/gnome-system-monitor-&gnome-system-monitor-version;.tar.bz2">
8<!ENTITY gnome-system-monitor-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/&gnome-version;/gnome-system-monitor-&gnome-system-monitor-version;.tar.bz2">
9<!ENTITY gnome-system-monitor-md5sum "9aec14e8c549b26b2d2cd0e997038d8f">
10<!ENTITY gnome-system-monitor-size "681 KB">
11<!ENTITY gnome-system-monitor-buildsize "8.7 MB">
12<!ENTITY gnome-system-monitor-time "0.08 SBU">
13]>
14
15<sect1 id="gnome-system-monitor"
16xreflabel="GNOME System Monitor-&gnome-system-monitor-version;">
17<sect1info>
18<othername>$LastChangedBy$</othername>
19<date>$Date$</date>
20</sect1info>
21<?dbhtml filename="gnome-system-monitor.html"?>
22<title>GNOME System Monitor-&gnome-system-monitor-version;</title>
23
24<sect2>
25<title>Introduction to <application><acronym>GNOME</acronym> System
26Monitor</application></title>
27
28<para>The <application><acronym>GNOME</acronym> System Monitor</application>
29package contains <command>gnome-system-monitor</command>, GNOME's replacement
30for <command>gtop</command>.</para>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP): <ulink
35url="&gnome-system-monitor-download-http;"/></para></listitem>
36<listitem><para>Download (FTP): <ulink
37url="&gnome-system-monitor-download-ftp;"/></para></listitem>
38<listitem><para>Download MD5sum:
39&gnome-system-monitor-md5sum;</para></listitem>
40<listitem><para>Download size:
41&gnome-system-monitor-size;</para></listitem>
42<listitem><para>Estimated disk space required:
43&gnome-system-monitor-buildsize;</para></listitem>
44<listitem><para>Estimated build time:
45&gnome-system-monitor-time;</para></listitem></itemizedlist>
46</sect3>
47
48<sect3><title><application><acronym>GNOME</acronym> System
49Monitor</application> dependencies</title>
50<sect4><title>Required</title>
51<para><xref linkend="libgnomeui"/>,
52<xref linkend="libwnck"/> and
53<xref linkend="libgtop"/></para>
54</sect4>
55</sect3>
56
57</sect2>
58
59<sect2>
60<title>Installation of <application><acronym>GNOME</acronym> System
61Monitor</application></title>
62
63<para>Install <application><acronym>GNOME</acronym> System
64Monitor</application> by running the following commands:</para>
65
66<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
67 --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
68make &amp;&amp;
69make install</command></userinput></screen>
70
71<note><para><command>make install</command> will need path access to
72<filename class="directory">$GNOME_PREFIX/bin</filename>. If you use the
73root account for installation of the package and your preinstallation changes
74were made only to a user's account, you will need to adjust root's path prior
75to running <command>make install</command>.</para></note>
76
77</sect2>
78
79<sect2>
80<title>Command explanations</title>
81
82<para><parameter>--localstatedir=/var/lib</parameter>: This switch
83puts <application>ScrollKeeper</application> files in
84<filename class="directory">/var/lib/scrollkeeper</filename> instead of
85<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
86
87<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
88configuration files in <filename class="directory">/etc/gnome</filename>
89instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
90
91</sect2>
92
93<sect2>
94<title>Contents</title>
95
96<para>The <application><acronym>GNOME</acronym> System Monitor</application>
97package contains <command>gnome-system-monitor</command>.</para>
98
99</sect2>
100
101<sect2><title>Description</title>
102
103<sect3><title>gnome-system-monitor</title>
104<para><command>gnome-system-monitor</command> displays the process tree and
105hardware meters.</para></sect3>
106
107</sect2>
108
109</sect1>
110
Note: See TracBrowser for help on using the repository browser.