推薦輸入法: https://github.com/jayknoxqu/ibus-rime
卸載ibus。
sudo apt-get remove ibus
清除ibus配置。
sudo apt-get purge ibus
卸載頂部面板任務(wù)欄上的鍵盤指示。
sudo apt-get remove indicator-keyboard
安裝fcitx輸入法框架
sudo apt install fcitx-table-wbpy fcitx-config-gtk
切換為 Fcitx輸入法
im-config -n fcitx
im-config 配置需要重啟系統(tǒng)才能生效
sudo shutdown -r now
wget http://cdn2.ime.sogou.com/dl/index/1524572264/sogoupinyin_2.2.0.0108_amd64.deb?st=ryCwKkvb-0zXvtBlhw5q4Q&e=1529739124&fn=sogoupinyin_2.2.0.0108_amd64.deb
安裝搜狗輸入法
sudo dpkg -i sogoupinyin_2.2.0.0108_amd64.deb
修復(fù)損壞缺少的包
sudo apt-get install -f
打開 Fcitx 輸入法配置
fcitx-config-gtk3
問題:輸入法皮膚透明
fcitx設(shè)置 >>附加組件>>勾選高級 >>取消經(jīng)典界面
Configure>> Addon >>Advanced>>Classic
歡迎關(guān)注: https://github.com/jayknoxqu