I wanna fly

Tuesday, February 10, 2009

"fcitx" configuration in Ubuntu

// install
sudo apt-get install fcitx
echo -e "export XMODIFIERS=@im=fcitx\nexport
GTK_IM_MODULE=\"xim\"\nexport QT_IM_MODULE=\"xim\"\nfcitx
&">>~/.profile
sudo im-switch -s fcitx -z all_ALL
im-switch -s fcitx -z all_ALL

// config
gedit --encoding=gbk ~/.fcitx/config
gedit --encoding=gbk ~/.fcitx/profile
udo cp /usr/share/fcitx/data/tables.conf ~/.fcitx/
sudo gedit ~/.fcitx/tables.conf
// or download the three config-files from the attachment and extract
them to the ~/.fcitx/ folder

(find it here: http://groups.google.com/group/cookyfly/browse_thread/thread/28b0ebd49860d749)