gnome-system-tools-2.30.2

Introduction to gnome-system-tools

The gnome-system-tools package are a fully integrated set of tools aimed to make computer administration easy on a Linux workstation.

This package is known to build using an LFS 6.5 platform but has not been tested.

Package Information

gnome-system-tools Dependencies

Required

liboobs-2.30.1 and Nautilus-2.30.1

Optional

polkit-gnome-0.94, Rarian-0.8.1, and Wireless Tools-28

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-system-tools

Installation of gnome-system-tools

Install gnome-system-tools by running the following commands:

./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
            --sysconfdir=/etc/gnome/2.30.2 \
            --enable-polkit-gtk=no &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--prefix=$(pkg-config --variable=prefix ORBit-2.0): Setting the prefix using this parameter instead of with $GNOME_PREFIX will ensure that the prefix is consistent with the installation environment and the package will be installed in the correct location.

--sysconfdir=/etc/gnome/2.30.2: This parameter causes the configuration files to be installed in /etc/gnome/2.30.2 instead of $GNOME_PREFIX/etc. Additionally (if applicable), the parameter ensures that the GConf-2 database is correctly updated.

--enable-polkit-gtk=no: This parameter is required if polkit-gnome is not installed. Remove it if polkit-gnome is installed.

Contents

Installed Programs: network-admin, services-admin, shares-admin, time-admin, and users-admin
Installed Librar(y,ies): libnautilus-gst-shares.{so,a}
Installed Directories: /etc/gnome/2.30.2/gnome-system-tools, $GNOME_PREFIX/share/{gnome-system-tools/{pixmaps,ui}, gnome/help/{network-admin/*,services-admin/*,shares-admin/*, time-admin/*,users-admin/*},omf/{gnome-system-tools,network-admin, services-admin,shares-admin,time-admin,users-admin}}

Short Descriptions

network-admin

is a network configuration tool.

services-admin

is a Services configuration tool.

shares-admin

is a shares administration tool.

time-admin

is a date and time configureation tool.

users-admin

is a users and groups administration tool.

libnautilus-gst-shares.{so,a}

is a Nautilus extension module.

Last updated on 2010-08-22 09:38:08 +0000