summaryrefslogtreecommitdiff
path: root/plasma-desktop
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-10-26 19:03:13 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2011-10-26 19:04:12 +0200
commit59df2a7b3adbbafc45bb0e7a00efcf7e9511451f (patch)
treec092d3ecf3303c0f2fdca08d9770659a43cc6995 /plasma-desktop
parent842a10d18e0b3ba1000b43513cf7f53cc204f41f (diff)
downloadetcskel-kanotix-59df2a7b3adbbafc45bb0e7a00efcf7e9511451f.zip
etcskel-kanotix-59df2a7b3adbbafc45bb0e7a00efcf7e9511451f.tar.gz
updated to version 1.1.3
* default config disables KDE system notification for touchpad errors * Fixed missing network-manager icon when bpo is active
Diffstat (limited to 'plasma-desktop')
-rw-r--r--plasma-desktop/updates/01-kanotix-default-setup.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/plasma-desktop/updates/01-kanotix-default-setup.js b/plasma-desktop/updates/01-kanotix-default-setup.js
index eaec917..55fc266 100644
--- a/plasma-desktop/updates/01-kanotix-default-setup.js
+++ b/plasma-desktop/updates/01-kanotix-default-setup.js
@@ -45,6 +45,9 @@ if (hasBattery) {
systray.currentConfigGroup = new Array("Applets", ++i);
systray.writeConfig("plugin", "notifier");
+systray.currentConfigGroup = new Array("Applets", ++i);
+systray.writeConfig("plugin", "org.kde.networkmanagement");
+
clock = panel.addWidget("digital-clock");
clock.writeConfig("showDate", "true");