Comment #5 on issue 1641 by takao.fujiwara1: [NewFeatures] Set up default input methods and a keyboard layout at the first login
http://code.google.com/p/ibus/issues/detail?id=1641

On GNOME, Anthy and Mozc are loaded at initial login, but, on KDE, xkb:jp as well as Anthy and Mozc are loaded. What makes this difference?

I guess the session keymaps might be different between the DEs.
I think you can check the session keymaps when you disable ibus and log into the session.

% setxkbmap -query

The preload engine patch loads the session keymaps as ibus xkb engines.
Also the patch loads the keymap in each ibus input method engine as ibus xkb engines.

Regarding to ibus-anthy, it has the configure option of "--with-layout". The default value is 'jp' and It's changed to 'default' in Fedora, which is the <layout> tag in:
/usr/share/ibus/component/anthy.xml


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
--- You received this message because you are subscribed to the Google Groups "ibus-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

回复