ubuntu 13.10 下系统托盘菜单不能显示问题解决

First remove all residual packages using this command:

sudo apt-get remove --purge $(sudo dpkg -l | grep "^rc" | awk '{print $2}' | tr '\n' ' ')

Then try to install appmenu-gtk , appmenu-gtk3, indicator-application,indicator-appmenu,indicator-applet-complete if removed accidently:

sudo apt-get update
sudo apt-get -f install appmenu-gtk appmenu-gtk3 indicator-application indicator-appmenu indicator-applet-complete

Watch carefully the messages given while install, as it may the clue to solve the problem. Also be sure that while installing, non of the packages are going to be removed.

Logout/Restart

你可能感兴趣的:(ubuntu 13.10 下系统托盘菜单不能显示问题解决)