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 13.1 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-settings-daemon/50/gnome-settings-daemon-50.1.tar.xz
Download MD5 sum: 76c9f7b0a9ef25a3ade1afc77b32e04b
Download size: 1.4 MB
Estimated disk space required: 29 MB
Estimated build time: 0.1 SBU (using parallelism=4, add 1.7 SBU for tests)
alsa-lib-1.2.16.1, Fontconfig-2.18.3, Gcr-4.4.0.1, GeoClue-2.8.2, geocode-glib-3.26.4, gnome-desktop-44.5, libcanberra-0.30, libgweather-4.6.0, libnotify-0.8.8, libwacom-2.19.1, PulseAudio-17.0, and UPower-1.91.3
colord-1.4.8, Cups-2.4.19, NetworkManager-1.58.1, ModemManager-1.24.2, nss-3.126, and Wayland-1.26.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.
Install GNOME Settings Daemon by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
To check the results, execute: ninja test. Note that you must have python-dbusmock installed in order for the tests to complete successfully, and many test cases will be skipped without both Mutter-50.4 and gnome-session-50.1 installed.
Now, as the root user:
ninja install
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.