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-9.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-settings-daemon/3.34/gnome-settings-daemon-3.34.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-settings-daemon/3.34/gnome-settings-daemon-3.34.2.tar.xz
Download MD5 sum: 493332fa0f36645188468fed41c0060b
Download size: 1.3 MB
Estimated disk space required: 29 MB
Estimated build time: 0.1 SBU (Using parallelism=4)
colord-1.4.4, Fontconfig-2.13.1, GeoClue-2.5.5, geocode-glib-3.26.1, gnome-desktop-3.34.4, Little CMS-2.9, libcanberra-0.30, libgweather-3.34.0, libnotify-0.7.8, librsvg-2.46.4, libwacom-0.29, PulseAudio-13.0, elogind-243.4, UPower-0.99.11, and Xorg Wacom Driver-0.39.0
ALSA-1.2.1, Cups-2.3.1, NetworkManager-1.22.6, NSS-3.50, and Wayland-1.18.0
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.
dbusmock-0.19 and umockdev (required for the tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-settings-daemon
Install GNOME Settings Daemon by running the following commands:
mkdir build && cd build && meson --prefix=/usr --sysconfdir=/etc -Dsystemd=false .. && ninja
To check the results, execute: ninja test. Note that you must have python-dbusmock installed in order for the tests to complete successfully. Some tests in the "power" testsuite may fail depending on the init system in use.
Now, as the root
user:
ninja install
Last updated on 2020-02-26 22:00:52 -0800