1. 问题说明html
Ubuntu 11版本开始,默认关闭了托盘图标的显示,须要手动执行命令或额外工具配置,添加到白名单。
Ubuntu 13.04更完全,默认配置根本没有托盘图标,除了java和wine等几个系统自带的程序能够显示,
其它任何应用程序都不能显示,之前的命令也不支持了,例如QQ也显示不了了。
Ubuntu 14.04 取消了系统托盘白名单机制,致使使用传统系统托盘技术的程序没法显示出托盘图标,dconf-editor也无力解决这个问题。
Ubuntu Unity桌面目前使用的技术是indicator-application-service。
那么如何继续让传统程序显示托盘图标呢?下面是解决方法。
2. 解决方法:Ubuntu 12.04 系列版本java
(1)执行下列命令: es6
sudo apt-get install libappindicator1ubuntu
sudo apt-add-repository ppa:gurqn/systray-trustyapp
sudo apt-get update工具
sudo apt-get install unity
(2)重启系统,或 logout/login
参考:
http://blog.sina.com.cn/s/blog_b394f4e70101es6u.html
https://launchpad.net/~gurqn/+archive/ubuntu/systray-trusty
http://lightdm.lofter.com/post/459eb_6951a
3. 解决方法:Ubuntu 14.04 系列版本post
(1)执行下列命令:.net
sudo apt-add-repository ppa:fixnix/indicator-systemtray-unityhtm
sudo apt-get updateblog
sudo apt-get install indicator-systemtray-unity(2)重启系统,或 logout/login参考: http://askubuntu.xxi.vn/questions/612912/how-to-re-enable-the-systray-indicator-panel-after-latest-updates说明: 一、Ubuntu的缺省桌面是unity,上面的方法是解决unity显示方法。二、Ubuntu能够安装gnome桌面,使用gnome classic也能够显示图标: sudo apt-get install gnome