#!/bin/bash
#
# GNOME         : Gnome desktop,  tested with fedora - should work with most distros
# Verison       : 1
#
#



cd $HOME
xlogin-rootjpeg -display $DISPLAY -image black

gnome-session
 


# Important, wait for all my child process (the desktop) to exit before I exit
wait


