You are not logged in.

#1 2010-06-11 15:03:22

ptmkenny
Member
From: Tokyo
Registered: 2010-06-11
Posts: 14

Has anyone successfully installed ATOK X3? [SOLVED]

I am attempting to install ATOK X3, the Japanese input environment.  I have been able to install the download version plus the two currently available patches without error as far as I can tell.  However, when I launch gnome or awesome, ctrl+space fails to bring up the ATOK interface.

Here is what I have in my .xinitrc, which I suspect may be the problem, as I'm not sure about everything that needs to be there for ATOK to function:

!/bin/sh
/opt/atokx3/sample/iiimf_status_hide
export LANG=ja_JP.UTF-8
. /opt/atokx3/bin/atokxstart.sh
exec awesome

I found two Japanese blogs which noted that the authors were able to install ATOK on Arch without hesitation, but they provided no details.  I have attempted to contact the authors as well.

Any suggestions about how to get ATOK running would be highly appreciated.

Last edited by ptmkenny (2010-06-12 03:03:23)

Offline

#2 2010-06-11 21:55:41

schen
Member
Registered: 2009-06-06
Posts: 468

Re: Has anyone successfully installed ATOK X3? [SOLVED]

I don't use ATOK,(or anything japanese for that matter), but here are some alternatives that I found in the wiki.

http://wiki.archlinux.org/index.php/Inp … _using_UIM

http://wiki.archlinux.org/index.php/Sma … d_platform

Offline

#3 2010-06-11 23:20:35

x3al
Member
Registered: 2010-02-16
Posts: 2

Re: Has anyone successfully installed ATOK X3? [SOLVED]

Check $GTK_IM_MODULE and $QT_IM_MODULE. Check gtk-immodules. Check $XMODIFIERS.

Offline

#4 2010-06-12 03:02:37

ptmkenny
Member
From: Tokyo
Registered: 2010-06-11
Posts: 14

Re: Has anyone successfully installed ATOK X3? [SOLVED]

Ok, I got it working!

Here's what I had to add to my .xinitrc:

export XMODIFIERS="@im=iiimx"

export XIM=iiimx
export XIM_PROGRAM=/usr/bin/iiimx
export XIM_ARGS=-iiimd
export GTK_IM_MODULE=iiim
export QT_IM_MODULE=xim

export HTT_DISABLE_STATUS_WINDOW=t
export HTT_GENERATES_KANAKEY=t
export HTT_IGNORES_LOCK_MASK=t
export HTT_USES_LINUX_XKEYSYM=t
export HTT_IGNORES_LOCK_MASK=t
export JS_FEEDBACK_CONVERT=t

/usr/bin/iiimx -iiimd

/opt/atokx3/bin/atokxstart.sh

Offline

Board footer

Powered by FluxBB