We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1de0d commit 2f70079Copy full SHA for 2f70079
libcinnamon-desktop/gnome-xkb-info.c
@@ -587,7 +587,7 @@ parse_rules (GnomeXkbInfo *self)
587
goto cleanup;
588
g_free (file_path);
589
590
- settings = g_settings_new ("org.gnome.desktop.input-sources");
+ settings = g_settings_new ("org.cinnamon.desktop.input-sources");
591
show_all_sources = g_settings_get_boolean (settings, "show-all-sources");
592
g_object_unref (settings);
593
0 commit comments