GConf Editor-2.8.2

Introduction to GConf Editor

The GConf Editor package contains a GUI editor for the GConf configuration database.

Package information

GConf Editor dependencies

Required

libgnomeui-2.8.0

Installation of GConf Editor

Install GConf Editor by running the following commands:

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

Command explanations

--sysconfdir=/etc/gnome: This switch puts GConf schema files in /etc/gnome/gconf/schemas instead of $GNOME_PREFIX/etc/gconf/schemas.

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

Contents

The GConf Editor package contains gconf-editor.

Description

gconf-editor

gconf-editor allows direct modification of the GConf configuration database.

Last updated on 2004-12-02 22:29:03 -0700