From 59df2a7b3adbbafc45bb0e7a00efcf7e9511451f Mon Sep 17 00:00:00 2001 From: Andreas Loibl Date: Wed, 26 Oct 2011 19:03:13 +0200 Subject: updated to version 1.1.3 * default config disables KDE system notification for touchpad errors * Fixed missing network-manager icon when bpo is active --- debian/changelog | 12 ++++++++++++ debian/control | 2 ++ kanotix-reset-plasma-panel | 0 plasma-desktop/updates/01-kanotix-default-setup.js | 3 +++ skel/.kde/share/config/synaptiks.notifyrc | 13 +++++++++++++ 5 files changed, 30 insertions(+) mode change 100644 => 100755 kanotix-reset-plasma-panel create mode 100644 skel/.kde/share/config/synaptiks.notifyrc 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 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 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 old mode 100644 new mode 100755 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= -- cgit v1.0