Open SolarAquarion opened 4 years ago
It seems for some reason it doesn't seem to start sessions.
I suggest you search through the theme js code for a call to login(user,session)
and replace it with start_session(session)
.
Or link me the theme so I can port it myself.
I'm using the one you have by default, i think
So the login screen shows up but nothing happens when you attempt to login?
Correct
On Sun, May 3, 2020, 12:22 PM Matija Skala notifications@github.com wrote:
So the login screen shows up but nothing happens when you attempt to login?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/matijaskala/lightdm-webengine-greeter/issues/1#issuecomment-623135136, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABIPVCGXZDDOJ4IIGPQDKNDRPWK57ANCNFSM4MRMREAA .
Does it login correctly if you manually select the session?
No, the loading cursor keeps on going
On Sun, May 3, 2020, 12:27 PM Matija Skala notifications@github.com wrote:
Does it login correctly if you manually select the session?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/matijaskala/lightdm-webengine-greeter/issues/1#issuecomment-623136112, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABIPVCGKN5Q7RMJ62RY35PDRPWLNTANCNFSM4MRMREAA .
It logins correctly here. I don't know what could be causing your problem, unless you tried to login with a non-existing username.
Does 341b23526960c6fa073b47ba397838478be1c00b fix your issue?
Only themes for Web Greeter 3. Themes for older versions might need some modifications.