Search This Blog

Wednesday, August 15, 2007

Ubuntu CJK Chinese Japanese Korean Input Guide

source http://www.mrbass.org/linux/ubuntu/scim/

sudo apt-get install uim anthy scim-gtk2-immodule scim-uim scim-chinese scim-hangul scim-tables-zh scim-tables-ja scim-tables-ko

sudo touch /etc/X11/Xsession.d/74custom-scim_startup

sudo chmod 646 /etc/X11/Xsession.d/74custom-scim_startup

echo 'export XMODIFIERS="@im=SCIM"' >> /etc/X11/Xsession.d/74custom-scim_startup

echo 'export GTK_IM_MODULE="scim"' >> /etc/X11/Xsession.d/74custom-scim_startup

echo 'export XIM_PROGRAM="scim -d"' >> /etc/X11/Xsession.d/74custom-scim_startup

echo 'export QT_IM_MODULE="scim"' >> /etc/X11/Xsession.d/74custom-scim_startup

sudo chmod 644 /etc/X11/Xsession.d/74custom-scim_startup


sudo touch ~/.kde/Autostart/startscim

echo "#!/bin/sh" >> ~/.kde/Autostart/startscim

echo "scim -d" >> ~/.kde/Autostart/startscim

sudo chmod 745 ~/.kde/Autostart/startscim




Press CTRL-SPACE to bring up SCIM input methods.


1 comment:

Anonymous said...

Thank you - this did the trick. 感谢! ありがとうございます!감사하니다!

Labels