| Summary: | [Flatpak Permissions KCM] Clicking on app doesn't show permission settings | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Samuel Reddy <samuelsumukhreddy> |
| Component: | kcm_flatpak | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | joshiesuhaas0, me, nate |
| Priority: | NOR | Keywords: | regression |
| Version First Reported In: | 5.27.2 | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/flatpak-kcm/-/commit/7315348966666340557f61bb0f25b3c9dc3a9f29 | Version Fixed/Implemented In: | 5.27.3 |
| Sentry Crash Report: | |||
|
Description
Samuel Reddy
2023-03-04 05:31:53 UTC
Works for me. Can you run it in a terminal with `kcmshell5 kcm_flatpak` and see if any suspicious text is printed to the terminal window when you click on an app? I get this weird error saying something is not defined when clicking an app: (process:57626): GLib-CRITICAL **: 15:40:15.885: g_atomic_ref_count_dec: assertion 'old_value > 0' failed Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion file:///usr/share/kpackage/kcms/kcm_flatpak/contents/ui/main.qml:28: ReferenceError: FlatpakReferencesModel is not defined file:///usr/share/kpackage/kcms/kcm_flatpak/contents/ui/main.qml:28: ReferenceError: FlatpakReferencesModel is not defined file:///usr/share/kpackage/kcms/kcm_flatpak/contents/ui/main.qml:28: ReferenceError: FlatpakReferencesModel is not defined file:///usr/share/kpackage/kcms/kcm_flatpak/contents/ui/main.qml:28: ReferenceError: FlatpakReferencesModel is not defined file:///usr/share/kpackage/kcms/kcm_flatpak/contents/ui/main.qml:28: ReferenceError: FlatpakReferencesModel is not defined file:///usr/share/kpackage/kcms/kcm_flatpak/contents/ui/main.qml:28: ReferenceError: FlatpakReferencesModel is not defined Looks like this was fixed by 7315348966666340557f61bb0f25b3c9dc3a9f29, which unfortunately did not make it into Plasma 5.27.2. :/ It will be included in Plasma 5.27.3, which is scheduled to be released in one week. Sorry about that! Issue still exists on Plasma 5.27.3 with the same error. Tested on Kubuntu with Backports ppa. (In reply to Samuel Reddy from comment #4) > Issue still exists on Plasma 5.27.3 with the same error. Tested on Kubuntu > with Backports ppa. Nevermind, it has been fixed on the upcoming Kubuntu 23.04 Lunar Lobster. |