Hi, On 2009-10-25 George Kiagiadakis wrote: > It thinks that you are migrating because ~/.kde exists and > ~/.local/kaboom doesn't. You can adjust this script to also call the > command "mkdir -p ~/.local && touch ~/.local/kaboom" to prevent kaboom > from starting. > I've added those statements, so the script part is now: chroot /root sudo -u "${USERNAME}" sh -c "umask 0077 && mkdir -p /home/${USERNAME/.local && touch /home/${USERNAME/.local/kaboom && mkdir -p /home/${USERNAME}/.kde/share/config && cat > /home/${USERNAME}/.kde/share/config/kdesurc" << EOF [super-user-command] super-user-command=sudo EOF
But when I start the resulting LiveCD, Kaboom is still triggered. I do see the ~/.local/kaboom file with size 0 bytes, so it does get created, but doesn't stop Kaboom. Did I do sth wrong or forget sth? Any other suggestions? Btw, would adding it to /etc/skel have the same effect? Regards, Diederik -- To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org