| Summary: | Authentication prompt is shown at the *end* of a major distro upgrade in Discover, not at the beginning | ||
|---|---|---|---|
| Product: | [Applications] Discover | Reporter: | Nate Graham <nate> |
| Component: | Updates (offline) | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | CC: | agurenko, aleixpol, sitter |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| URL: | https://github.com/PackageKit/PackageKit/issues/760 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Nate Graham
2023-04-29 21:43:44 UTC
I am pretty sure that is behavior from packagekit not us. We don't do authentication requests directly (except for snap?). Does pkcon show the same behavior? Probably. But I'm not sure how to trigger this on demand. Is there a way to do so outside of waiting for a distro upgrade? I don't think so. Maybe running `G_MESSAGES_DEBUG=all /usr/lib/packagekitd -v --backend dummy --disable-timer` as root, but I think the dummy backend only has very few packages. If it happens the actual advanced data of the auth dialog would be interesting too. If you can tell me how to get lots of logging, I can write that down and apply it before my next distro upgrade in 6 months. Or whenever I stop being lazy and install Fedora 39 in a VM and upgrade to 40. Ha! Using an old ISO - genious! I've installed 39 and started an upgrade and indeed it first downloads without auth. The behavior is consistent with pkcon though, that too downloads without authentication. Like I said, we don't do the auth request, packagekit does. Ok, so it's a packageKit issue. Opened https://github.com/PackageKit/PackageKit/issues/760 to track that upstream. |