SUMMARY When using the flatpak permission settings in system settings, clicking on a app does not show the permissions or allow you to change the settings. STEPS TO REPRODUCE 1. Open system settings 2. Click applications 3. Click on flatpak permission settings 4. Click on an app you want to change the permissions of 5. No page is shown to change the permission or view the permission of the app OBSERVED RESULT The page in the kcm to change the permissions does not show up when I click an app EXPECTED RESULT The page to show the permissions and change the permissions should show up when I click on an app SOFTWARE/OS VERSIONS Operating System: Kubuntu 22.10 (With backports PPA) KDE Plasma Version: 5.27.2 KDE Frameworks Version: 5.103.0 Qt Version: 5.15.6 Kernel Version: 5.19.0-35-generic (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 5600X 6-Core Processor Memory: 15.5 GiB of RAM Graphics Processor: NAVI22 Manufacturer: ASUS
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.