我在通知区域中看不到任何图标。我在 Ubuntu 11.10 中使用 Unity 2D。它们在哪里?
答案1
要为所有应用程序启用通知区域(系统托盘),请运行以下命令:
gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"
如果需要,您可以使用以下命令将某个应用程序列入白名单:
gsettings set com.canonical.Unity.Panel systray-whitelist "['JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype', 'hp-systray', 'YOUR_APPLICATION']"
上述命令包括已列入白名单(默认)的应用程序,因此您应该将其替换YOUR_APPLICATION
为您想要列入白名单的应用程序。
答案2
最近修复了一个错误https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/847525修复发布后,系统托盘白名单更改应该可以起作用。
答案3
我不知道修复后是否有可能只获得第一个更新。