Contents
$GNOME_PREFIX/{include/gnome-settings-daemon-2.0/gnome-settings-daemon,
lib/gnome-settings-daemon-2.0,share/gnome-settings-daemon/xrdb}
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.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-settings-daemon/3.2/gnome-settings-daemon-2.30.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-settings-daemon/3.2/gnome-settings-daemon-2.30.2.tar.bz2
Download MD5 sum: b945b1f542167c201a11f0ba1e1a4739
Download size: 1.2 MB
Estimated disk space required: 34 MB
Estimated build time: 0.6 SBU
GNOME Desktop-3.2.1 and libgnomekbd-2.30.1
libcanberra-0.28, and libnotify-0.7.4, PulseAudio-0.9.23
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-settings-daemon
Install GNOME Settings Daemon by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
--sysconfdir=/etc/gnome/3.2.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
--prefix=: Setting the prefix using
this parameter will ensure that the prefix is consistent with the
installation environment and the package will be installed in the
correct location.
$GNOME_PREFIX
--sysconfdir=: Setting the
sysconfdir using this parameter will ensure that the sysconfdir is
consistent with the installation environment and the package will
be installed in the correct location.
$GNOME_SYSCONFDIR
--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.
$GNOME_PREFIX/{include/gnome-settings-daemon-2.0/gnome-settings-daemon,
lib/gnome-settings-daemon-2.0,share/gnome-settings-daemon/xrdb}
Last updated on 2011-12-13 00:02:58 +0000