https://blog.csdn.net/iamplane/article/details/70447517
到搜狗官网下载Linux的输入法
https://pinyin.sogou.com/linux/?r=pinyin
①先添加以下源
sudo add-apt-repository ppa:fcitx-team/nightly
②添加源之后需要更新一下系统
sudo apt-get updae
③开始安装fcitx
sudo apt-get install fcitx
④接着安装fcitx的配置工具
sudo apt-get install fcitx-config-gtk
⑤然后安装fcitx的table-all软件包
sudo apt-get install fcitx-table-all
⑥安装im-switch切换工具
sudo apt-get install im-switch
⑦ 看看我们的fcitx是否安装完成 : 若搜索fctix成功,进入下一步
⑧从官网下载搜狗拼音安装包:sogoupinyin_2.1.0.0086_amd64.deb
⑨用dpkg命令来安装搜狗输入法资源包:
sudo dpkg -i sogoupinyin_2.1.0.0086_amd64.deb
⑩到系统设置->语言支持,将键盘输入法系统由默认的iBus设置为fcitx
(11)这个时候是看不到效果的,一定要注销一次:注销系统,或者重启
(12)搜索栏搜出fcitx配置,启动后将sogou输入法置顶设为默认即可
(13)OK
安装fcitx
sudo apt-get install fcitx-ui-qimpanel 有时候会没有panel需要安装panel界面
看看我们的fcitx是否安装完成
安装搜狗输入法:https://pinyin.sogou.com/linux/help.php
双击下载的 deb 软件包安装搜狗输入法
安装完后,有时需要进行一些配置搜狗输入法才会工作:
https://jingyan.baidu.com/album/ad310e80ae6d971849f49ed3.html?picindex=4
https://www.cnblogs.com/zhangfengfly/p/6867844.html
https://www.cnblogs.com/cursorhu/p/6564793.html
https://blog.csdn.net/lengconglin/article/details/77505798
https://blog.csdn.net/qq_40691208/article/details/80861782
崩溃及解决方法 我就碰到了。
如果有搜狗输入法备选词方框,但是是英文,一般是配置文件出了问题,删了就OK
搜狗的配置文件在 ~/.config下的3个文件夹里:
SogouPY、SogouPY.users、sogou-qimpanel
即home下的隐藏文件夹,点击查看勾选显示隐藏文件
全删掉注销重进即可
指令如下:
cd /home/liu/.config
额,最后还是没用,我在.config没有找到sogou-qimpanel这个文件,其他两个删除后并没有用。
卸载了搜狗拼音还有fcitx,然后再重新安装也没有用,放弃了,不用搜狗输入法,改用谷歌了。
移除搜狗:
sudo apt-get remove sogoupinyin
sudo apt-get purge sogoupinyin
安装谷歌输入法:
sudo apt-get install fcitx-googlepinyin
https://www.jianshu.com/p/429b8f75af2c
qtcreator中文输入法
https://mp.csdn.net/postedit/90915055