gnome-settings-daemon-45.1

Introduction to GNOME Settings Daemon

The GNOME Settings Daemon is responsible for setting various parameters of a GNOME Session and the applications that run under it.

[Note]

Note

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.

Package Information

Additional Downloads

GNOME Settings Daemon Dependencies

Required

alsa-lib-1.2.11, colord-1.4.7, Fontconfig-2.15.0, Gcr-4.2.1, GeoClue-2.7.1, geocode-glib-3.26.4, gnome-desktop-44.0, Little CMS-2.14, libcanberra-0.30, libgweather-4.4.0, libnotify-0.8.3, libwacom-2.10.0, PulseAudio-17.0, and UPower-1.90.2

Recommended

[Note]

Note

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.

Recommended (Runtime)

Optional

gnome-session-45.0, Mutter-45.4, dbusmock-0.31.1, umockdev-0.18.1, and Xvfb (for tests, from Xorg-Server-21.1.11 or Xwayland-23.2.4)

Installation of GNOME Settings Daemon

Next, fix libelogind detection for tests:

sed -e 's/libsystemd/libelogind/' \
    -i plugins/power/test.py

Next, fix backlight functionality in gnome-control-center:

sed -e 's/(backlight->logind_proxy)/(0)/' \
    -i plugins/power/gsd-backlight.c

If running the test suite, apply a patch to fix test timeouts with python-dbusmock 0.30.0 or later:

patch -Np1 -i ../gnome-settings-daemon-45.1-testsuite_fix-1.patch

Install GNOME Settings Daemon by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr       \
            --buildtype=release \
            -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 may fail depending on the init system in use.

Now, as the root user:

ninja install

Command Explanations

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

Contents

Installed Programs: None
Installed Libraries: libgsd.so
Installed Directories: /etc/xdg/Xwayland-session.d, /usr/include/gnome-settings-daemon-45, /usr/lib/gnome-settings-daemon-45, and /usr/share/gnome-settings-daemon