Linux ubuntu 12.04系统托盘不显示ibus输入法图标的解决方法
在终端运行下述命令,然后注销并重新登录即可。
$ gconftool --typeboolean -s /desktop/ibus/panel/show_icon_on_systraytrue$gconftool --typeboolean -s /desktop/ibus/panel/showtrue$gsettings setcom.canonical.Unity.Panel systray-whitelist "['all']"或者再继续执行,下面的命令:
$killall ibus-daemon
$ibus-daemon -d
说明:(重启ibus后台服务:killall ibus-daemon是结束进程,ibus-daemon -d是重启ibus)