Comment 22 for bug 199486

Revision history for this message
Loïc Minier (lool) wrote :

Michael: Ah we also need to ship a Xsession.d snippet to use ck-launch-session!

e.g. /etc/X11/Xsession.d/92consolekit with something like:
if [ -z "$XDG_SESSION_COOKIE" ]; then
    STARTUP="ck-launch-session $STARTUP"
fi