diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-10-26 19:03:13 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-10-26 19:04:12 +0200 |
commit | 59df2a7b3adbbafc45bb0e7a00efcf7e9511451f (patch) | |
tree | c092d3ecf3303c0f2fdca08d9770659a43cc6995 | |
parent | 842a10d18e0b3ba1000b43513cf7f53cc204f41f (diff) | |
download | etcskel-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
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | kanotix-reset-plasma-panel | 0 | ||||
-rw-r--r-- | plasma-desktop/updates/01-kanotix-default-setup.js | 3 | ||||
-rw-r--r-- | skel/.kde/share/config/synaptiks.notifyrc | 13 |
5 files changed, 30 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index fa92e93..374c5c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +etcskel-kanotix (1.1.3) unstable; urgency=low + + * default config disables KDE system notification for touchpad errors + + -- Maximilian Gerhard <maxbox@directbox.com> Wed, 05 Oct 2011 20:58:16 +0200 + +etcskel-kanotix (1.1.2) unstable; urgency=low + + * Fixed missing network-manager icon when bpo is active + + -- Maximilian Gerhard <maxbox@directbox.com> Wed, 05 Oct 2011 01:15:43 +0200 + etcskel-kanotix (1.1.1) unstable; urgency=low * avoid stacked plasma panels on reset, remove all old panels first diff --git a/debian/control b/debian/control index 0dea591..8c8ea79 100644 --- a/debian/control +++ b/debian/control @@ -27,6 +27,8 @@ Description: Skeleton files for the KANOTIX default user Package: kanotix-plasma-script Architecture: all +Depends: plasma-widgets-addons +Recommends: plasma-widget-networkmanagement Description: KDE Plasma-Desktop script files for the KANOTIX default user set useful preferences for new users. diff --git a/kanotix-reset-plasma-panel b/kanotix-reset-plasma-panel index 4974b52..4974b52 100644..100755 --- a/kanotix-reset-plasma-panel +++ b/kanotix-reset-plasma-panel 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"); diff --git a/skel/.kde/share/config/synaptiks.notifyrc b/skel/.kde/share/config/synaptiks.notifyrc new file mode 100644 index 0000000..91def76 --- /dev/null +++ b/skel/.kde/share/config/synaptiks.notifyrc @@ -0,0 +1,13 @@ +[Event/touchpadError] +Action= +Execute= +KTTS= +Logfile= +Sound= + +[Event/touchpadOff] +Action= +Execute= +KTTS= +Logfile= +Sound= |