[gnome-settings-daemon/wip/carlosg/xsettings-fixes: 3/5] xsettings: Use correct mouse settings schema
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon/wip/carlosg/xsettings-fixes: 3/5] xsettings: Use correct mouse settings schema
- Date: Fri, 15 Jan 2021 17:32:23 +0000 (UTC)
commit b03de7c06a81b08ea26cc4756b12a7ab5b5037f9
Author: Carlos Garnacho <carlosg gnome org>
Date: Wed Jan 13 12:17:26 2021 +0100
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.
plugins/xsettings/gsd-xsettings-manager.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]