[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Kaboom



Hello,

I'm trying to create my own Debian Live KDE image and try to resolve an issue wrt Kaboom.
When the LiveCD starts up (testing with VirtualBox) a user 'live' gets created and that creates a 
sudo related file, which triggers Kaboom to run when KDE starts up. 
And that happens every time the LiveCD is started and is of course not what I want.

This is the script part that creates that file:

chroot /root sudo -u "${USERNAME}" sh -c "umask 0077 && mkdir -p /home/${USERNAME}/.kde/share/config 
&& cat > /home/${USERNAME}/.kde/share/config/kdesurc" << EOF
[super-user-command]
super-user-command=sudo
EOF

Why does kaboom think that I'm migrating from kde3 and how can I prevent that (since it's a new 
install straight from sid)?
Why does kdebase-workspace-bin depend on kaboom and not recommend/suggest it?

Regards,
  Diederik


Reply to: