#!/bin/bash -login

# Execute initialization code common to all session scripts.
. /etc/gdm/Sessions/Common/SessionInit


# Source $LANG setup code common to all session scripts.
. /etc/gdm/Sessions/Common/SessionLang


# Source environment variable setup code common to all session scripts.
. /etc/gdm/Sessions/Common/SessionEnvironmentVariables


for i in /etc/profile.d/*.sh ; do
	if [ -x $i ]; then
		. $i
	fi
done




rm -f $HOME/.Xclients

/etc/X11/xdm/Xsession
