diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:25:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:25:44 +0000 |
commit | 04cfb264dc395a4f45df17805a46ffd77f0b9f76 (patch) | |
tree | ebbd9dd147e86a3cc557d8977b4b2da0fc5f80a5 /debian/patches | |
parent | Adding upstream version 3.38.0. (diff) | |
download | gsettings-desktop-schemas-04cfb264dc395a4f45df17805a46ffd77f0b9f76.tar.xz gsettings-desktop-schemas-04cfb264dc395a4f45df17805a46ffd77f0b9f76.zip |
Adding debian version 3.38.0-2.debian/3.38.0-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/Restore-peripheral-display-keys.patch | 42 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 43 insertions, 0 deletions
diff --git a/debian/patches/Restore-peripheral-display-keys.patch b/debian/patches/Restore-peripheral-display-keys.patch new file mode 100644 index 0000000..6d3e7cd --- /dev/null +++ b/debian/patches/Restore-peripheral-display-keys.patch @@ -0,0 +1,42 @@ +From: Jeremy Bicha <jbicha@debian.org> +Date: Wed, 16 Jan 2019 21:08:04 -0500 +Subject: Restore peripherals display keys + +Add dummy keys to ease the transition for +org.gnome.desktop.peripherals.touchscreen display and +org.gnome.desktop.peripherals.tablet display + +Current users of the old keys are gnome-settings-daemon, +gnome-control-center, gnome-flashback, mutter and ukwm +--- + schemas/org.gnome.desktop.peripherals.gschema.xml.in | 10 ++++++++++ + 1 file changed, 10 insertions(+) + +diff --git a/schemas/org.gnome.desktop.peripherals.gschema.xml.in b/schemas/org.gnome.desktop.peripherals.gschema.xml.in +index 7ee3882..014d7f7 100644 +--- a/schemas/org.gnome.desktop.peripherals.gschema.xml.in ++++ b/schemas/org.gnome.desktop.peripherals.gschema.xml.in +@@ -132,6 +132,11 @@ + </key> + </schema> + <schema id="org.gnome.desktop.peripherals.tablet"> ++ <key name="display" type="as"> ++ <default>["", "", ""]</default> ++ <summary>Deprecated tablet output mapping</summary> ++ <description>This key is deprecated. Use "org.gnome.desktop.peripherals.tablet output" instead</description> ++ </key> + <key name="output" type="as"> + <default>["", "", ""]</default> + <summary>Drawing tablet mapping</summary> +@@ -198,6 +203,11 @@ + </key> + </schema> + <schema id="org.gnome.desktop.peripherals.touchscreen"> ++ <key name="display" type="as"> ++ <default>["", "", ""]</default> ++ <summary>Deprecated touchscreen output mapping</summary> ++ <description>This key is deprecated. Use "org.gnome.desktop.peripherals.touchscreen output" instead</description> ++ </key> + <key name="output" type="as"> + <default>["", "", ""]</default> + <summary>Touchscreen output mapping</summary> diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..888ca20 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +Restore-peripheral-display-keys.patch |