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
--
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs