mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 18:35:44 -05:00
parent
25ab3f7f03
commit
1ca9c7516b
1 changed files with 3 additions and 1 deletions
|
@ -732,11 +732,13 @@ class DMsddm(DisplayManager):
|
|||
name = "sddm"
|
||||
executable = "sddm"
|
||||
|
||||
configuration_file = "/etc/sddm.conf"
|
||||
|
||||
def set_autologin(self, username, do_autologin, default_desktop_environment):
|
||||
import configparser
|
||||
|
||||
# Systems with Sddm as Desktop Manager
|
||||
sddm_conf_path = os.path.join(self.root_mount_point, "etc/sddm.conf")
|
||||
sddm_conf_path = os.path.join(self.root_mount_point, self.configuration_file)
|
||||
|
||||
sddm_config = configparser.ConfigParser(strict=False)
|
||||
# Make everything case sensitive
|
||||
|
|
Loading…
Add table
Reference in a new issue