The GNOME Settings Daemon is responsible for setting various parameters of a GNOME Session and the applications that run under it.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://download.gnome.org/sources/gnome-settings-daemon/50/gnome-settings-daemon-50.1.tar.xz
MD5 校验和:76c9f7b0a9ef25a3ade1afc77b32e04b
大小:1.4 MB
预计所需磁盘空间:29 MB
预计构建时间:0.1 SBU (using parallelism=4, add 1.7 SBU for tests)
alsa-lib-1.2.16.1, Fontconfig-2.18.1, 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.0, PulseAudio-17.0, and UPower-1.91.3
colord-1.4.8, Cups-2.4.19, NetworkManager-1.56.1, ModemManager-1.24.2, nss-3.125, and Wayland-1.25.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.
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.