Written by razrlele
23:50 August 17, 2014
安装fcitx
1 2 3 |
sudo apt-get install fcitx sudo apt-get install fcitx-googlepinyin//我安装的是Google拼音 //也可以有其他选择 |
配置环境
1 |
vim ~/.bashrc |
增加代码
1 |
export XMODIFIERS="@im=fcitx" |
保存之后再运行
1 |
. .bashrc |
然后设置默认输入法 首先安装im-switch软件
1 2 |
sudo apt-get install im-switch im-switch -s fcitx -z default//设置默认输入法 |
然后重启系统, Done.