[Bug 53862] Re: Default gnome session keeps crashing on login

numerodix numerodix at gmail.com
Mon Jul 24 16:04:17 UTC 2006


I'd love to, but I don't know how. As far as I can tell, gnome-session is started in 
/etc/X11/Xsession.d/55gnome-session_gnomerc
which looks like this:

# If we are running the GNOME session, source ~/.gnomerc

BASESTARTUP=`basename "$STARTUP" | cut -d\  -f1`
if [ "$BASESTARTUP" = gnome-session -o \
        \( "$BASESTARTUP" = x-session-manager -a \
        `readlink /etc/alternatives/x-session-manager` = \
                /usr/bin/gnome-session \) ]; then
  GNOMERC=$HOME/.gnomerc
  if [ -r "$GNOMERC" ]; then
    . "$GNOMERC"
  fi
fi

Also, just after I try to log into my session in gdm, it reports that
gnome-session crashed, so that's not enough time for me to attach gdb to
it.

-- 
 Default  gnome session keeps crashing on login  
https://launchpad.net/bugs/53862




More information about the desktop-bugs mailing list