Comment #6 on issue 1149 by takao.fujiwara1: GNOME's keyboard option was
overridden even though "Use the default keyboard option" is checked.
http://code.google.com/p/ibus/issues/detail?id=1149
I cannot reproduce the problem after I logged in the GNOME session again.
I suppose you modified /desktop/gnome/peripherals/keyboard/kbd/options only.
% cat $HOME/.gconf/desktop/gnome/peripherals/keyboard/kbd/%gconf.xml
...
<stringvalue>ctrl ctrl:swapcaps</stringvalue>
...
Do you mean xkb options are modified by ibus?
% /usr/libexec/ibus-xkb --get
layout: jp
model:
option: ctrl:swapcaps
How about setting xkb by manual?
% /usr/libexec/ibus-xkb -l jp -o ctrl:swapcaps
If /usr/lib*/python*/site-packages/ibus/xkblayout.py get the right default
option, xkblayout.py just run the above command.
--
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