~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon:wip/carlosg/no-wacom-leds

Last commit made on 2020-08-10
Get this branch:
git clone -b wip/carlosg/no-wacom-leds https://git.launchpad.net/~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Branch merges

Branch information

Name:
wip/carlosg/no-wacom-leds
Repository:
lp:~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Recent commits

2ff2ede... by Carlos Garnacho

wacom: Drop LED helper

LED switching on Wacom devices is implemented by the kernel driver since
v4.9. It is already about 4 years old, it's late enough that we may drop
this code.

00a872c... by Mohammed Sadiq <email address hidden>

Re-write wwan plugin

This uses cc-wwan-device.c copied from gnome-control-center without
any modification.

The following features/fixes are also implemented:

* Handle multiple devices
* Handle PUK unlocking
* Close prompt if the device got removed
* Fix showing the wrong unlock count

6b9ccd8... by Marv-CZ

Updated Czech translation

7f91afc... by Jwtiyar Nariman

Add Central Kurdish translation

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

meson: Fix masking symlink location and detection of jhbuild

The symlinks need to be installed into DESTDIR, use a shell to do this
correctly. Also, doing this on debug builds is not very helpful,
instead, do it by testing whether we are installing into the same prefix
that systemd is coming from.

This assumes that we will run using the same systemd instance as we are
picking up the pkgconfig file from, but that seems like a reasonable
assumption (i.e. it is unlikely anyone has systemd in their prefix and
doesn't bother to set things up correctly).

0d93fef... by Abderrahim Kitouni <email address hidden>

plugins: only mask old target names on debug builds

This shouldn't be enabled on distro builds which should use plain buildtype

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

data: Place g-s-d services into session.slice

Try to conform to the systemd convention as defined in
https://systemd.io/DESKTOP_ENVIRONMENTS

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

xsettings: Order after x11 services and before X11 services ready flag

We need to both reliably shutdown and notify gnome-shell that we are
ready. The gnome-session-x11-services.target does the first (we order
ourselves After= to ensure this works) and the -ready.target is our flag
to tell gnome-shell it may release the X11 socket for clients.

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

plugins: Mask old target names on non-release builds

This means we cannot accidentally start the old targets in case they
exist on the host system. It is solely useful when using jhbuild to run
a test session and is disabled on release builds for that reason.

6c540d5... by Benjamin Berg <email address hidden>

meson: Use reverse domain name for unit names

This means the .desktop and the systemd unit files are named
consistently.