Leonardo Boiko wrote: > I managed to get Japanese input under kterm (with kinput2 + > canna), but it is not working in other applications (such as > Mozilla, Gimp etc.). What I am missing?
To get a Japanese-capable Mozilla in an otherwise non-Japanese environment I use a script in /usr/local/bin:
pidof kinput2 >/dev/null || kinput2 & export [EMAIL PROTECTED] export LANG=ja_JP mozilla
This script (called jmoz) is called from the menu system (in my case icewm).
regards, Jan
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

