英文locale下使用中文輸入 - Linux

Table of Contents

安裝Ubuntu時, 選了語言英文
導致沒有辦法使用中文輸入法

其實解法很簡單
只要將輸入法的設定設為在所有的locale下均可使用就行了
如下:


sudo apt-get install im-switch

如果你用scim,
sudo im-switch -s scim -z all_ALL
im-switch -s scim -z all_ALL
(我只輸入第2行)

如果你用fcitx,
sudo im-switch -s fcitx -z all_ALL
im-switch -s fcitx -z all_ALL

restart system

這樣,以後你就可以任意locale(英文、法文、藏文、維吾爾文,等等)下使用你喜歡的
輸入法

引用自: http://tinyurl.com/6vshsq

--

All Comments