mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Fix autologin in displaymanager module
This commit is contained in:
parent
2020eb0eb3
commit
ba1006a965
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ def run():
|
|||
else:
|
||||
return "kdm selected but not installed", ""
|
||||
|
||||
if username != "":
|
||||
if username != "None":
|
||||
libcalamares.utils.debug(
|
||||
"Setting up autologin for user %s." % username)
|
||||
return set_autologin(username, displaymanagers, root_mount_point)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue