admin 管理员组文章数量: 1184232
我使用debian-live-10.1.0-amd64-gnome.iso安装
安装语言english
location,other--china
键盘American English
使用全部磁盘
安装好的系统可以正常显示中文,系统的region还是英文
debian10已经默认安装好fcitx与google pinyin
sudo apt remove ibus
reboot # no ibus pid, have fcitx pid
fcitx-configtool ; add button,uncheck only show current lang, add google pinyin
ctrl + space, switch to google pinyin
安装Sogou拼音
sudo apt-get install libqt4-declarative # 执行sogou-qimpanel显示缺libqtdeclarative.so.4 no such file,安装这个
sudo apt install wget
wget http://cdn2.ime.sogou.com/dl/index/1571302197/sogoupinyin_2.3.1.0112_amd64.deb
sudo dpkg -i sogoupinyin_2.3.1.0112_amd64.deb # 缺依赖
sudo apt --fix-broken install # 安装依赖
sudo dpkg -i sogoupinyin_2.3.1.0112_amd64.deb # 重新安装
sudo apt autoremove # 删除不需要的包
reboot
fcitx-configtool # add button,uncheck only show current lang, add sogou pinyin
ctrl + space # 切换输入法
显示fcitx输入法的提示栏,就是类似搜狗在桌上右下角的工具栏
fcitx-configtool, apperance, status panel hide mode--show
ps aux |grep fcitx # 确保有fcitx进程
ps aux |grep sogou # sogou-qimpanel-watchdog和sogou-qimpanel
# sogou-qimpanel就是切换的搜狗输入法后,会显示在桌面的搜狗工具栏
# 如果可以切换到搜狗输入法,但是只能打拼音,看看是否有sogou-qimpanel进程
# 终端执行sogou-qimpanel看看日志,缺少依赖或者其他问题,只删除rm -rf ~/.config/SogouPY* ~/.config/sogou* 作用不大
版权声明:本文标题:Debian10.1安装中文输入法与sogou搜狗输入法 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/b/1765840172a3419271.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论