ubuntu 11.04 natty 中解除系统托盘限制-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 2018146
  • 博文数量: 220
  • 博客积分: 8531
  • 博客等级: 中将
  • 技术积分: 4976
  • 用 户 组: 普通用户
  • 注册时间: 2007-07-18 13:33
文章分类

全部博文(220)

文章存档

2017年(1)

2015年(1)

2014年(5)

2013年(6)

2012年(6)

2011年(30)

2010年(37)

2009年(53)

2008年(41)

2007年(40)

相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: linux

2011-04-29 17:50:16

在 中,ubuntu 对顶部面板右上角的通知区域(系统托盘)采用了白名单制度,只有支持 indicators 并位于白名单的部分程序才会被显示在系统托盘中,目前支持的程序有: java apps, mumble, wine applications, skype 和 hp-systray 。除些之外的 dropbox ,amule 等大量程序都不会被显示在系统托盘中,不过事实上我们可以通过以下方法来解除这一限制。

- 命令行方式

解禁所有程序

gsettings set com.canonical.unity.panel systray-whitelist "['all']"

或者只解禁部分程序,把 your_application 替换成你需要解禁的程序。

gsettings set com.canonical.unity.panel systray-whitelist "['javaembeddedframe', 'mumble', 'wine', 'skype', 'hp-systray', 'your_application']"

- gui 方式

安装 dconf-tools

sudo apt-get install dconf-tools

在终端中输入 dconf-editor ,然后找到  desktop > unity > panel ,把 systray-whitelist 的值改为 ['all'] 。

最后注销并重新登录就可以了。

- 还原:

命令行下用以下命令

gsettings set com.canonical.unity.panel systray-whitelist "['javaembeddedframe', 'mumble', 'wine', 'skype', 'hp-systray']"

gui 下在 dconf-editor 中点击 set to default 按钮。

- 消息

阅读(1376) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图