[gnome-settings-daemon/wip/carlosg/xsettings-fixes: 1/2] xsettings: Use correct mouse settings schema




commit 0193f21770b9438dbbcdeb8a51965059bee8cda5
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, but the settings were still not honored, ouch.

 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]