Use lxqt-sudo instead of sudo, to pick up theming.

ubuntu/noble
Simon Quigley 1 year ago
parent 24a11332de
commit 0ab235c89e

@ -1,6 +1,6 @@
# The .desktop file uses sudo to run the installer. sudo is included in the # The .desktop file uses sudo to run the installer. sudo is included in the
# system. # system.
desktop-command-not-in-package sudo [usr/share/applications/lubuntu-calamares.desktop] desktop-command-not-in-package lxqt-sudo [usr/share/applications/lubuntu-calamares.desktop]
# there will be no manpage in the foreseeable future # there will be no manpage in the foreseeable future
calamares-settings-lubuntu: no-manual-page [usr/bin/calamares-logs-helper] calamares-settings-lubuntu: no-manual-page [usr/bin/calamares-logs-helper]
# We're just extracting a log file and preserving it for the user to look at # We're just extracting a log file and preserving it for the user to look at

6
debian/changelog vendored

@ -1,3 +1,9 @@
calamares-settings-ubuntu (1:24.04.8) UNRELEASED; urgency=medium
* Use lxqt-sudo instead of sudo, to pick up theming.
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 22 Nov 2023 15:22:22 -0600
calamares-settings-ubuntu (1:24.04.7) noble; urgency=medium calamares-settings-ubuntu (1:24.04.7) noble; urgency=medium
* Copy the Calamares installation log file from $HOME rather than /root. * Copy the Calamares installation log file from $HOME rather than /root.

@ -3,7 +3,7 @@ Type=Application
Version=1.0 Version=1.0
_Name=Install Lubuntu 24.04 LTS _Name=Install Lubuntu 24.04 LTS
_GenericName=Install Lubuntu _GenericName=Install Lubuntu
Exec=sudo -E calamares -D6 Exec=lxqt-sudo -E calamares -D6
_Comment=Calamares — System Installer _Comment=Calamares — System Installer
Icon=calamares Icon=calamares
Terminal=false Terminal=false

Loading…
Cancel
Save