Skip to content

Commit

Permalink
start auth on daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Jul 24, 2024
1 parent 1d86889 commit 6c8d20a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/module/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def module_init():
lightdm.set(session = str(data["session"]))
GLib.idle_add(loginwindow.o("ui_entry_username").set_text, username)
GLib.idle_add(loginwindow.o("ui_entry_password").set_text, password)
lightdm.greeter.authenticate(username)
lightdm.set(username, password)
lightdm.login()
debug("daemon login done")
Expand Down

0 comments on commit 6c8d20a

Please sign in to comment.