diff options
author | Maximilian Gerhard <maxbox@directbox.com> | 2011-10-01 02:25:20 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-10-01 16:34:33 +0200 |
commit | 842a10d18e0b3ba1000b43513cf7f53cc204f41f (patch) | |
tree | 13b080108b7b5abcfd757054526be2f44e96d904 | |
parent | a20f235a319f6bb02f42b600eb8371b8b8a8443a (diff) | |
download | etcskel-kanotix-842a10d18e0b3ba1000b43513cf7f53cc204f41f.zip etcskel-kanotix-842a10d18e0b3ba1000b43513cf7f53cc204f41f.tar.gz |
extended kanotix-reset-plasma-panel script
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | kanotix-reset-plasma-panel | 7 |
2 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5a7e3dc..fa92e93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +etcskel-kanotix (1.1.1) unstable; urgency=low + + * avoid stacked plasma panels on reset, remove all old panels first + * create plasma-desktop-aplletsrc backup before panel reset + * offer some info/helper texts for kanotix-reset-plasma-panel script + + -- Maximilian Gerhard <maxbox@directbox.com> Sat, 01 Oct 2011 00:50:11 +0200 + etcskel-kanotix (1.1.0) unstable; urgency=low * added plasma panel reset diff --git a/kanotix-reset-plasma-panel b/kanotix-reset-plasma-panel index 898b451..4974b52 100644 --- a/kanotix-reset-plasma-panel +++ b/kanotix-reset-plasma-panel @@ -1,2 +1,7 @@ #!/bin/sh -qdbus org.kde.plasma-desktop /MainApplication loadScriptInInteractiveConsole /usr/share/kde4/apps/plasma-desktop/updates/01-kanotix-default-setup.js +echo "creating backup of ~/.kde/share/config/plasma-desktop-appletsrc" +rm -f ~/.kde/share/config/plasma-desktop-appletsrc.bak +cp ~/.kde/share/config/plasma-desktop-appletsrc ~/.kde/share/config/plasma-desktop-appletsrc.bak +echo "loading panel reset script to plasma desktop console" +qdbus org.kde.plasma-desktop /MainApplication loadScriptInInteractiveConsole /usr/share/kde4/apps/plasma-desktop/updates/01-kanotix-default-setup.js 2> /dev/null +echo "to start plasma panel reset, press execute button" |