This websites does not use Cookies. OK
_de_en

Eccet

Download

Eccet Installation

Setting up the GNOME desktop

Run the following commands (you can use cut/copy/paste):

apt-get install gnome Installs GNOME and all required tools and accessories.
Attention - this may well be a few hundred MB.

useradd -m -g eccet eccet
cd /home/eccet
passwd eccet
Creates the user "eccet", changes into his/her personal home directory and sets a password for him/her.

cat >.xsession <<EOF
#!/bin/bash
. /cv/share/eccet/config/eccet_setup_environment
umask 002
exec gnome-session
EOF
Creates the .xsession file that makes sure that GNOME is started when logging in and that Eccet is included properly.

ln -sf /cv/share/eccet/config/desktop/*.desktop Desktop/
Creates the desktop shortcuts for all Eccet components, so that you can start them all by clicking an Icon on your desktop. You can easily remove shortcuts that are not needed later.

Now log on as this user. Make sure the session type is set to "Debian".

continue