source: gnome/add/gnome-utils.xml@ 15201c6

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

Updated to GNOME Utilities-2.10.1

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

  • Property mode set to 100644
File size: 5.3 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 "http://ftp.gnome.org/pub/GNOME/sources/gnome-utils/&gnome-version;/gnome-utils-&gnome-utils-version;.tar.bz2">
8<!ENTITY gnome-utils-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-utils/&gnome-version;/gnome-utils-&gnome-utils-version;.tar.bz2">
9<!ENTITY gnome-utils-md5sum "78c0afdc112757b13d203fe1ad9c04ad">
10<!ENTITY gnome-utils-size "2.0 MB">
11<!ENTITY gnome-utils-buildsize "27 MB">
12<!ENTITY gnome-utils-time "0.3 SBU">
13]>
14
15<sect1 id="gnome-utils" xreflabel="GNOME Utilities-&gnome-utils-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="gnome-utils.html"?>
21<title>GNOME Utilities-&gnome-utils-version;</title>
22
23<sect2>
24<title>Introduction to <application><acronym>GNOME</acronym>
25Utilities</application></title>
26
27<para>The <application><acronym>GNOME</acronym> Utilities</application>
28package contains a collection of small applications designed to make your
29life a little easier.</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP): <ulink
34url="&gnome-utils-download-http;"/></para></listitem>
35<listitem><para>Download (FTP): <ulink
36url="&gnome-utils-download-ftp;"/></para></listitem>
37<listitem><para>Download MD5sum: &gnome-utils-md5sum;</para></listitem>
38<listitem><para>Download size: &gnome-utils-size;</para></listitem>
39<listitem><para>Estimated disk space required:
40&gnome-utils-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&gnome-utils-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title><application><acronym>GNOME</acronym> Utilities</application>
46dependencies</title>
47<sect4><title>Required</title>
48<para><xref linkend="gnome-panel"/> and
49<xref linkend="libgnomeprintui"/></para>
50</sect4>
51
52<sect4><title>Optional</title>
53<para><xref linkend="Linux_PAM"/> (requires consolehelper) and
54<ulink
55url="http://hal.freedesktop.org/wiki/Software_2fhal">HAL</ulink></para>
56</sect4>
57</sect3>
58
59</sect2>
60
61<sect2>
62<title>Installation of <application><acronym>GNOME</acronym>
63Utilities</application></title>
64
65<para>Install <application><acronym>GNOME</acronym> Utilities</application> by
66running the following commands:</para>
67
68<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
69 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
70 --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
71make</command></userinput></screen>
72
73<para>This package does not come with a test suite.</para>
74
75<para>Now, as the root user:</para>
76
77<screen><userinput role='root'><command>make install</command></userinput></screen>
78
79</sect2>
80
81<sect2>
82<title>Command explanations</title>
83
84<para><parameter>--libexecdir=`pkg-config
85--variable=prefix ORBit-2.0`/sbin</parameter>: This switch puts
86libexec files in <filename class="directory">$GNOME_PREFIX/sbin</filename>
87instead of <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
88
89<para><parameter>--localstatedir=/var/lib</parameter>: This switch
90puts <application>ScrollKeeper</application> files in
91<filename class="directory">/var/lib/scrollkeeper</filename> instead of
92<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
93
94<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
95puts configuration files in <filename class="directory">/etc/gnome</filename>
96instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
97
98<para><parameter>--with-pam-prefix=/etc/pam.d</parameter>: This switch
99puts <application><acronym>PAM</acronym></application> files in
100<filename class="directory">/etc/pam.d</filename> instead of
101<filename class="directory">/etc/gnome</filename>.</para>
102
103<para><option>--disable-hal</option>: Use this switch if you have
104<application>HAL</application> version >0.4.7 installed, as the build will
105fail with higher versions due to the
106<application>D-BUS</application>/<application>HAL</application> ABI
107changes.</para>
108
109</sect2>
110
111<sect2>
112<title>Contents</title>
113
114<para>The <application><acronym>GNOME</acronym> Utilities</application>
115package contains
116<command>gfloppy</command>,
117<command>gnome-dictionary</command>,
118<command>gnome-screenshot</command>,
119<command>gnome-search-tool</command> and
120<command>gnome-system-log</command>.</para>
121
122</sect2>
123
124<sect2><title>Description</title>
125
126<sect3><title>gfloppy</title>
127<para><command>gfloppy</command> formats floppy disks under
128Linux.</para></sect3>
129
130<sect3><title>gnome-dictionary</title>
131<para><command>gnome-dictionary</command> allows you to look up definitions
132and spelling of words.</para></sect3>
133
134<sect3><title>gnome-screenshot</title>
135<para><command>gnome-screenshot</command> is used to capture the contents
136of the current desktop as a graphics formatted file.</para></sect3>
137
138<sect3><title>gnome-search-tool</title>
139<para><command>gnome-search-tool</command> allows you to search for files on
140your system using simple and advanced search options.</para></sect3>
141
142<sect3><title>gnome-system-log</title>
143<para><command>gnome-system-log</command> allows you to monitor and view
144system log files.</para></sect3>
145
146</sect2>
147
148</sect1>
Note: See TracBrowser for help on using the repository browser.