[LightDM] user-session not working

François Dagorn Francois.Dagorn at univ-rennes1.fr
Tue Sep 2 01:00:26 PDT 2014


Hum, after reading greeter.c, I should receive

"Greeter requests default session"
rather than
"Greeter requests session gnome-classic"

/* Use session type chosen in remote session */
    if (greeter->priv->remote_session)
    {
        session_type = SESSION_TYPE_REMOTE;
        session = greeter->priv->remote_session;
    }

So, session seems to be "gnome-classic" and my question is now
why greeter->priv->remote_session returns "gnome-classic" in the case
of a brand new user (with an empty homedir).

Any help would be appreciated.

cheers !

-- 
François



More information about the LightDM mailing list