From e42c2f330d1a997433323977734a26d3ab99f755 Mon Sep 17 00:00:00 2001
From: Maximilian Gerhard <maxbox@directbox.com>
Date: Wed, 15 Feb 2012 23:30:14 +0100
Subject: always show notifier systray icon

---
 debian/changelog                                   | 7 +++++++
 plasma-desktop/updates/01-kanotix-default-setup.js | 1 +
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8b3dcb6..d0a3e6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+etcskel-kanotix (1.1.5) unstable; urgency=low
+
+  * merged with acritox version
+  * always show notifier systray icon
+
+ -- Maximilian Gerhard <maxbox@directbox.com>  Fri, 10 Feb 2012 00:23:29 +0100
+
 etcskel-kanotix (1.1.4) unstable; urgency=low
 
   * enable auto-install of bundled iceweasel addons
diff --git a/plasma-desktop/updates/01-kanotix-default-setup.js b/plasma-desktop/updates/01-kanotix-default-setup.js
index 55fc266..37ecbd0 100644
--- a/plasma-desktop/updates/01-kanotix-default-setup.js
+++ b/plasma-desktop/updates/01-kanotix-default-setup.js
@@ -37,6 +37,7 @@ panel.addWidget("pager");
 panel.addWidget("tasks");
 
 systray = panel.addWidget("systemtray");
+systray.writeConfig("alwaysShown", "notifier");
 i = 0;
 if (hasBattery) {
     systray.currentConfigGroup = new Array("Applets", ++i);
-- 
cgit v1.0