GNU bug report logs -
#73859
lightdm-service-type is almost unusable
Previous Next
Reported by: Dariqq <dariqq <at> posteo.net>
Date: Fri, 18 Oct 2024 09:25:01 UTC
Severity: normal
Tags: patch
Merged with 68055
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
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.
--
This bug report was last modified 249 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.