summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--plasma-desktop/updates/01-kanotix-default-setup.js1
2 files changed, 8 insertions, 0 deletions
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);