Summary: | Add rDNS name like org.kde.kate next to the app name on the Flatpak-specific page | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Justin Zobel <justin> |
Component: | kcm_flatpak | Assignee: | Nate Graham <nate> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | joshiesuhaas0, kde, nate |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/flatpak-kcm/-/commit/60b2817644d3275a8af8b908856f2e1adef4673f | Version Fixed In: | 6.6.0 |
Sentry Crash Report: |
Description
Justin Zobel
2025-09-22 01:12:15 UTC
Why? To easily match what I am looking at if I am also working on Flatpak application in the terminal. If you're concerned over information overload or jargon, it could be put into a tooltip using the 'dialog-information' icon so it is out of the way. I dont think this useful for normal users. We could put it on the Flatpak-specific page; there's room there. This is a niche feature but I don't think it would worsen anything. The only people who visit the Flatpak-specific page almost by definition aren't normal users. We already include the version number on that page, which is arguably less useful and more random. A possibly relevant merge request was started @ https://invent.kde.org/plasma/flatpak-kcm/-/merge_requests/162 Git commit 60b2817644d3275a8af8b908856f2e1adef4673f by Nate Graham. Committed on 26/09/2025 at 13:50. Pushed by ngraham into branch 'master'. Show ID instead of version number on Flatpak-specific page The version number being here is a bit odd, and it's not relevant information amidst the otherwise quite technical UI here. the ID is probably a more relevant thing to show. Because it's more relevant, make it selectable in case the user wants to copy-and-paste it somewhere. FIXED-IN: 6.6.0 M +8 -6 ui/FlatpakPermissions.qml https://invent.kde.org/plasma/flatpak-kcm/-/commit/60b2817644d3275a8af8b908856f2e1adef4673f Git commit 38798b8113086b7a4cb12500b813650ff054a414 by Nate Graham. Committed on 26/09/2025 at 13:50. Pushed by ngraham into branch 'master'. Remove version number from backend and tests It's not used anymore. M +8 -15 autotests/flatpakpermissiontest.cpp M +1 -9 flatpakreference.cpp M +1 -5 flatpakreference.h M +6 -8 ui/FlatpakPermissions.qml https://invent.kde.org/plasma/flatpak-kcm/-/commit/38798b8113086b7a4cb12500b813650ff054a414 |