How to deal with the disappearance of ibus input method icon after upgrading Ubuntu 12.04?

  

After many friends upgraded the system to Ubuntu 12.04 LTS, the icon of the ibus input method in the lower right corner of the desktop suddenly disappeared. Although it can be used, there is no icon. It seems very awkward for friends with obsessive-compulsive disorder. I will introduce you to the processing method of the ibus input method disappear after Ubuntu 12.04 upgrade.

Method 1: terminal type:

killall ibus-daemon

ibus-daemon -d

Method 2: terminal Input:

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’]”

The above is the introduction of the solution to the disappearance of the ibus input method icon under Ubuntu 12.04. There are two ways to solve this problem and choose one to use.

Copyright © Windows knowledge All Rights Reserved