[neon/neon/calamares-settings/Neon/unstable] oem-prepare/calamares/oem-prepare/prepare-user: align to new reverse-dns that came with 3.4 release
Carlos De Maine
null at kde.org
Fri Feb 20 07:39:11 GMT 2026
Git commit 10076195ef65f125b65875587827f8ae89ddbe60 by Carlos De Maine.
Committed on 20/02/2026 at 07:39.
Pushed by carlosdem into branch 'Neon/unstable'.
align to new reverse-dns that came with 3.4 release
io.calamares.calamares.pkexec.run
M +2 -2 oem-prepare/calamares/oem-prepare/prepare-user/calamares-oem-prepare2
https://invent.kde.org/neon/neon/calamares-settings/-/commit/10076195ef65f125b65875587827f8ae89ddbe60
diff --git a/oem-prepare/calamares/oem-prepare/prepare-user/calamares-oem-prepare2 b/oem-prepare/calamares/oem-prepare/prepare-user/calamares-oem-prepare2
index a7cae70..df4e86e 100755
--- a/oem-prepare/calamares/oem-prepare/prepare-user/calamares-oem-prepare2
+++ b/oem-prepare/calamares/oem-prepare/prepare-user/calamares-oem-prepare2
@@ -15,8 +15,8 @@ if [ "$(id -u)" -ne 60000 ]; then
exit 1
fi
-if ! pkaction | grep --quiet 'com.github.calamares.calamares.pkexec.run'; then
- kdialog --error "Failed to find installer polkit action. Please file a bug!"
+if ! pkaction | grep --quiet 'io.calamares.calamares.pkexec.run'; then
+ kdialog --error "Failed to find calamares installer polkit action. Please file a bug!"
exit 1
fi
More information about the Neon-commits
mailing list