How to display all icons on the UbuntuUnity system tray
Source: Internet
Author: User
In Unity, Ubuntu uses a whitelist mechanism for the System Tray. only programs in the whitelist can display icons on the system tray, which obviously does not meet our requirements. Because we also need to start some software with Chinese characteristics, such as WINE and AIR. 1. you need to remove this setting...
In Unity, Ubuntu uses a whitelist mechanism for the System Tray. only programs in the whitelist can display icons on the system tray, which obviously does not meet our requirements. Because we also need to start some software with Chinese characteristics, such as WINE and AIR. 1. remove this setting:
If you want to display all programs, run the following command on the terminal: gsettings set com. canonical. unity. panel customization Ray-whitelist "['all']" If you want to customize a program, run the following command (YOUR_APPLICATION is the program name ):
Gsettings set com. canonical. Unity. Panel setting Ray-whitelist
"['Javabeddedframework', 'mumble ', 'wine', 'Your _ application']" restore to the default system status:
Gsettings set com. canonical. Unity. Panel setting Ray-whitelist
"['Javabeddedframework', 'mumble ', 'wine', 'Skype', 'HP-privacy Ray']" 2. of course, you can also install some tools to set: sudo apt-get install dconf-tools and then run:
Dconf-editor: In desktop> unity> panel, change the systray-whitelist value to ['all. You need to log out to see the effect!
(The Electric Terminal is enabled): Before modification: After modification:
Original article: http://www.ubuntusoft.com/solve-the-ubuntu-unity-system-tray-does-not-display-images-that-are-part-of-the-program.html
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.