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.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-settings-daemon/3.4/gnome-settings-daemon-3.4.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-settings-daemon/3.4/gnome-settings-daemon-3.4.2.tar.xz
Download MD5 sum: f8c985ce46c720cff28208ccb799c6b7
Download size: 1.4 MB
Estimated disk space required: 50 MB
Estimated build time: 0.8 SBU
Cups-1.5.0, Colord-0.1.19, gnome-desktop-3.4.2, libcanberra-0.28, libnotify-0.7.5, libgnomekbd-3.4.0.2, libwacom-0.4, PulseAudio-2.0, UPower-0.9.16 and Xorg Wacom Driver-0.14.0
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 come with a test suite.
Now, as the root user:
make install
--libexecdir=/usr/lib/gnome-settings-daemon:
This parameter causes the libexec files to be installed in the
preferred location of /usr/lib/gnome-settings-daemon instead of
/usr/libexec.
--disable-packagekit: This parameter
disables use of PackageKit which isn't suitable for BLFS.
--disable-static: This switch prevents
installation of static versions of the libraries.
Last updated on 2012-05-16 16:39:28 +0000