From f52413a6475535657521c8db99ad320976e09d85 Mon Sep 17 00:00:00 2001 From: Dan Simmons Date: Mon, 1 Mar 2021 15:36:47 -0500 Subject: [PATCH] Adjust log level for -D6. --- debian/changelog | 7 +++++++ lubuntu/lubuntu-calamares.desktop.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6be55cb..d6c0f6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +calamares-settings-ubuntu (1:21.04.2) UNRELEASED; urgency=medium + + * Append -D6 to desktop exec to bring log level to preferred level. + (LP: #1917360) + + -- Dan Simmons Mon, 01 Mar 2021 15:31:09 -0500 + calamares-settings-ubuntu (1:21.04.1) hirsute; urgency=medium [ apt-ghetto ] diff --git a/lubuntu/lubuntu-calamares.desktop.in b/lubuntu/lubuntu-calamares.desktop.in index 3f9580f..3b61e23 100755 --- a/lubuntu/lubuntu-calamares.desktop.in +++ b/lubuntu/lubuntu-calamares.desktop.in @@ -3,7 +3,7 @@ Type=Application Version=1.0 _Name=Install Lubuntu 21.04 _GenericName=Install Lubuntu -Exec=bash -c "export BROWSER='sudo -H -u lubuntu firefox'; sudo -E calamares" +Exec=bash -c "export BROWSER='sudo -H -u lubuntu firefox'; sudo -E calamares -D6" _Comment=Calamares — System Installer Icon=calamares Terminal=false