Package: gnome-control-center / 1:48.3-3
Metadata
Package | Version | Patches format |
---|---|---|
gnome-control-center | 1:48.3-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
kbd lvl3.patch | (download) |
panels/keyboard/cc-keyboard-panel.c |
7 6 + 1 - 0 ! |
[patch] add none and layout's default alternate keys (lv3). MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit The window only offers actual keys for the 3rd level, by default, right alt. A user might nonetheless want right alt to be just an alt, not a lv3 key. And so for all other modifiers. So offer the "none" option. Likewise the user might prefer just not to mess with the keyboard layout some layouts do have unusual keys as 3rd level switchers , so offer the "layout's default" option. Closes #918. |
debian/Expose touchpad settings if synaptics is in use.patch | (download) |
panels/mouse/cc-mouse-caps-helper.c |
7 7 + 0 - 0 ! |
expose touchpad settings if synaptics is in use Upstream is aggressively pushing for libinput over synaptics. However that creates a factually incorrect situation where gnome-control-center thinks there is no touchpad unless you're using the xserver-xorg-input-libinput. This patch adds support for both drivers, removing the code that would hide the touchpad settings when xserver-xorg-input-synaptics is in use. This patch is only useful in the GNOME on Xorg session. In GNOME on Wayland, libinput is used anyway. This patch requires a companion patch in mutter which GNOME has rejected. https://gitlab.gnome.org/GNOME/mutter/merge_requests/37 |
debian/Debian s adduser doesn t allow uppercase letters by defau.patch | (download) |
panels/system/users/cc-add-user-dialog.c |
6 4 + 2 - 0 ! |
debian's adduser doesn't allow uppercase letters by default. |
debian/Ignore result of test network panel.patch | (download) |
tests/network/test-network-panel.py |
3 2 + 1 - 0 ! |
ignore result of test-network-panel This is a workaround for the test intermittently failing, especially on slower architectures. Continue to run it with the result ignored, so that we can see how often it fails in practice. Bug: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1768 |