GNOME Utilities-2.6.2

Introduction to GNOME Utilities

The GNOME Utilities package contains a collection of small applications designed to make your life a little easier.

Package information

GNOME Utilities dependencies

Optional

Linux-PAM-0.77

Installation of GNOME Utilities

Install GNOME Utilities by running the following commands:

./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    --localstatedir=/var/lib --sysconfdir=/etc/gnome &&
make &&
make install

Command explanations

--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.

--localstatedir=/var/lib: This switch puts ScrollKeeper files in /var/lib/scrollkeeper instead of $GNOME_PREFIX/var/scrollkeeper.

--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.

--with-pam-prefix=/etc/pam.d: This switch puts PAM files in /etc/pam.d instead of /etc/gnome.

Contents

The GNOME Utilities package contains gnome-system-log, gnome-search-tool, gnome-dictionary, and gfloppy.

Description

gnome-system-log

gnome-system-log allows you to monitor and view system log files.

gnome-search-tool

gnome-search-tool allows you to search for files on your system using simple and advanced search options.

gnome-dictionary

gnome-dictionary allows you to look up definitions and spelling of words.

gfloppy

gfloppy formats floppy disks under Linux.