st/settings: Adjust to moved GSettings schema
Mouse settings moved from gnome-settings-daemon to gsettings-desktop-schemas, and we missed adjusting the shell side. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1573>
This commit is contained in:
parent
4686c25a5c
commit
4ff91aa1ce
@ -358,7 +358,7 @@ st_settings_init (StSettings *settings)
|
||||
g_signal_connect (settings->interface_settings, "changed",
|
||||
G_CALLBACK (on_interface_settings_changed), settings);
|
||||
|
||||
settings->mouse_settings = g_settings_new ("org.gnome.settings-daemon.peripherals.mouse");
|
||||
settings->mouse_settings = g_settings_new ("org.gnome.desktop.peripherals.mouse");
|
||||
g_signal_connect (settings->interface_settings, "changed",
|
||||
G_CALLBACK (on_mouse_settings_changed), settings);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user