From 6c0d359f2610cccac2412d90c81620e0358c31a8 Mon Sep 17 00:00:00 2001 From: renner Date: Tue, 11 Aug 2026 15:56:31 +0200 Subject: [PATCH] feat: workaround crashing plasma-welcome on live env https://github.com/get-aurora-dev/common/pull/249 --- iso_files/configure_iso_anaconda.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/iso_files/configure_iso_anaconda.sh b/iso_files/configure_iso_anaconda.sh index 4a613ae..3b23993 100644 --- a/iso_files/configure_iso_anaconda.sh +++ b/iso_files/configure_iso_anaconda.sh @@ -27,6 +27,12 @@ systemctl --global disable podman-auto-update.timer systemctl --global disable ublue-user-setup.service rm /usr/share/applications/dev.getaurora.system-update.desktop +# https://github.com/ublue-os/aurora/issues/2624 +# https://github.com/get-aurora-dev/common/pull/249 +# https://bugs.kde.org/show_bug.cgi?id=523540 +# so plasma-welcome doesn't crash with `--live-environment` +rm /usr/share/plasma/plasma-welcome/intro-customization.desktop + systemctl --global disable bazaar.service # Anaconda Profile Detection