GNOME Settings Daemon-2.30.2

Introduction to GNOME Settings Daemon

The GNOME Settings Daemon is responsible for setting various parameters of a GNOME Session and the applications that run under it.

This package is known to build and work properly using an LFS-6.5 platform.

Package Information

GNOME Settings Daemon Dependencies

Required

GNOME Desktop-2.30.2 and libgnomekbd-2.30.1

Optional

libcanberra-0.18, and libnotify-0.4.5, PulseAudio-0.9.23

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-settings-daemon

Installation of GNOME Settings Daemon

Install GNOME Settings Daemon by running the following commands:

./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
            --sysconfdir=/etc/gnome/2.30.2 \
            --libexecdir=$(pkg-config \
                --variable=prefix ORBit-2.0)/lib/gnome-settings-daemon-2.0 &&
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.

--libexecdir=$(pkg-config --variable=prefix ORBit-2.0)/lib/gnome-settings-daemon-2.0: This parameter causes the libexec files to be installed in the preferred location of $GNOME_PREFIX/lib/gnome-settings-daemon-2.0 instead of $GNOME_PREFIX/libexec.

Contents

Installed Programs: gnome-settings-daemon and gsd-locate-pointer
Installed Libraries: liba11y-keyboard.{so,a}, libbackground.{so,a}, libclipboard.{so,a}, libfont.{so,a}, libhousekeeping.{so,a}, libkeybindings.{so,a}, libkeyboard.{so,a}, libmouse.{so,a}, libsound.{so,a}, libtyping-break.{so,a}, libxrandr.{so,a}, libxrdb.{so,a}, and libxsettings.{so,a}
Installed Directories: $GNOME_PREFIX/{include/gnome-settings-daemon-2.0/gnome-settings-daemon, lib/gnome-settings-daemon-2.0,share/gnome-settings-daemon/xrdb}

Short Descriptions

gnome-settings-daemon

is the GConf X settings daemon.

Last updated on 2011-12-13 00:02:58 +0000