Bug 1939751
Summary: | KDE live image shows update notifications | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Adam Williamson <awilliam> |
Component: | LiveCD - KDE | Assignee: | Sebastian Vahl <fedora> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 34 | CC: | 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
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? 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 |