Skip to content
Commits on Source (7)
mate-desktop (1.20.4-2~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.
-- Mike Gabriel <sunweaver@debian.org> Fri, 01 Feb 2019 16:14:41 +0100
mate-desktop (1.20.4-2) unstable; urgency=medium
* debian/patches:
+ Add 0001_add-setting-for-xkb-modifier-latching.patch.
Add org.mate.accessibility-keyboard.stickykeys-latch-to-lock setting.
-- Mike Gabriel <sunweaver@debian.org> Wed, 16 Jan 2019 11:36:18 +0100
mate-desktop (1.20.4-1) unstable; urgency=medium
* New upstream release.
* debian/control:
+ Bump Standards-Version: to 4.3.0. No changes needed.
* debian/libmate-desktop-2-17.symbols:
+ Add Build-Depends-Package: meta-data field.
-- Mike Gabriel <sunweaver@debian.org> Sun, 06 Jan 2019 01:20:48 +0100
mate-desktop (1.20.3-2~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.
......
......@@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 11~),
libxml2-dev,
libxrandr-dev,
mate-common (>= 1.18),
Standards-Version: 4.1.4
Standards-Version: 4.3.0
Homepage: http://www.mate-desktop.org/
Vcs-Browser: https://salsa.debian.org/debian-mate-team/mate-desktop
Vcs-Git: https://salsa.debian.org/debian-mate-team/mate-desktop.git
......
libmate-desktop-2.so.17 libmate-desktop-2-17 #MINVER#
* Build-Depends-Package: libmate-desktop-dev
#MISSING: 1.10.0# _mate_desktop_init_i18n@Base 1.6.1
#MISSING: 1.10.0# decode_edid@Base 1.6.1
#MISSING: 1.10.0# make_display_name@Base 1.6.1
......
From 98650b66b2d54ab1a80fb83e50bea90b2a162fb9 Mon Sep 17 00:00:00 2001
From: Colomban Wendling <cwendling@hypra.fr>
Date: Wed, 26 Sep 2018 16:12:09 +0200
Subject: [PATCH] Add new setting to control XKB modifier latching
Add new setting org.mate.accessibility-keyboard.stickykeys-latch-to-lock
to control whether latching is enabled together with sticky keys.
---
schemas/org.mate.accessibility-keyboard.gschema.xml.in | 4 ++++
1 file changed, 4 insertions(+)
--- a/schemas/org.mate.accessibility-keyboard.gschema.xml.in
+++ b/schemas/org.mate.accessibility-keyboard.gschema.xml.in
@@ -61,6 +61,10 @@
<key name="stickykeys-enable" type="b">
<default>false</default>
</key>
+ <key name="stickykeys-latch-to-lock" type="b">
+ <default>true</default>
+ <description>Latch modifiers when pressed twice in a row until the same modifier is pressed again.</description>
+ </key>
<key name="stickykeys-two-key-off" type="b">
<default>false</default>
<description>Disable if two keys are pressed at the same time.</description>
2001_prefer-x-terminal-emulator.patch
0001_add-setting-for-xkb-modifier-latching.patch