https://bugs.kde.org/show_bug.cgi?id=501928
--- Comment #1 from kde.output...@aleeas.com --- SUMMARY "Flatpak Permissions" window doesn't list flatpaks installed in user-defined installation paths. STEPS TO REPRODUCE 1. Create a new Flatpak installation path: `sudo mkdir -p /home/shared/flatpak` 2. Create config for this new installation path. ``` sudo mkdir -p /etc/flatpak/installations.d sudoedit /etc/flatpak/installations.d/extra.conf ``` Inside `extra.conf`: [Installation "extra"] Path=/home/shared/flatpak/ DisplayName=Extra Installation StorageType=harddisk 3. Add a Flatpak remote to this path. `sudo flatpak --installation=extra remote-add flathub https://flathub.org/repo/flathub.flatpakrepo` `sudo systemctl restart flatpak-system-helper` 4. Install any package from this new Flatpak remote. 5. The installed package won't show up in "Flatpak Permissions" inside the System Setttings app EXPECTED RESULT All Flatpaks that are listed using `flatpak list` must show up in the "Flatpak Permissions" window. SOFTWARE/OS VERSIONS Linux/KDE Plasma: 6.14.0-0.rc7 KDE Plasma Version: 6.3.3 KDE Frameworks Version: 6.12.0 Qt Version: 6.8.2 -- You are receiving this mail because: You are watching all bug changes.