1、卸载ibus及所有组件
-----------------------------------------------------------------------------------
root@Ubuntu:~# apt-get purge ibus*
root@Ubuntu:~# apt autoremove
-----------------------------------------------------------------------------------
2、安装 fcitx,直接安装谷歌拼音输入法,同时会一起把fcitx架构一起装上,这种方法安装最简单好用
-----------------------------------------------------------------------------------
root@Ubuntu:~# apt install fcitx-googlepinyin
-----------------------------------------------------------------------------------