From 4a1c9a64ef7d201edc1c76483ddd5ba42daa3b22 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Sat, 28 Feb 2026 12:23:34 -0500 Subject: [PATCH] ubiquity: run with sudo in kde --- helpers/make-ubiquity | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/helpers/make-ubiquity b/helpers/make-ubiquity index 09cfb5d..9fc45e0 100644 --- a/helpers/make-ubiquity +++ b/helpers/make-ubiquity @@ -19,7 +19,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=44 +VERSION=45 . ./config @@ -276,6 +276,9 @@ sed -i '/ubuntu-artwork,/d' debian/control # Only warn about missing efi partition when running on efi mode sed 's|/var/lib/partman/efi|/sys/firmware/efi|' -i d-i/source/partman-efi/check.d/efi +# Run ubiquity with sudo in kde, avoids pkexec password prompt +sed 's/Exec=ubiquity/Exec=sudo ubiquity/' -i ./data/ubiquity-kdeui.desktop.in + changelog "Adapted for Trisquel" rm -rf debian/source