Comment 47 for bug 544139

Revision history for this message
Lennie (lbesselink) wrote :

I wonder what would happen if we enabled the last part again in /etc/X11/Xsession.d again, instead of the what it says now:

# gdm already creates a CK session for us, so do not run the expensive D-Bus
# calls if we have $GDMSESSION
if [ -z "$GDMSESSION" ] && [ -x "$CK_LAUNCH_SESSION" ] && \
 ( [ -z "$XDG_SESSION_COOKIE" ] || is_on_console ) ; then
    STARTUP="$CK_LAUNCH_SESSION $STARTUP"
fi

like so:

    STARTUP="$CK_LAUNCH_SESSION $STARTUP"