Summary: | Unnecessary notification message shown when canceling password prompt | ||
---|---|---|---|
Product: | [Applications] Discover | Reporter: | Nate Graham <nate> |
Component: | discover | Assignee: | Aleix Pol <aleixpol> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | minor | CC: | bugseforuns |
Priority: | NOR | ||
Version: | 5.11.4 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: |
https://bugs.kde.org/show_bug.cgi?id=390959 https://bugs.kde.org/show_bug.cgi?id=438131 |
||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Unnecessary message shown after canceling password prompt |
Description
Nate Graham
2017-12-20 14:57:19 UTC
Created attachment 109461 [details]
Unnecessary message shown after canceling password prompt
The problem exists, but there's not much we can do about it ATM. The UI comes from PolicyKit through PackageKit, the response we get is ErrorNotAuthorized. Well we can just eat this error and not display it to the user, right? 1. If the error comes from the user purposely dismissing the dialog, we don't need to annoy them with another message 2. If the error comes from the user entering their password incorrectly multiple times, the dialog has already told them what the problem is. A possibly relevant merge request was started @ https://invent.kde.org/plasma/discover/-/merge_requests/104 There was no agreement on my proposed change. Closing. |