matijaskala / lightdm-webengine-greeter

C++ rewrite of Web Greeter 3.0
1 stars 0 forks source link

I guess all themes for lightdm webkit works with this? #1

Open SolarAquarion opened 4 years ago

matijaskala commented 4 years ago

Only themes for Web Greeter 3. Themes for older versions might need some modifications.

SolarAquarion commented 4 years ago

It seems for some reason it doesn't seem to start sessions.

matijaskala commented 4 years ago

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.

SolarAquarion commented 4 years ago

I'm using the one you have by default, i think

matijaskala commented 4 years ago

So the login screen shows up but nothing happens when you attempt to login?

SolarAquarion commented 4 years ago

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 .

matijaskala commented 4 years ago

Does it login correctly if you manually select the session?

SolarAquarion commented 4 years ago

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 .

matijaskala commented 4 years ago

It logins correctly here. I don't know what could be causing your problem, unless you tried to login with a non-existing username.

matijaskala commented 4 years ago

Does 341b23526960c6fa073b47ba397838478be1c00b fix your issue?