source: gnome/add/gnome-utils.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: 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 "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 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/gnome-utils"/></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of GNOME Utilities</title>
79
80 <para>Install <application>GNOME Utilities</application> by
81 running the following commands:</para>
82
83<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
84 --libexecdir=`pkg-config \
85 --variable=prefix ORBit-2.0`/lib/gnome-utils \
86 --localstatedir=/var/lib \
87 --sysconfdir=&gnome-etc-dir; &amp;&amp;
88make</userinput></screen>
89
90 <para>This package does not come with a test suite.</para>
91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role="root"><userinput>make install</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="commands">
99 <title>Command Explanations</title>
100
101 <para><parameter>--libexecdir=`pkg-config
102 --variable=prefix ORBit-2.0`/lib/gnome-utils</parameter>: This switch puts
103 libexec files in
104 <filename class="directory">$GNOME_PREFIX/lib/gnome-utils</filename>
105 instead of
106 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
107
108 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
109 puts <application>ScrollKeeper</application> files in
110 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
111 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
112
113 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
114 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
115 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
116
117 <para><option>--with-pam-prefix=/etc/pam.d</option>: This switch
118 puts <application>PAM</application> files in
119 <filename class="directory">/etc/pam.d</filename> instead of
120 <filename class="directory">&gnome-etc-dir;</filename>.</para>
121
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
129 <segtitle>Installed Libraries</segtitle>
130 <segtitle>Installed Directories</segtitle>
131
132 <seglistitem>
133 <seg>gfloppy, gnome-dictionary, gnome-panel-screenshot,
134 gnome-screenshot, gnome-search-tool, and gnome-system-log</seg>
135 <seg>None</seg>
136 <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/{gfloppy,
137 gnome-{dictionary, screenshot, search-tool, system-log}} and
138 the following subdirectories of $GNOME_PREFIX/:
139 lib/gnome-utils,
140 share/{gnome-{screenshot, system-log, utils},
141 gnome/help/{gfloppy, gnome-dictionary, gnome-search-tool, gnome-system-log}
142 omf/gnome-utils,
143 pixmaps/gsearchtool}</seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="gfloppy">
153 <term><command>gfloppy</command></term>
154 <listitem>
155 <para>formats floppy disks under Linux.</para>
156 <indexterm zone="gnome-utils gfloppy">
157 <primary sortas="b-gfloppy">gfloppy</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 <varlistentry id="gnome-dictionary">
163 <term><command>gnome-dictionary</command></term>
164 <listitem>
165 <para>allows you to look up definitions and spelling of words.</para>
166 <indexterm zone="gnome-utils gnome-dictionary">
167 <primary sortas="b-gnome-dictionary">gnome-dictionary</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 <varlistentry id="gnome-screenshot">
173 <term><command>gnome-screenshot</command></term>
174 <listitem>
175 <para>is used to capture the contents of the current desktop as
176 a graphics formatted file.</para>
177 <indexterm zone="gnome-utils gnome-screenshot">
178 <primary sortas="b-gnome-screenshot">gnome-screenshot</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="gnome-search-tool">
184 <term><command>gnome-search-tool</command></term>
185 <listitem>
186 <para>allows you to search for files on your system using simple
187 and advanced search options.</para>
188 <indexterm zone="gnome-utils gnome-search-tool">
189 <primary sortas="b-gnome-search-tool">gnome-search-tool</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="gnome-system-log">
195 <term><command>gnome-system-log</command></term>
196 <listitem>
197 <para>allows you to monitor and view system log files.</para>
198 <indexterm zone="gnome-utils gnome-system-log">
199 <primary sortas="b-gnome-system-log">gnome-system-log</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 </variablelist>
205
206 </sect2>
207
208</sect1>
Note: See TracBrowser for help on using the repository browser.