Bug 1939751

Summary: KDE live image shows update notifications
Product: [Fedora] Fedora Reporter: Adam Williamson <awilliam>
Component: LiveCD - KDEAssignee: Sebastian Vahl <fedora>
Status: CLOSED ERRATA QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 34CC: bcotton, geraldo.simiao.kutz, rdieter, robatino, travneff
Target Milestone: ---Keywords: CommonBugs
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard: openqa https://fedoraproject.org/wiki/Common_F34_bugs#kde-live-update-notification
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-03-27 00:53:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1829024    

Description Adam Williamson 2021-03-17 00:14:31 UTC
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.

Comment 1 Adam Williamson 2021-03-17 00:15:24 UTC
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.

Comment 2 Adam Williamson 2021-03-17 00:17:47 UTC
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?

Comment 4 Rex Dieter 2021-03-22 19:01:30 UTC
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.

Comment 5 Rex Dieter 2021-03-22 19:39:51 UTC
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

Comment 6 Ben Cotton 2021-03-25 19:38:03 UTC
fedora-kickstarts PR was merged. Setting to MODIFIED for now.

Comment 7 Adam Williamson 2021-03-27 00:53:43 UTC
This looks fixed in a current nightly.

Comment 8 Geraldo Simião 2021-03-29 16:04:16 UTC
Tested today's iso (20210329) and this bug really isn't here anymore. 
:D