diff options
| author | Neil Jagdish Patel <neil.patel@canonical.com> | 2011-03-31 22:56:00 +0100 |
|---|---|---|
| committer | Neil Jagdish Patel <neil.patel@canonical.com> | 2011-03-31 22:56:00 +0100 |
| commit | a321a5ab5f320da7db288e2510c2be813e765560 (patch) | |
| tree | b62935fe6e64799b290f56741e596fad2f54ee5c | |
| parent | 3ad42eda320f29fd3b8e020b391917ee7a88b22f (diff) | |
Add HP systray to whitelist
Fixes LP: #744308 (bzr r1063)
| -rw-r--r-- | com.canonical.Unity.gschema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com.canonical.Unity.gschema.xml b/com.canonical.Unity.gschema.xml index 19df3b599..eba0c49a1 100644 --- a/com.canonical.Unity.gschema.xml +++ b/com.canonical.Unity.gschema.xml @@ -40,7 +40,7 @@ </schema> <schema path="/desktop/unity/panel/" id="com.canonical.Unity.Panel" gettext-domain="unity"> <key type="as" name="systray-whitelist"> - <default>[ 'JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype' ]</default> + <default>[ 'JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype', 'hp-systray' ]</default> <summary>List of client names, resource classes or wm classes to allow in the Panel's systray implementation.</summary> <description>"" (empty) will not allow any tray icons, "all" will allow all tray icons, otherwise there will be an attempt to match each icon to a value here.</description> </key> |
