~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon:wip/muktupavels/multi-seat

Last commit made on 2022-05-10
Get this branch:
git clone -b wip/muktupavels/multi-seat https://git.launchpad.net/~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Branch merges

Branch information

Name:
wip/muktupavels/multi-seat
Repository:
lp:~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Recent commits

17f0b6e... by Alberts Muktupāvels

power: don't show notifications for devices assigned to other seats

Devices that can be assigned to a seat has tag - seat and such
devices are always assigned to one seat. If device is not assigned
to other seat it is implicitly assigned to seat0.

https://www.freedesktop.org/software/systemd/man/sd-login.html
https://www.freedesktop.org/wiki/Software/systemd/multiseat/

64ac7fc... by Fernando Monteiro <email address hidden>

plugins: Stop using GSlice

333f58c... by Charles Monzat <email address hidden>

Update French translation

0aad6f4... by Asier Sarasua Garmendia <email address hidden>

Update Basque translation

c2db0ec... by Bruce Cowan

Update British English translation

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.