diff options
| -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> |
