diff options
author | Maximilian Gerhard <maxbox@directbox.com> | 2012-02-15 23:30:14 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-02-15 23:30:14 +0100 |
commit | e42c2f330d1a997433323977734a26d3ab99f755 (patch) | |
tree | fc2d1fa51d5e1b8bd42d6e4d2b11f9725626797c | |
parent | a5bdce71d42977ed48930e3523939e026202d519 (diff) | |
download | etcskel-kanotix-e42c2f330d1a997433323977734a26d3ab99f755.zip etcskel-kanotix-e42c2f330d1a997433323977734a26d3ab99f755.tar.gz |
always show notifier systray icon
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | plasma-desktop/updates/01-kanotix-default-setup.js | 1 |
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); |