Description of problem: If I boot Fedora-Workstation-Live-x86_64-36_Beta-1.1.iso, I sometimes (not always) see "updates available" notification. That is wrong, the system should not ask the user to update when it's running from the Live system. There must be some regression since F35. Version-Release number of selected component (if applicable): Fedora-Workstation-Live-x86_64-36_Beta-1.1.iso gnome-software-42~rc-2.fc36.x86_64 PackageKit-1.2.5-1.fc36.x86_64 How reproducible: often, not always Steps to Reproduce: 1. boot the Live image 2. wait a few minutes, the notification appears (sometimes)
Created attachment 1866022 [details] screenshot
Created attachment 1866023 [details] system journal
Proposing as an F36 Final Blocker: "Release-blocking desktops must notify the user of available updates, but must not do so when running as a live image. " https://fedoraproject.org/wiki/Fedora_36_Final_Release_Criteria#Update_notification
It's supposed to be disabled by https://pagure.io/fedora-kickstarts/blob/main/f/fedora-live-workstation.ks: # disable gnome-software automatically downloading updates cat >> /usr/share/glib-2.0/schemas/org.gnome.software.gschema.override << FOE [org.gnome.software] download-updates=false FOE
*** This bug has been marked as a duplicate of bug 2064077 ***