Remove the reverse-applicable fix-defaultde-variable.patch.

ubuntu/cosmic
Simon Quigley 6 years ago
parent 6433c9d4b9
commit ed316fe561

1
debian/changelog vendored

@ -1,6 +1,7 @@
calamares (3.2.2-0ubuntu1) UNRELEASED; urgency=medium
* New upstream release.
* Remove the reverse-applicable fix-defaultde-variable.patch.
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 04 Sep 2018 16:38:57 -0500

@ -1,13 +0,0 @@
Description: Fix default desktop environment variable in displaymanager.
Author: Walter Lapchynski <wxl@ubuntu.com>
--- a/src/modules/displaymanager/main.py
+++ b/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,4 +1,3 @@
fix-defaultde-variable.patch
0001-replace-pkexec-by-sudo.patch
0002-Add-patch-to-compile-with-pythonQt.patch
0003-remove-wrong-path.patch

Loading…
Cancel
Save