[gnome-settings-daemon/wip/carlosg/xsettings-fixes: 1/3] 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: 1/3] xsettings: Use correct mouse settings schema
- Date: Wed, 13 Jan 2021 11:37:25 +0000 (UTC)
commit ee64a10debe98a255588b2ee894ae4e8922a9c34
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]