summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2019-02-21 11:41:47 +0100
committerOlivier Fourdan <ofourdan@redhat.com>2019-06-05 12:15:10 +0200
commit6dff93a0dfa80db3f481eed5d6ed689bf469aa1b (patch)
treef822ec7228479a5e540bda12585f0ca172c7cb43 /data
parentc23c5c20ea5923d096012489fd3073be812bcea0 (diff)
downloadgnome-settings-daemon-6dff93a0dfa80db3f481eed5d6ed689bf469aa1b.tar.gz
mouse: remove locate-pointer
The current implementation in gnome-settings-daemon relies on X11 and cannot work on Wayland. Remove the locate-pointer functionality and the relevant helper from gnome-settings-daemon to move to the Wayland compositor instead, i.e. mutter/gnome-shell. Also, move the gsettings key for "locate-pointer" to "org.gnome.desktop. interface". https://gitlab.gnome.org/GNOME/gnome-settings-daemon/merge_requests/86 https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/merge_requests/19 https://gitlab.gnome.org/GNOME/mutter/merge_requests/453 https://gitlab.gnome.org/GNOME/gnome-shell/issues/981
Diffstat (limited to 'data')
-rw-r--r--data/gnome-settings-daemon.convert1
-rw-r--r--data/org.gnome.settings-daemon.peripherals.gschema.xml.in4
2 files changed, 0 insertions, 5 deletions
diff --git a/data/gnome-settings-daemon.convert b/data/gnome-settings-daemon.convert
index 8ca4630e..f04d24c1 100644
--- a/data/gnome-settings-daemon.convert
+++ b/data/gnome-settings-daemon.convert
@@ -30,7 +30,6 @@ volume-up = /apps/gnome_settings_daemon/keybindings/volume_up
www = /apps/gnome_settings_daemon/keybindings/www
[org.gnome.settings-daemon.peripherals.mouse]
-locate-pointer = /desktop/gnome/peripherals/mouse/locate_pointer
double-click = /desktop/gnome/peripherals/mouse/double_click
drag-threshold = /desktop/gnome/peripherals/mouse/drag_threshold
diff --git a/data/org.gnome.settings-daemon.peripherals.gschema.xml.in b/data/org.gnome.settings-daemon.peripherals.gschema.xml.in
index f1785ed5..def30967 100644
--- a/data/org.gnome.settings-daemon.peripherals.gschema.xml.in
+++ b/data/org.gnome.settings-daemon.peripherals.gschema.xml.in
@@ -47,10 +47,6 @@
</key>
</schema>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.mouse" path="/org/gnome/settings-daemon/peripherals/mouse/">
- <key name="locate-pointer" type="b">
- <default>false</default>
- <summary>Highlights the current location of the pointer when the Control key is pressed and released.</summary>
- </key>
<key name="double-click" type="i">
<default>400</default>
<summary>Double click time</summary>