On Tue, 22 Mar 2016 20:42:40 +1300
Peter Kane <pwk...@gmail.com> wrote:
I chose to include the following in my .xinitrc:
export XMODIFIERS=@im=uim
export GTK_IM_MODULE="uim"
uim-xim &
exec /usr/X11R6/bin/cwm
I have streamlined the setup by turning off some things that I had
enabled, such as menu-based IM switcher and things seem to be a lot
smoother now. However, two problems remain.
1. I still have to wait a while or have several goes at getting the
full gtk toolbar to appear. Toggling lazy startup doesn't seem to
affect it. Since I can start uim input without it it is just useful
visual feedback on where the settings are at.
2. If I'm running in a now default UTF-8 xterm I don't see the
correct kana characters when I am in conversion mode. I seem to be
getting unrelated half-height characters instead. The final
kana/kanji output is correct. Do you know if I can fix this with
the default fonts?
On my environment they are half-height but the characters are
correct. I don't have a fix for this.
Also you can use "uim-fep" instead of setting XMODIFIERS for xterm.
--yasuoka