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-10.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-settings-daemon/3.36/gnome-settings-daemon-3.36.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-settings-daemon/3.36/gnome-settings-daemon-3.36.1.tar.xz
Download MD5 sum: 102dc488a6a726e4050cf5ab7e967e8d
Download size: 1.4 MB
Estimated disk space required: 70 MB
Estimated build time: 1.1 SBU (Using parallelism=4)
colord-1.4.4, Fontconfig-2.13.1, Gcr-3.36.0, GeoClue-2.5.6, geocode-glib-3.26.2, gnome-desktop-3.36.5, Little CMS-2.11, libcanberra-0.30, libgweather-3.36.1, libnotify-0.7.9, librsvg-2.48.8, libwacom-1.4.1, PulseAudio-13.0, Systemd-246, UPower-0.99.11, and Xorg Wacom Driver-0.39.0
ALSA-1.2.2, Cups-2.3.3, NetworkManager-1.26.0, NSS-3.55, 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.
Mutter-3.36.5, dbusmock-0.19, and umockdev-0.14.2
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 .. && 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 may fail depending on the init system in use.
Now, as the root
user:
ninja install
Last updated on 2020-08-29 22:14:37 -0700