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-7.2 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-settings-daemon/3.6/gnome-settings-daemon-3.6.4.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-settings-daemon/3.6/gnome-settings-daemon-3.6.4.tar.xz
Download MD5 sum: 362803ee1f1a0aa02e3c7df61ef82309
Download size: 1.5 MB
Estimated disk space required: 70 MB
Estimated build time: 0.7 SBU
Colord-1.0.0, gnome-desktop-3.6.2, libcanberra-0.30, libnotify-0.7.5, libgnomekbd-3.6.0, libwacom-0.6.1, PulseAudio-3.0, UPower-0.9.20 and Xorg Wacom Driver-0.20.0
Cups-1.6.2, IBus-1.5.2 and NSS-3.14.3
Recommended dependencies are not strictly required for this package to build and function, but you may not get expected results at runtime if you don't install them.
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-settings-daemon
Install GNOME Settings Daemon by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/gnome-settings-daemon \
--disable-packagekit \
--disable-static &&
make
This package does not have a working testsuite.
Now, as the root user:
make install
--disable-packagekit: This switch
disables use of PackageKit which isn't suitable for BLFS.
--disable-static: This
switch prevents installation of static versions of the libraries.
--disable-cups: Use this switch if you
have not installed recommended dependency Cups.
--disable-ibus: Use this switch if you
have not installed recommended dependency IBus.
--disable-smartcard-support: Use this
switch if you have not installed recommended dependency
NSS and wish to disable SmartCard
support.
Last updated on 2013-02-11 18:51:17 +0000