mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-23 13:45:20 +02:00
Update for webkit2
Changed lightdm.is_authenticated
This commit is contained in:
parent
b179abcb1a
commit
ef6e34a110
@ -54,7 +54,8 @@ function onResize(el, callback) {
|
||||
// This is called by lightdm when the auth request is completed
|
||||
function authentication_complete() {
|
||||
if (lightdm.is_authenticated) {
|
||||
lightdm.login (lightdm.authentication_user, lightdm.default_session);
|
||||
//lightdm.login (lightdm.authentication_user, lightdm.default_session);
|
||||
lightdm.login (lightdm.authentication_user, lightdm.start_session_sync, 'xfce4'); //lightdm-webkit2-greeter
|
||||
} else {
|
||||
message("Authentication failed", true);
|
||||
lightdm.cancel_authentication();
|
||||
|
Loading…
x
Reference in New Issue
Block a user