[neon/neon/calamares-settings/Neon/unstable] oem-prepare/calamares/oem-prepare/prepare-user: message did not need to be negated

Carlos De Maine null at kde.org
Fri Feb 20 05:02:23 GMT 2026


Git commit f07b1e407baa8b08a6a579b6d7b7741ec25228b4 by Carlos De Maine.
Committed on 20/02/2026 at 05:02.
Pushed by carlosdem into branch 'Neon/unstable'.

message did not need to be negated

M  +1    -1    oem-prepare/calamares/oem-prepare/prepare-user/calamares-oem-prepare2

https://invent.kde.org/neon/neon/calamares-settings/-/commit/f07b1e407baa8b08a6a579b6d7b7741ec25228b4

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 f58882d..a7cae70 100755
--- a/oem-prepare/calamares/oem-prepare/prepare-user/calamares-oem-prepare2
+++ b/oem-prepare/calamares/oem-prepare/prepare-user/calamares-oem-prepare2
@@ -11,7 +11,7 @@ CALAMARES_DESKTOPFILE="/usr/share/applications/calamares.desktop"
 # Ensure the relevant action is actually available on the system.
 # Otherwise there was a change in calamares that we need to adapt to.
 if [ "$(id -u)" -ne 60000 ]; then
-  kdialog --error "We are not running as UID $(id  -u) not our specified UID 60000. Please file a bug!"
+  kdialog --error "We are running as UID $(id  -u) not our specified UID 60000. Please file a bug!"
 exit 1
 fi
 


More information about the Neon-commits mailing list