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 remove the system Tray restriction in Ubuntu 11.04

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

Share

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

This article will explain in detail how to remove the system tray restriction in Ubuntu 11.04. the editor thinks it is very practical, so I share it with you for reference. I hope you can get something after reading this article.

In Ubuntu 11.04Natty, Ubuntu uses a whitelist system for the notification area (system tray) in the upper right corner of the top panel. Only some programs that support Indicators and are on the whitelist will be displayed in the system tray. Currently supported programs are: Java apps, Mumble, Wine applications, Skype and hp-systray. Except for some, a large number of programs such as DropBox, aMule and so on will not be displayed in the system tray, but in fact we can remove this restriction in the following ways.

-Command line method:

Unban all programs

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

Or unblock only some of the programs and replace YOUR_APPLICATION with the programs you need to unban.

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

-GUI method:

Install dconf-tools

Sudo apt-get install dconf-tools

Type dconf-editor in the terminal, then find desktop > unity > panel, and change the value of systray-whitelist to ['all'].

* just log out and log in again.

-restore:

Use the following command at the command line

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

Click the Set to default button in dconf-editor under GUI.

This is the end of the article on "how to remove the system tray restriction in Ubuntu 11.04". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it for more people to see.

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