summaryrefslogtreecommitdiff
path: root/scripts/live-bottom
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 14:46:38 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:05 +0100
commit9eaf880cb1944045bac06758a0a7a68ea734595c (patch)
tree40749de3a44617cdead37aef9633b701940bff68 /scripts/live-bottom
parent0d94f4b451321b54cd8f22253c28a5bc64715f1c (diff)
downloadlive-boot-9eaf880cb1944045bac06758a0a7a68ea734595c.tar.gz
live-boot-9eaf880cb1944045bac06758a0a7a68ea734595c.zip
Adding live-initramfs 1.90.1-1.
Diffstat (limited to 'scripts/live-bottom')
-rwxr-xr-xscripts/live-bottom/22screensaver4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/live-bottom/22screensaver b/scripts/live-bottom/22screensaver
index 51dfbce..c800bfb 100755
--- a/scripts/live-bottom/22screensaver
+++ b/scripts/live-bottom/22screensaver
@@ -33,4 +33,8 @@ if [ -n "$gnome_screensaver_version" ]; then
chroot /root sudo -u "$USERNAME" gconftool-2 -t bool -s /apps/gnome-screensaver/lock_enabled false
fi
+if [ -d /root/usr/share/kubuntu-default-settings/kde-profile/default/share/config ]; then
+ printf "[ScreenSaver]\nLock=false\n" >> /root/usr/share/kubuntu-default-settings/kde-profile/default/share/config/kdesktoprc
+fi
+
log_end_msg