summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2021-01-13 12:17:26 +0100
committerCarlos Garnacho <carlosg@gnome.org>2021-01-13 12:35:55 +0100
commitee64a10debe98a255588b2ee894ae4e8922a9c34 (patch)
treedbde848a03c3d3f42b0296054502c817ff5ce9fd
parentc1dc46852f35fc033cf2cd84c02ca23035852663 (diff)
downloadgnome-settings-daemon-ee64a10debe98a255588b2ee894ae4e8922a9c34.tar.gz
xsettings: Use correct mouse settings schema
This was missed porting drag-threshold/double-click to g-d-s, this was handled "elegantly" in testing/CI (the new settings were just ineffective) because the schema was still around in the environment coming from the system install, but will likely trigger GSetting asserts if it wasn't there as a fallback.
-rw-r--r--plugins/xsettings/gsd-xsettings-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xsettings/gsd-xsettings-manager.c b/plugins/xsettings/gsd-xsettings-manager.c
index 07ec543e..518db192 100644
--- a/plugins/xsettings/gsd-xsettings-manager.c
+++ b/plugins/xsettings/gsd-xsettings-manager.c
@@ -49,7 +49,7 @@
#include "gsd-remote-display-manager.h"
#include "wm-button-layout-translation.h"
-#define MOUSE_SETTINGS_SCHEMA "org.gnome.settings-daemon.peripherals.mouse"
+#define MOUSE_SETTINGS_SCHEMA "org.gnome.desktop.peripherals.mouse"
#define BACKGROUND_SETTINGS_SCHEMA "org.gnome.desktop.background"
#define INTERFACE_SETTINGS_SCHEMA "org.gnome.desktop.interface"
#define SOUND_SETTINGS_SCHEMA "org.gnome.desktop.sound"