Hide Forgot
When current Fedora 34 KDE live images are booted live, they show update notifications - shortly after the session starts, you get a notification "Updates available" from "Discover", with button "View Updates". Update notifications are supposed to be suppressed in live sessions. This violates Final criterion "Release-blocking desktops must notify the user of available updates, but must not do so when running as a live image.", so proposing as a Final blocker.
Note - this may well only need a kickstart change, but I filed a bug so we can mark this as a blocker. We can't have Pagure issues as release blockers.
It seems this is how we handle this currently, in fedora-live-kde-base.ks: # Disable plasma-pk-updates (bz #1436873 and 1206760) echo "Removing plasma-pk-updates package." rpm -e plasma-pk-updates that blob is included in the /etc/rc.d/init.d/livesys which the kickstart creates, which gets run on boot of the live image (but not the installed system). I guess we're now getting notifications from Discover, not 'plasma-pk-updates', so that needs changing?
https://pagure.io/fedora-kickstarts/pull-request/789
Alternatively, this sucker gets started via autostart, so that's easy enough to disable on the live image as well, of removing a package is too hackish.
Meh, I like the autostart way better, rawhide https://pagure.io/fedora-kickstarts/pull-request/790 f34 https://pagure.io/fedora-kickstarts/pull-request/791
fedora-kickstarts PR was merged. Setting to MODIFIED for now.
This looks fixed in a current nightly.
Tested today's iso (20210329) and this bug really isn't here anymore. :D