Merge pull request #1017 from wxl/master

Fix default desktop environment variable in displaymanager.
This commit is contained in:
Philip Müller 2018-08-21 09:42:27 +02:00 committed by GitHub
commit e17c934afb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -399,7 +399,7 @@ def run():
username = libcalamares.globalstorage.value("autologinUser") username = libcalamares.globalstorage.value("autologinUser")
root_mount_point = libcalamares.globalstorage.value("rootMountPoint") 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"] entry = libcalamares.job.configuration["defaultDesktopEnvironment"]
default_desktop_environment = DesktopEnvironment( default_desktop_environment = DesktopEnvironment(
entry["executable"], entry["desktopFile"] entry["executable"], entry["desktopFile"]