mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2025-06-04 23:31:29 +00:00
Fix default desktop environment variable in displaymanager.
Summary: See {T55} Test Plan: See D9 — this is the other fix required. Reviewers: tsimonq2 Differential Revision: https://phab.lubuntu.me/D10
This commit is contained in:
parent
e139230b53
commit
4ef8ded762
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,9 +1,13 @@
|
|||||||
calamares (3.2.1-1ubuntu3) UNRELEASED; urgency=medium
|
calamares (3.2.1-1ubuntu3) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ Simon Quigley ]
|
||||||
* Run wrap-and-sort.
|
* Run wrap-and-sort.
|
||||||
* Update Vcs-* for maintaining in Lubuntu.
|
* Update Vcs-* for maintaining in Lubuntu.
|
||||||
* Update Standards-version to 4.1.2, no changes needed.
|
* Update Standards-version to 4.1.2, no changes needed.
|
||||||
|
|
||||||
|
[ Walter Lapchynski ]
|
||||||
|
* Fix default desktop environment variable in displaymanager.
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Mon, 20 Aug 2018 23:03:29 -0500
|
-- Simon Quigley <tsimonq2@ubuntu.com> Mon, 20 Aug 2018 23:03:29 -0500
|
||||||
|
|
||||||
calamares (3.2.1-1ubuntu2) cosmic; urgency=medium
|
calamares (3.2.1-1ubuntu2) cosmic; urgency=medium
|
||||||
|
13
debian/patches/fix-defaultde-variable.patch
vendored
Normal file
13
debian/patches/fix-defaultde-variable.patch
vendored
Normal file
@ -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"]
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1,3 +1,4 @@
|
|||||||
|
fix-defaultde-variable.patch
|
||||||
0001-replace-pkexec-by-sudo.patch
|
0001-replace-pkexec-by-sudo.patch
|
||||||
0002-Add-patch-to-compile-with-pythonQt.patch
|
0002-Add-patch-to-compile-with-pythonQt.patch
|
||||||
0003-remove-wrong-path.patch
|
0003-remove-wrong-path.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user