~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon:benzea/brightness

Last commit made on 2022-03-23
Get this branch:
git clone -b benzea/brightness https://git.launchpad.net/~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Branch merges

Branch information

Recent commits

96aeac5... by Benjamin Berg <email address hidden>

power: Remove backlight helper

Lets just assume that everyone has systemd-logind or elogind these days.

5671b3c... by Benjamin Berg <email address hidden>

power: Switch brightness test to use the logind interface

9cac01e... by Benjamin Berg <email address hidden>

power: Wait for systemd SetBrightness call to complete

This isn't really needed, but allows the test-suite to run without races
and needing explicit sleeps.

15dc11c... by Benjamin Berg <email address hidden>

power: Fix mutter version check in test code

4b1ecfa... by Benjamin Berg <email address hidden>

tests: Enable dconf service for new dbusmock compatibility

python-dbusmock will also stop importing all session services that are
installed on the host system by default (as is already the case for
system services). With this change, the dconf service cannot be
activated anymore unless we explicitly enable the service in the
environment.

Add the appropriate call to enable the service, guarded by a check that
the method exists to be compatible with older dbusmock versions.

See: https://github.com/martinpitt/python-dbusmock/pull/108

946e4bb... by Carlos Garnacho

Release 42.1

b10f273... by Carlos Garnacho

Release 42.0

3a966eb... by Carlos Garnacho

tests: Update Mutter version dependency

This is broken comparing with stable release numbers, like 42.0. This
version is also released, so it sounds better to simply depend on that.

c8981ef... by Carlos Garnacho

keyboard: "Migrate" gtk-im-context setting before giving control to user

This setting used to be modified by gsd-keyboard at runtime, but it no
longer does. We want to leave this setting in a pristine state before
we lend control to the user in order to avoid setting leftovers make
GTK and others use the unintended IM module.

Since the setting is actually staying on the same schema/path, there is
no nice mechanism that would help us in doing a one-time port, so rely
on a file at ~/.cache to make this happen once. In the common case, it
just adds one stat() more at startup.

After this migration is done, the gtk-im-module setting can be considered
in full control of the user.

911e529... by Milo Casagrande

Update Italian translation