bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#73859: lightdm


From: Feng Shu
Subject: bug#73859: lightdm
Date: Fri, 25 Oct 2024 16:41:55 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

I have tested and found that:


In lightdm-gtk-greeter, the following line run success and return no session.

   items = lightdm_get_sessions ();


But, in lightdm, the following function in liblightdm-gobject/session.c is not 
called:

/**
 * lightdm_get_sessions:
 *
 * Get the available sessions.
 *
 * Return value: (element-type LightDMSession) (transfer none): A list of 
#LightDMSession
 **/
GList *
lightdm_get_sessions (void)
{
    g_debug ("Run lightdm_get_sessions");
    update_sessions ();
    return local_sessions;
}


I do not know why, seem to very confuse.


-- 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]