ecko Tux's lil' helper
Joined: 04 Jul 2010 Posts: 108
|
Posted: Sat Nov 23, 2024 6:11 pm Post subject: flatpak not detecting org.kde.Platform runtime |
|
|
I am trying to install a government-mandated application that comes as a Flatpak bundle downloaded from their website.
After emerging sys-apps/flatpak, I do (as root, as everything in this post):
Code: |
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install org.kde.Platform
9) runtime/org.kde.Platform/x86_64/5.15-23.08
|
Then I install my bundle:
Code: | flatpak install --bundle /opt/bin/XX-linux.x86_64.flatpak
error: The application XX.XX.XX/x86_64/master requires the runtime org.kde.Platform/x86_64/5.15-23.08 which was not found
|
It still complains about the kde runtime, despite being installed:
Code: | flatpak list
Name Application ID Version Branch Installation
Mesa org.freedesktop.Platform.GL.default 24.2.5 23.08 user
Mesa (Extra) org.freedesktop.Platform.GL.default 24.2.5 23.08-extra user
nvidia-565-57-01 org.freedesktop.Platform.GL.nvidia-565-57-01 1.4 user
openh264 org.freedesktop.Platform.openh264 2.1.0 2.2.0 user
Adwaita theme org.kde.KStyle.Adwaita 5.15-23.08 user
KDE Application Platform org.kde.Platform 5.15-23.08 user
|
How can I convince it that I indeed installed org.kde.Platform version 23.08? |
|