gnome-settings-daemon-50.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

This version of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable version of the System V books.

Package Information

GNOME Settings Daemon Dependencies

Required

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

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 (for tests)

gnome-session-50.1, Mutter-50.4, and dbusmock-0.38.1

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

Install GNOME Settings Daemon by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr       \
            --buildtype=release \
            -D systemd=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, 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

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-50, /usr/lib/gnome-settings-daemon-50, and /usr/share/gnome-settings-daemon