source: gnome/add/gnome-utils.xml@ b9b9d0b

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

Updated the GNOME Utilities and GNOME Games package instructions to be compatible with the GNOME-2.14.2 update

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

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