Linux ubuntu 12.04系统托盘不显示ibus输入法图标的解决方法

在终端运行下述命令,然后注销并重新登录即可。

$ gconftool -- type boolean -s /desktop/ibus/panel/show_icon_on_systray true
$ gconftool -- type boolean -s /desktop/ibus/panel/show true
$ gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"


或者再继续执行,下面的命令:

$ killall ibus-daemon 

$ ibus-daemon -d

说明:(重启ibus后台服务:killall ibus-daemon是结束进程,ibus-daemon -d是重启ibus)


你可能感兴趣的:(linux,ubuntu,输入法,终端)