Summary: | "Allow restoring on future sessions" checkbox is unclear and misleading | ||
---|---|---|---|
Product: | [Plasma] xdg-desktop-portal-kde | Reporter: | Nate Graham <nate> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | ahiemstra, akselmo, aleixpol, havard.stien, jgrulich, julien.dlq, nate, nicolas.fella, putr4.s |
Priority: | NOR | Keywords: | usability |
Version: | git-master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: |
https://bugs.kde.org/show_bug.cgi?id=488372 https://bugs.kde.org/show_bug.cgi?id=480235 |
||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nate Graham
2024-06-11 15:59:58 UTC
The fact that the authorization only persists until restart is a bug that is fixed with https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/merge_requests/289 Got it. Then I guess it could simply be changed to "Don't ask for this connection again" or "Always auto-accept this connection". It's not quite "always". The application can chose between persisting "never", "as long as the application is running", and "until explicitly revoked". See https://github.com/flatpak/xdg-desktop-portal/blob/main/data/org.freedesktop.portal.RemoteDesktop.xml#L118 Then I guess we need to bubble up what the app asks for in the UI, so the user knows what they're signing up for. |