Page 1 of 1

can type in Abiword 2.4 ! Hot!

Posted: Mon 26 Jun 2006, 04:13
by phantrongnghia
Hi !
Now I can type in Abiword 2.4
Doing the step:
1.Download http://tuxofvietnam.myweb.io/~tux/gtk-modules.zip
2. Install x-unikey
3.unzip it to \usr\lib\gtk-2.0\2.4.0\immodules\
4.Add that line to .xintrc
#/usr/sbin/delayedrun &

#export GTK_IM_MODULE=/usr/lib/gtk-2.0/2.4.0/immodules/im-xim.so

# Vietnamese typing software
export XMODIFIERS="@im=unikey"
export GTK_IM_MODULE=unikey
unikey -xim ukxim

delayedrun &
example

Code: Select all

##v1.0.5
#if [ -f /usr/local/kde/bin/kdeinit ];then
# /usr/local/kde/bin/kdeinit &
#fi

#v2.0.0
#/usr/sbin/delayedrun &

#export GTK_IM_MODULE=/usr/lib/gtk-2.0/2.4.0/immodules/im-xim.so

# Vietnamese typing software
export XMODIFIERS="@im=unikey"
export GTK_IM_MODULE=unikey
unikey -xim ukxim

delayedrun &

exec $CURRENTWM

###END### 
Restart computer !
Now you can type in Abiword 2.4
Thanks

Posted: Mon 26 Jun 2006, 04:58
by John Doe
nevermind, I see you moved it :oops:

Posted: Mon 26 Jun 2006, 14:41
by MU
very good, I will try to update my dotpup tomorrow with it.
Mark