>>>>> On Mon, 12 Jul 2004 06:36:22 +0000, >>>>> "JR" == James Ryan <jamesr@xxxxxxxxxxxxxxxxxxxxx> wrote: JR> When I do that, I get the input method started, but it will only give me JR> romaji conversion candidates (no kana or kanji). So, I enter "nihon" JR> and it will convert it to "nihon" but not to Japanese. JR> -jr Where did you wrote it on? and which version of xinitrc are you using? please let me know the details. What I did for success, wrote LC_CTYPE=ja_JP.UTF-8 to ~/.i18n and make sure htt_server is running, and logged into the desktop. run httx from the terminal manually so that I've installed xinitrc-4.0.1-1 and xinput.sh doesn't read lang.sh first anymore. it works fine. If your problem still appears, please make sure the below. 1. whether or not the httx and the applications is running on the proper locales. if you're not sure, do killall httx first. 2. run a terminal, and make sure LC_CTYPE is ja_JP.UTF-8. and XMODIFIERS is set as @im=htt. if you want to use immodule on gtk2, set GTK_IM_MODULE as well. $ locale LANG=en_US.UTF-8 LC_CTYPE=ja_JP.UTF-8 LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL= $ export XMODIFIERS=@im=htt $ export GTK_IM_MODULE=iiim 3. try to run httx and the applications on the same terminal. $ httx & $ gedit Regards, -- Akira TAGOH