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 11.3 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-settings-daemon/43/gnome-settings-daemon-43.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-settings-daemon/43/gnome-settings-daemon-43.0.tar.xz
Download MD5 sum: eea402f0a87aea7f4d8428af3917fb0c
Download size: 1.4 MB
Estimated disk space required: 45 MB
Estimated build time: 0.1 SBU (Using parallelism=4)
alsa-lib-1.2.8, colord-1.4.6, Fontconfig-2.14.2, Gcr-4.0.0, GeoClue-2.7.0, geocode-glib-3.26.4, gnome-desktop-43.2, Little CMS-2.14, libcanberra-0.30, libgweather-4.2.0, libnotify-0.8.1, libwacom-2.6.0, PulseAudio-16.1, Systemd-252, and UPower-1.90.0
ALSA-1.2.7, Cups-2.4.2, NetworkManager-1.42.0, nss-3.88.1, and Wayland-1.21.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.
gnome-session-43.0, Mutter-43.3, dbusmock-0.28.7, umockdev-0.17.16, and Xvfb (for tests, from Xorg-Server-21.1.7 or Xwayland-22.1.8)
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gnome-settings-daemon
Install GNOME Settings Daemon by running the following commands:
mkdir build && cd build && meson --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. Some tests may fail depending on the init system in use.
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.