【解决方案】Ubuntu14.04 卸载ibus导致System Settings异常

前端之家收集整理的这篇文章主要介绍了【解决方案】Ubuntu14.04 卸载ibus导致System Settings异常前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Uninstall ibus

sudo apt-get remove ibus

Uninstall ibus and it’s dependent packages

sudo apt-get remove –auto-remove ibus

Purging ibus

(delete configuration and/or data files)

sudo apt-get purge ibus

(delete configuration and/or data files and it’s dependencies)

sudo apt-get purge –auto-remove ibus

卸载ibus后,打开系统设置会发现系统设置里面的设置项不全

重新安装unity-control-center即可

sudo apt-get install unity-control-center

原文链接:https://www.f2er.com/ubuntu/355184.html

猜你在找的Ubuntu相关文章