一、安裝 fcitxhtml
sudo add-apt-repository ppa:fcitx-team/nightly // 添加FCITX倉庫. sudo apt-get update // 更新倉庫. sudo apt-get install fcitx // 安裝fcitx輸入法框架.
ubuntu 14.04 下若是刪除 ibus 會致使一些界面依賴的包被刪除, system settimg 一些菜單會消失,在 ubuntu 14.04 ,ibus 和 fcitx 能夠共存,若是你發現安裝 fcitx 時不當心刪除了 ibus,須要裝回來linux
sudo apt-get install ibus
sudo apt-get install linux-generic
重啓後若是問題沒解決,執行下面命令git
sudo apt-get install unity-control-center
二、安裝搜狗拼音 Linux 中文輸入法github
下載地址:https://pinyin.sogou.com/linux/ubuntu
sudo dpkg -i sogoupinyin_2.2.0.0108_amd64.deb
三、設置輸入法sublime-text
在終端執行下面命令框架
im-config
出現 current configuration for the input method 面板,選擇 yes 選項準備 update 設置,spa
出現 輸入法選擇面板,選擇 fcilx ,重啓系統。.net
開機後在終端輸入下面命令:code
fcitx-config-gtk3
在彈出界面的 input method 面板,去掉 only show current language 選項,點擊左下角加號,選擇 Sogou Pinyin ,並移動到第一行,肯定保存。
若是開機搜狗輸入法提示中英文切換異常,或者不能輸入中文時,解決辦法以下:刪除 ~/.config/SogouPY, SogouPY.users, sogou-qimpanel 這三個文件夾。
四、安裝 sublime text3 中文補丁
升級系統軟件包
sudo apt-get update sudo apt-get upgrade
獲取補丁包
git clone https://github.com/lyfeyaj/sublime-text-imfix.git
運行補丁
cd sublime-text-imfix && ./sublime-imfix
重啓系統便可。
解決方法來自下面幾篇文章
https://blog.csdn.net/weixin_39382961/article/details/80148933
https://www.cnblogs.com/bozhicheng/p/5769221.html
https://blog.csdn.net/sinat_36330809/article/details/79650575