From 3fb5e2099ae51f15d73396c0af183a5569fd0589 Mon Sep 17 00:00:00 2001 From: Daniel Albers Date: Tue, 5 Aug 2014 12:36:51 +0200 Subject: [PATCH] Fix notification icon not appearing in Unity Unity's indicator expects certain properties to be exported by an application, of which Quassel is lacking some. This adds IconThemePath, Menu, ItemIsMenu to org.kde.StatusNotifierItem. Thanks a lot to shiznix for providing this patch. Fixes #1269 (cherry picked from commit 3939820389d995f56a073fc1d54ab245c6558312) --- interfaces/org.kde.StatusNotifierItem.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/interfaces/org.kde.StatusNotifierItem.xml b/interfaces/org.kde.StatusNotifierItem.xml index d798bbf8..09ec3628 100644 --- a/interfaces/org.kde.StatusNotifierItem.xml +++ b/interfaces/org.kde.StatusNotifierItem.xml @@ -8,6 +8,10 @@ + + + + -- 2.20.1