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

猜你喜欢

转载自heson-liu.iteye.com/blog/1851762