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

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

Updated to GNOME Utilities-2.8.1

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

  • Property mode set to 100644
File size: 4.6 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-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 "048224275454781c7eebc5afd4004069">
10<!ENTITY gnome-utils-size "1.7 MB">
11<!ENTITY gnome-utils-buildsize "25.1 MB">
12<!ENTITY gnome-utils-time "0.28 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"/></para>
49</sect4>
50
51<sect4><title>Optional</title>
52<para><xref linkend="Linux_PAM"/> (requires consolehelper)</para>
53</sect4>
54</sect3>
55
56</sect2>
57
58<sect2>
59<title>Installation of <application><acronym>GNOME</acronym>
60Utilities</application></title>
61
62<para>Install <application><acronym>GNOME</acronym> Utilities</application> by
63running the following commands:</para>
64
65<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
66 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
67 --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
68make &amp;&amp;
69make install</command></userinput></screen>
70
71</sect2>
72
73<sect2>
74<title>Command explanations</title>
75
76<para><parameter>--libexecdir=`pkg-config
77--variable=prefix ORBit-2.0`/sbin</parameter>: This switch puts
78libexec files in <filename class="directory">$GNOME_PREFIX/sbin</filename>
79instead of <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
80
81<para><parameter>--localstatedir=/var/lib</parameter>: This switch
82puts <application>ScrollKeeper</application> files in
83<filename class="directory">/var/lib/scrollkeeper</filename> instead of
84<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
85
86<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
87puts configuration files in <filename class="directory">/etc/gnome</filename>
88instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
89
90<para><parameter>--with-pam-prefix=/etc/pam.d</parameter>: This switch
91puts <application><acronym>PAM</acronym></application> files in
92<filename class="directory">/etc/pam.d</filename> instead of
93<filename class="directory">/etc/gnome</filename>.</para>
94
95</sect2>
96
97<sect2>
98<title>Contents</title>
99
100<para>The <application><acronym>GNOME</acronym> Utilities</application>
101package contains
102<command>gnome-system-log</command>,
103<command>gnome-search-tool</command>,
104<command>gnome-dictionary</command>,
105and <command>gfloppy</command>.</para>
106
107</sect2>
108
109<sect2><title>Description</title>
110
111<sect3><title>gnome-system-log</title>
112<para><command>gnome-system-log</command> allows you to monitor and view
113system log files.</para></sect3>
114
115<sect3><title>gnome-search-tool</title>
116<para><command>gnome-search-tool</command> allows you to search for files on
117your system using simple and advanced search options.</para></sect3>
118
119<sect3><title>gnome-dictionary</title>
120<para><command>gnome-dictionary</command> allows you to look up definitions
121and spelling of words.</para></sect3>
122
123<sect3><title>gfloppy</title>
124<para><command>gfloppy</command> formats floppy disks under
125Linux.</para></sect3>
126
127</sect2>
128
129</sect1>
130
Note: See TracBrowser for help on using the repository browser.