LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   GDM graphical login menu (https://www.linuxquestions.org/questions/linux-general-1/gdm-graphical-login-menu-110809/)

nuzzy 10-31-2003 10:17 AM

GDM graphical login menu
 
Hi all,

Which file/files are the ones that are used for the gdm graphical login? I need to check it because when "last" is checked it doesn't go to my last login (flux), but rather Gnome every time.

mr_manny 10-31-2003 11:50 AM

is this what your looking for?
manny

/home/manny> ls /etc/X11/gdm/Sessions/
default Default Failsafe Gnome theFLUXTER XFce




/home/manny> cat /etc/X11/gdm/Sessions/theFLUXTER
#!/bin/sh

if [ -d "$HOME/Desktop/Autostart" ]; then
for i in `ls -1 ${HOME}/Desktop/Autostart/ 2>/dev/null`; do
if [ -x $HOME/Desktop/Autostart/$i ]; then
$HOME/Desktop/Autostart/$i &
fi
done
fi

# Launch xscreensaver (if available)
xscreensaver -no-splash &

exec /usr/local/bin/fluxbox


All times are GMT -5. The time now is 08:49 AM.