Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=908570
fujiwara tfujiwar@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bnocera@redhat.com, | |mkasik@redhat.com, | |ofourdan@redhat.com, | |rstrode@redhat.com, | |tiagomatos@gmail.com Component|ibus |gnome-settings-daemon Assignee|tfujiwar@redhat.com |bnocera@redhat.com Summary|cinnamon keyboard applet: |cinnamon keyboard applet: |cannot activate IMEs and |cannot activate IMEs |ibus IME symbols not | |rendering |
--- Comment #4 from fujiwara tfujiwar@redhat.com --- The fallback mode needs to be disabled in cinnamon to enable/disable IMEs. And it seems the fallback mode was removed in gnome-settings-daemon HEAD.
--- gnome-settings-daemon-3.6.4/plugins/keyboard/gsd-keyboard-manager.c.orig +++ gnome-settings-daemon-3.6.4/plugins/keyboard/gsd-keyboard-manager.c @@ -351,7 +351,8 @@ got_session_name (GObject *ob
g_variant_get (variant, "&s", &session_name);
- if (g_strcmp0 (session_name, "gnome") == 0) + if (g_strcmp0 (session_name, "gnome") == 0 || + g_strcmp0 (session_name, "cinnamon") == 0 ) manager->priv->session_is_fallback = FALSE;
g_variant_unref (variant);
Transferring to gnome-settings-daemon.
(In reply to comment #0)
from gnome config but their icon symbols are not rendered correctly, and IMEs can't be activated
The renderring issue is caused by cinnamon keyboard/applet.js and please file another bug.