mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Fix default desktop environment variable in displaymanager. Closes #1016.
This commit is contained in:
parent
3fd1aefb03
commit
fa45e21e15
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ def run():
|
|||
username = libcalamares.globalstorage.value("autologinUser")
|
||||
root_mount_point = libcalamares.globalstorage.value("rootMountPoint")
|
||||
|
||||
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