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