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

This commit is contained in:
Simon Quigley 2018-11-20 18:29:07 -06:00
parent 5f9d673872
commit 3ac42b4e25
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -4,6 +4,8 @@ calamares-settings-ubuntu (31) UNRELEASED; urgency=medium
* Try to install languages during the installation. * Try to install languages during the installation.
* Don't remove partitionmanager anymore; its a system utility we expect * Don't remove partitionmanager anymore; its a system utility we expect
to have installed. 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 -- Simon Quigley <tsimonq2@ubuntu.com> Sat, 03 Nov 2018 21:06:07 -0500

View File

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