can type in Abiword 2.4 ! Hot!

For efforts in internationalising Puppy and solving problems in this area
Post Reply
Message
Author
User avatar
phantrongnghia
Posts: 205
Joined: Mon 24 Apr 2006, 14:11
Location: Hanoi,Vietnam
Contact:

can type in Abiword 2.4 ! Hot!

#1 Post 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

John Doe
Posts: 1681
Joined: Mon 01 Aug 2005, 04:46
Location: Michigan, US

#2 Post by John Doe »

nevermind, I see you moved it :oops:
Last edited by John Doe on Mon 26 Jun 2006, 16:12, edited 1 time in total.

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#3 Post by MU »

very good, I will try to update my dotpup tomorrow with it.
Mark

Post Reply