mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Merge branch 'master' into refactor-dm
This commit is contained in:
commit
858c959285
7 changed files with 46 additions and 43 deletions
|
@ -775,7 +775,7 @@ def run():
|
|||
|
||||
|
||||
# Pick up remaining settings
|
||||
if "default_desktop_environment" in libcalamares.job.configuration:
|
||||
if "defaultDesktopEnvironment" in libcalamares.job.configuration:
|
||||
entry = libcalamares.job.configuration["defaultDesktopEnvironment"]
|
||||
default_desktop_environment = DesktopEnvironment(
|
||||
entry["executable"], entry["desktopFile"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue