Merge branch 'master' of https://github.com/calamares/calamares into development
This commit is contained in:
commit
07e84bf315
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user