Open tumashu opened 11 months ago
It seem that liblightdm-gobject-1.so.0 is loaded, but is lightdm_get_sessions is not called, I do not know why.
@tumashu have you found any solution for this?
@Ashvith10 no
can not show wm list, at the moment, we need to special wm manual like below:
(service lightdm-service-type
(lightdm-configuration
(seats
(list (lightdm-seat-configuration
(name "*")
(user-session "icewm"))))))
Hello, I have try to fix a issue of lightdm and lightdm-gtk-greeter in guix system, the problem is session menu in lightdm-gtk-greeter is show nothing.
lightdm_get_sessions of lightdm-gtk-greeter seem to return no sessions, for I tested the below code, "XXXX: items3" is not show.
What makes me feel strange is that , ligthdm_get_sessions of lightdm seem to not be called, for I use the below code to test, and /tmp/test0.txt file is not generated.