Merge branch 'master' of https://github.com/calamares/calamares into development

This commit is contained in:
Philip 2017-06-28 11:04:27 +02:00
commit 07e84bf315

View File

@ -322,7 +322,7 @@ def set_autologin(username,
# Systems with Sddm as Desktop Manager # Systems with Sddm as Desktop Manager
sddm_conf_path = os.path.join(root_mount_point, "etc/sddm.conf") sddm_conf_path = os.path.join(root_mount_point, "etc/sddm.conf")
sddm_config = configparser.ConfigParser() sddm_config = configparser.ConfigParser(strict=False)
# Make everything case sensitive # Make everything case sensitive
sddm_config.optionxform = str sddm_config.optionxform = str