Summary: See {T55} Test Plan: See D9 — this is the other fix required. Reviewers: tsimonq2 Differential Revision: https://phab.lubuntu.me/D10ubuntu/cosmic
parent
e139230b53
commit
4ef8ded762
@ -0,0 +1,13 @@
|
|||||||
|
Description: Fix default desktop environment variable in displaymanager.
|
||||||
|
Author: Walter Lapchynski <wxl@ubuntu.com>
|
||||||
|
--- a/calamares-3.2.1/src/modules/displaymanager/main.py
|
||||||
|
+++ b/calamares-3.2.1/src/modules/displaymanager/main.py
|
||||||
|
@@ -398,7 +398,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…
Reference in new issue