ubuntu16.04 安装中文输入法 fcitxx googlepinyin
Posted Voyagee
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu16.04 安装中文输入法 fcitxx googlepinyin相关的知识,希望对你有一定的参考价值。
使用网上的IBUS教程,在ibus setup 后的input method里找不到刚刚安装的Pinyin输入法
不想在这里浪费时间,于是果断投入Fectix的怀抱~
1.搜狗输入法:
下载搜狗输入法for linux: https://pinyin.sogou.com/linux/
添加源:
sudo add-apt-repository ppa:fcitx-team/nightly
sudo apt-get update
安装fcitx:
sudo apt-get install fcitx
sudo apt-get install fcitx-config-gtk
sudo apt-get install fcitx-table-all
安装im-switch :
sudo apt-get install im-switch
安装搜狗输入法:
sudo dpkg -i sogoupinyin_2.2.0.0102_amd64.deb
到这里再注销一般就可以了,但是我还是不行。
解决方法:
在~/.bashrc中加入以下:
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
2. google pinyin
Systemsettings -> LanguageSupport ->Keyboard input method system改为fctix
点击 input/Remove languages,确认中文简体已安装
这是系统依然采用的是ibus输入,需要重启或者注销电脑
重启太麻烦啦,注销你的ubuntu再登录,当右上角出现一个小企鹅,fctix就应用到你的系统了
就是这个萌萌哒
接下来添加源,安装fctix google拼音
1 sudo add-apt-repository ppa:fcitx-team/nightly
2
3 sudo apt-get install fcitx fcitx-googlepinyin
点击右上角小企鹅
选择ConfigureFcitx,跳出来的窗口中,+/-可以增加输入法,上下箭头可以调整优先级。把googlepinyin添加即可
(再推荐一款截图工具:ksnapshot sudo apt-get install ksnapshot即可,安装后终端输入ksnapshot即可打开,
以上截图都是使用ksnapshot所截)
以上是关于ubuntu16.04 安装中文输入法 fcitxx googlepinyin的主要内容,如果未能解决你的问题,请参考以下文章