The GNOME Utilities package contains a collection of small applications designed to make your life a little easier.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/gnome-utils/2.10/gnome-utils-2.10.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/gnome-utils/2.10/gnome-utils-2.10.1.tar.bz2
Download MD5 sum: 78c0afdc112757b13d203fe1ad9c04ad
Download size: 2.0 MB
Estimated disk space required: 27 MB
Estimated build time: 0.3 SBU
GNOME Panel-2.10.1 and libgnomeprintui-2.10.2
Linux-PAM-0.80 (requires consolehelper) and HAL
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
This package does not come with a test suite.
Now, as the root user:
make install
--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.
--disable-hal: Use this switch if you have HAL version >0.4.7 installed, as the build will fail with higher versions due to the D-BUS/HAL ABI changes.
Last updated on 2005-08-01 13:29:19 -0600