Compare commits

...

1 Commits

Author SHA1 Message Date
Teo Mrnjavac
755a56914d Don't assume 'User' exists in autologin section. 2017-01-19 17:04:50 +01:00

View File

@@ -267,7 +267,7 @@ def set_autologin(username, displaymanagers, default_desktop_environment, root_m
if do_autologin:
autologin_section['User'] = username
else:
elif 'User' in autologin_section:
del autologin_section['User']
if default_desktop_environment is not None: