Ensure install .desktop file is always removed.

Summary: Fixes T82.

Test Plan: Install and reboot. Desktop should be free of the install .desktop file. This has been tested already for EFI and BIOS in a virtual machine, but since this is related to a task that concerns a rather particular system consisting of 32 bit EFI with a 64 bit processor, it will need to be tested in other cases.

Reviewers: tsimonq2

Reviewed By: tsimonq2

Maniphest Tasks: T82

Differential Revision: https://phab.lubuntu.me/D30
ubuntu/focal
Walter Lapchynski 6 years ago committed by Simon Quigley
parent c8068a4819
commit 8c5e3a0061

6
debian/changelog vendored

@ -1,3 +1,9 @@
calamares-settings-ubuntu (23) cosmic; urgency=medium
* Lubuntu: ensure install .desktop file is always removed.
-- Walter Lapchynski <wxl@ubuntu.com> Sat, 06 Oct 2018 19:15:02 -0700
calamares-settings-ubuntu (22) cosmic; urgency=medium
* Lubuntu: enable LUKS/encryption.

@ -6,7 +6,4 @@
dontChroot: false
timeout: 120
firmwareType:
efi:
- -for i in `ls @@ROOT@@/home/`; do rm @@ROOT@@/home/$i/Desktop/calamares.desktop || exit 0; done
bios:
- -for i in `ls @@ROOT@@/home/`; do rm @@ROOT@@/home/$i/Desktop/calamares.desktop || exit 0; done
"*": "-for i in `ls @@ROOT@@/home/`; do rm @@ROOT@@/home/$i/Desktop/calamares.desktop || exit 0; done"

Loading…
Cancel
Save