tip: enable fcitx input method in ubuntu 8.04 en locale
each time i upgrade my ubuntu via
apt-get upgrade mode
, fcitx doesn’t work, due to my en_locale settings. It’s weird, thus i have to do the modification as well:
sudo emacs /usr/lib/gtk-2.0/2.10.0/immodule-files.d/libgtk2.0-0.immodules
find the last line
"xim" "X Input Method" "gtk20" "/usr/share/locale" "ko:ja:th:zh"
change as
"xim" "X Input Method" "gtk20" "/usr/share/locale" "en:ko:ja:th:zh"
then reboot, everything is ok AGAIN.
I just dont know why i should do it again and again, whenever gtk relevant packages got upgraded. |