
Eccet Installation
Setting up the QVWM desktop
Run the following commands (you can use cut/copy/paste):
apt-get install qvwm
useradd -m -g eccet eccet
cd /home/eccet
cat >.xsession <<EOF
#!/bin/bash
. /cv/share/eccet/config/eccet_setup_environment
umask 002
exec qvwm
EOF
echo "include /cv/share/eccet/config/eccet_qvwmrc" >.qvwmrc
passwd eccet
Now log on as this user. Make sure the session type is set to "Debian".