Instead of doing
Code:
sudo apt-get install ubuntu-desktop
do this instead:
Code:
sudo nano -B /etc/apt/sources.list
Remove the # signs from the Universe repositories and then save (Control-X, Y, Enter)
Code:
sudo apt-get update
sudo apt-get install x-window-system-core icewm menu xterm firefox vlc openoffice.org-writer gdm gksu
wget -c http://medibuntu.sos-sts.com/repo/pool/edgy/free/i386/libdvdcss2_1.2.9-2medibuntu2_i386.deb
sudo dpkg -i libdvdcss2_1.2.9-2medibuntu2_i386.deb
sudo dpkg-reconfigure xserver-xorg
sudo /etc/init.d/gdm start