~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon:benzea/xsettings-clean-exit-no-x11

Last commit made on 2021-03-11
Get this branch:
git clone -b benzea/xsettings-clean-exit-no-x11 https://git.launchpad.net/~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Branch merges

Branch information

Name:
benzea/xsettings-clean-exit-no-x11
Repository:
lp:~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Recent commits

cc9a608... by Benjamin Berg <email address hidden>

xsettings: Exit cleanly if X11 is not available

This could happen in a non-systemd started wayland session that has no
Xwayland support. In this case, just exiting cleanly means that
gnome-session should consider the service as being "successful" rather
than considering it a failure of a required component.

5ef6f83... by Fran Diéguez

Update Galician translation

f3a2a88... by Мирослав Николић

Update Serbian translation

3b4face... by Benjamin Berg <email address hidden>

tests: Disable output buffering for test processes

Having the output of the main test process buffered can lead to rather
unexpected situations.

1041871... by Benjamin Berg <email address hidden>

tests: Port tests to use new OutputChecker class

This improves readabilty and means that all output is logged to stdout
(almost) immediately instead of splitting it into files which
potentially causes extra confusion.

d26394a... by Benjamin Berg <email address hidden>

tests: Add new OutputChecker class

This improves logging because everything just goes to stdout directly
which means that the logs are properly interleaved. It also avoids the
need for temporary files.

6a3335a... by Kalev Lember <email address hidden>

meson.build: Don't add '.0' to libgsd path

'.0' was a leftover from constructing gnome-settings-daemon-3.0
directory and doesn't serve any purpose any more.

49ca226... by Kalev Lember <email address hidden>

xsettings: Go back to loading gtk modules from lib/gnome-settings-daemon-3.0

This is where other projects install the gtk modules desktop files.

There is little point in rebuilding all of the other projects every time
gnome-settings-daemon version changes, so just leave the directory name
hardcoded to what it was during GNOME 3.x.

Also, while at this, print out the configured gtk modules directory from
meson to make it clear where it is.

5743b91... by Carlos Garnacho

Release 40.beta

c0b10fd... by Dylan Van Assche <email address hidden>

power: close idleness notifications before suspending

Power-manager's idle notifications trigger the notification LED
on the PinePhone which causes additional power consumption.