Excerpt from /etc/X11/gdm/gdm.conf:
Code: Select all
BaseXsession=/etc/X11/gdm/Xsession
# This is a directory where .desktop files describing the sessions live
# It is really a PATH style variable since 2.4.4.2 to allow actual
# interoperability with KDM
SessionDesktopDir=/etc/X11/Sessions/:/etc/X11/dm/Sessions/:/usr/share/xsessions/
# This is the default .desktop session. One of the ones in SessionDesktopDir
DefaultSession=gnome.desktopCode: Select all
# What display manager do you use ? [ xdm | gdm | kdm | entrance ]
DISPLAYMANAGER="gdm"
# Xsession - will start a terminal and a few other nice apps
XSESSION="enlightenment"Code: Select all
#!/bin/sh
/usr/bin/enlightenment
