Write a workaround to fix the support and release notes links on the welcome screen.

ubuntu/focal
Simon Quigley 6 years ago
parent 5f9d673872
commit 3ac42b4e25

2
debian/changelog vendored

@ -4,6 +4,8 @@ calamares-settings-ubuntu (31) UNRELEASED; urgency=medium
* Try to install languages during the installation.
* Don't remove partitionmanager anymore; its a system utility we expect
to have installed.
* Write a workaround to fix the support and release notes links on the
welcome screen.
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 03 Nov 2018 21:06:07 -0500

@ -4,7 +4,7 @@ Type=Application
Version=1.0
_Name=Install Lubuntu 19.04
_GenericName=Install Lubuntu
Exec=sudo -E calamares
Exec=bash -c "export BROWSER='sudo -H -u lubuntu firefox'; sudo -E calamares"
_Comment=Calamares — System Installer
Icon=calamares
Terminal=false

Loading…
Cancel
Save