Fix autologin in displaymanager module

This commit is contained in:
Philip 2014-08-18 21:46:44 +02:00
parent 2020eb0eb3
commit ba1006a965

View File

@ -324,7 +324,7 @@ def run():
else: else:
return "kdm selected but not installed", "" return "kdm selected but not installed", ""
if username != "": if username != "None":
libcalamares.utils.debug( libcalamares.utils.debug(
"Setting up autologin for user %s." % username) "Setting up autologin for user %s." % username)
return set_autologin(username, displaymanagers, root_mount_point) return set_autologin(username, displaymanagers, root_mount_point)