summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-04-29 14:37:27 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-05-31 15:03:32 +0000
commit16f19ba8155bf5fb4618d6e42548a350367f93c4 (patch)
tree0dc03ef320af5fd3581ab0e03ca2179facfb5a79 /plugins
parentdc495c34de1d50a28b446116fec78384cdf67e83 (diff)
downloadgnome-settings-daemon-16f19ba8155bf5fb4618d6e42548a350367f93c4.tar.gz
xsettings: Remove direct mapping from gtk-im-module to Gtk/IMModule
This is now handled dynamically since commit e2d268eb00, so we should not tie dconf setting and Xsetting automatically here. Doing so, we are clobbering the dynamic value on startup, making it only effective on later changes. Fixes: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/issues/682
Diffstat (limited to 'plugins')
-rw-r--r--plugins/xsettings/gsd-xsettings-manager.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/xsettings/gsd-xsettings-manager.c b/plugins/xsettings/gsd-xsettings-manager.c
index 7258c9cd..68b6ed77 100644
--- a/plugins/xsettings/gsd-xsettings-manager.c
+++ b/plugins/xsettings/gsd-xsettings-manager.c
@@ -519,7 +519,6 @@ static TranslationEntry translations [] = {
{ "org.gnome.desktop.interface", "cursor-blink-time", "Net/CursorBlinkTime", translate_int_int },
{ "org.gnome.desktop.interface", "cursor-blink-timeout", "Gtk/CursorBlinkTimeout", translate_int_int },
{ "org.gnome.desktop.interface", "gtk-theme", "Net/ThemeName", translate_theme_name },
- { "org.gnome.desktop.interface", "gtk-im-module", "Gtk/IMModule", translate_string_string },
{ "org.gnome.desktop.interface", "icon-theme", "Net/IconThemeName", translate_theme_name },
{ "org.gnome.desktop.interface", "cursor-theme", "Gtk/CursorThemeName", translate_string_string },
{ "org.gnome.desktop.interface", "gtk-enable-primary-paste", "Gtk/EnablePrimaryPaste", translate_bool_int },