diff options
author | Holger Paradies <retabell@gmx.de> | 2017-11-05 14:49:15 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2017-11-05 14:49:15 +0100 |
commit | a7c4091a0cee8555cdc9e4062339d73ee32c857e (patch) | |
tree | b12e5befa239c7e9c9fc54b44a034c516b2cb238 /config/chroot_local-includes | |
parent | 6cf6a6fa203d2bbb9bb51fbe58ab7d4914dd2c45 (diff) | |
download | kanotix-a7c4091a0cee8555cdc9e4062339d73ee32c857e.zip kanotix-a7c4091a0cee8555cdc9e4062339d73ee32c857e.tar.gz |
live config: set permissions
Diffstat (limited to 'config/chroot_local-includes')
-rwxr-xr-x | config/chroot_local-includes/lib/live/config/9024-lxde-compositor | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/chroot_local-includes/lib/live/config/9024-lxde-compositor b/config/chroot_local-includes/lib/live/config/9024-lxde-compositor index 67d7c61..0624de7 100755 --- a/config/chroot_local-includes/lib/live/config/9024-lxde-compositor +++ b/config/chroot_local-includes/lib/live/config/9024-lxde-compositor @@ -23,9 +23,11 @@ Configure_composit () if grep -qs "nocompiz" /proc/cmdline then touch /home/${LIVE_USERNAME}/.nocompiz + chown 1000:1000 /home/${LIVE_USERNAME}/.compiz if [ -e /home/${LIVE_USERNAME}/.config/kwinrc ]; then echo "[Compositing]" >>/home/${LIVE_USERNAME}/.config/kwinrc echo "Enabled=false" >>/home/${LIVE_USERNAME}/.config/kwinrc + chown 1000:1000 /home/${LIVE_USERNAME}/.config/kwinrc fi fi if grep -qs "awesome" /proc/cmdline |