|
I installed fcitx (1.8.5-1). In mozilla (1.4), I can get the input bar, and I can see the list of characters, when typing. I just couldn't choose, using the space bar or the number keys, the input disappears, just like in a normal input session, but what's weird is that nothing appears in the input area of of mozilla. In other words, the chinese characters are lost on their way. I tested long ago, got the same result. Saw a new version is out, so tested again, but no luck.
My system is Debian/Woody, kernel 2.4.21, libc 2.3.1-16.
following is the way I start both fcitx and mozilla,
export XMODIFIERS="@im=fcitx"
export XIM=fcitx
export XIM_PROGRAM=fcitx
/usr/bin/fcitx
/usr/local/mozilla/mozilla >/dev/null |
|