Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize Unity system Tray displaying all Icons by Ubuntu

2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

Xiaobian to share with you how Ubuntu to achieve Unity system tray display all icons, I believe most people still do not know how to share this article for your reference, I hope you have a lot of harvest after reading this article, let's go to understand it together!

Since Ubuntu whitelists the system tray in Unity, only programs on the whitelist can display icons in the system tray, which obviously does not meet our requirements. Because we also need to open some software with Chinese characteristics, such as WINE, AIR programs, etc.

1. Therefore, you need to remove this setting:

If you want all programs to be visible, run the following command on the terminal:

gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"

If you want to customize the program, run the following command (YOUR_APPLICATION is the program name):

gsettings set com.canonical.Unity.Panel systray-whitelist "['JavaEmbeddedFrame', 'Mumble', 'Wine', 'YOUR_APPLICATION']"

Restore to system default state:

gsettings set com.canonical.Unity.Panel systray-whitelist "['JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype', 'hp-systray']"

2. Of course, you can also install some tools to set it up:

sudo apt-get install dconf-tools

Then run:

dconf-editor

In desktop>unity>panel, change the value of systray-whitelist to ['all'].

You need to log out to see the effect!

Effect drawing (electric mule activated):

Before modification:

After modification:

The above is "Ubuntu how to achieve Unity system tray display all icons" all the content of this article, thank you for reading! I believe that everyone has a certain understanding, hope to share the content to help everyone, if you still want to learn more knowledge, welcome to pay attention to the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report