source: gnome/add/gnome-utils.xml@ 4a256da

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 4a256da was f191d88, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated the Gnome Utilities instructions to fit the GNOME-2.12.2 version

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

  • Property mode set to 100644
File size: 8.2 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-utils-download-http "&gnome-download-http;/gnome-utils/&gnome-version;/gnome-utils-&gnome-utils-version;.tar.bz2">
8 <!ENTITY gnome-utils-download-ftp "&gnome-download-ftp;/gnome-utils/&gnome-version;/gnome-utils-&gnome-utils-version;.tar.bz2">
9 <!ENTITY gnome-utils-md5sum "71d615932e4ddf7182abeb734b8e370c">
10 <!ENTITY gnome-utils-size "1.7 MB">
11 <!ENTITY gnome-utils-buildsize "30.7 MB">
12 <!ENTITY gnome-utils-time "0.3 SBU">
13]>
14
15<sect1 id="gnome-utils" xreflabel="GNOME Utilities-&gnome-utils-version;">
16 <?dbhtml filename="gnome-utils.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">gnome-utils-&gnome-utils-version;.tar</keyword>
23 <keyword role="ftpdir">gnome-utils</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>GNOME Utilities-&gnome-utils-version;</title>
28
29 <indexterm zone="gnome-utils">
30 <primary sortas="a-GNOME Utilities">GNOME Utilities</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to GNOME Utilities</title>
35
36 <para>The <application>GNOME Utilities</application> package contains a
37 collection of small applications designed to make your life a little
38 easier.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&gnome-utils-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&gnome-utils-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &gnome-utils-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &gnome-utils-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &gnome-utils-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &gnome-utils-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">GNOME Utilities Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required"><xref linkend="gnome-panel"/> and
66 <xref linkend="libgnomeprintui"/></para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><xref linkend="linux-pam"/> (only if consolehelper
70 is also installed) and <xref linkend="hal"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of GNOME Utilities</title>
76
77 <para>Install <application>GNOME Utilities</application> by
78 running the following commands:</para>
79
80<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
81 --libexecdir=`pkg-config \
82 --variable=prefix ORBit-2.0`/lib/gnome-utils \
83 --localstatedir=/var/lib \
84 --sysconfdir=&gnome-etc-dir; &amp;&amp;
85make</userinput></screen>
86
87 <para>This package does not come with a test suite.</para>
88
89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
90
91<screen role="root"><userinput>make install</userinput></screen>
92
93 </sect2>
94
95 <sect2 role="commands">
96 <title>Command Explanations</title>
97
98 <para><parameter>--libexecdir=`pkg-config
99 --variable=prefix ORBit-2.0`/lib/gnome-utils</parameter>: This switch puts
100 libexec files in
101 <filename class="directory">$GNOME_PREFIX/lib/gnome-utils</filename>
102 instead of
103 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
104
105 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
106 puts <application>ScrollKeeper</application> files in
107 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
108 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
109
110 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
111 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
112 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
113
114 <para><option>--with-pam-prefix=/etc/pam.d</option>: This switch
115 puts <application>PAM</application> files in
116 <filename class="directory">/etc/pam.d</filename> instead of
117 <filename class="directory">&gnome-etc-dir;</filename>.</para>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>gfloppy, gnome-dictionary, gnome-panel-screenshot,
131 gnome-screenshot, gnome-search-tool, and gnome-system-log</seg>
132 <seg>None</seg>
133 <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/apps/gfloppy,
134 &gnome-etc-dir;/gconf/gconf.xml.defaults/apps/gnome-dictionary,
135 &gnome-etc-dir;/gconf/gconf.xml.defaults/apps/gnome-screenshot,
136 &gnome-etc-dir;/gconf/gconf.xml.defaults/apps/gnome-search-tool,
137 &gnome-etc-dir;/gconf/gconf.xml.defaults/apps/gnome-system-log,
138 &gnome-etc-dir;/gconf/gconf.xml.defaults/schemas/apps/gfloppy,
139 &gnome-etc-dir;/gconf/gconf.xml.defaults/schemas/apps/gnome-dictionary,
140 &gnome-etc-dir;/gconf/gconf.xml.defaults/schemas/apps/gnome-screenshot,
141 &gnome-etc-dir;/gconf/gconf.xml.defaults/schemas/apps/gnome-search-tool,
142 &gnome-etc-dir;/gconf/gconf.xml.defaults/schemas/apps/gnome-system-log,
143 $GNOME_PREFIX/share/gnome-screenshot,
144 $GNOME_PREFIX/share/gnome-utils,
145 $GNOME_PREFIX/share/gnome/help/gfloppy,
146 $GNOME_PREFIX/share/gnome/help/gnome-dictionary,
147 $GNOME_PREFIX/share/gnome/help/gnome-search-tool,
148 $GNOME_PREFIX/share/gnome/help/gnome-system-log, and
149 $GNOME_PREFIX/share/omf/gnome-utils</seg>
150 </seglistitem>
151 </segmentedlist>
152
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="gfloppy">
159 <term><command>gfloppy</command></term>
160 <listitem>
161 <para>formats floppy disks under Linux.</para>
162 <indexterm zone="gnome-utils gfloppy">
163 <primary sortas="b-gfloppy">gfloppy</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="gnome-dictionary">
169 <term><command>gnome-dictionary</command></term>
170 <listitem>
171 <para>allows you to look up definitions and spelling of words.</para>
172 <indexterm zone="gnome-utils gnome-dictionary">
173 <primary sortas="b-gnome-dictionary">gnome-dictionary</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="gnome-screenshot">
179 <term><command>gnome-screenshot</command></term>
180 <listitem>
181 <para>is used to capture the contents of the current desktop as
182 a graphics formatted file.</para>
183 <indexterm zone="gnome-utils gnome-screenshot">
184 <primary sortas="b-gnome-screenshot">gnome-screenshot</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="gnome-search-tool">
190 <term><command>gnome-search-tool</command></term>
191 <listitem>
192 <para>allows you to search for files on your system using simple
193 and advanced search options.</para>
194 <indexterm zone="gnome-utils gnome-search-tool">
195 <primary sortas="b-gnome-search-tool">gnome-search-tool</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="gnome-system-log">
201 <term><command>gnome-system-log</command></term>
202 <listitem>
203 <para>allows you to monitor and view system log files.</para>
204 <indexterm zone="gnome-utils gnome-system-log">
205 <primary sortas="b-gnome-system-log">gnome-system-log</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 </variablelist>
211
212 </sect2>
213
214</sect1>
Note: See TracBrowser for help on using the repository browser.