mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-05-18 22:11:30 +00:00
Go back to using sudo -E
This commit is contained in:
parent
99dcbbec07
commit
14c632b6d5
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
calamares-settings-ubuntu (1:24.04.6) noble; urgency=medium
|
||||||
|
|
||||||
|
* Use sudo -E to launch Calamares so that Lubuntu theming is preserved.
|
||||||
|
|
||||||
|
-- Aaron Rainbolt <arraybolt3@gmail.com> Sun, 19 Nov 2023 16:26:18 -0600
|
||||||
|
|
||||||
calamares-settings-ubuntu (1:24.04.5) noble; urgency=medium
|
calamares-settings-ubuntu (1:24.04.5) noble; urgency=medium
|
||||||
|
|
||||||
* Fixed an FTBFS on !(amd64).
|
* Fixed an FTBFS on !(amd64).
|
||||||
|
@ -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=pkexec calamares -D6
|
Exec=sudo -E calamares -D6
|
||||||
_Comment=Calamares — System Installer
|
_Comment=Calamares — System Installer
|
||||||
Icon=calamares
|
Icon=calamares
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user