View previous topic :: View next topic |
Author |
Message |
ecko Tux's lil' helper
Joined: 04 Jul 2010 Posts: 111
|
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? |
|
Back to top |
|
|
sMueggli Guru
Joined: 03 Sep 2022 Posts: 500
|
Posted: Sun Nov 24, 2024 8:51 am Post subject: |
|
|
Do you have the same problem if you run the application as normal user? |
|
Back to top |
|
|
ecko Tux's lil' helper
Joined: 04 Jul 2010 Posts: 111
|
Posted: Sun Nov 24, 2024 11:21 am Post subject: |
|
|
Same thing, here is the whole session as user:
Code: |
$ flatpak install org.kde.Platform
Looking for matches…
Similar refs found for ‘org.kde.Platform’ in remote ‘flathub’ (user):
1) runtime/org.kde.Platform/x86_64/5.12
2) runtime/org.kde.Platform/x86_64/5.13
3) runtime/org.kde.Platform/x86_64/5.14
4) runtime/org.kde.Platform/x86_64/5.11
5) runtime/org.kde.Platform/x86_64/5.15
6) runtime/org.kde.Platform/x86_64/5.15-21.08
7) runtime/org.kde.Platform/x86_64/5.10
8) runtime/org.kde.Platform/x86_64/5.15-22.08
9) runtime/org.kde.Platform/x86_64/5.15-23.08
10) runtime/org.kde.Platform/x86_64/6.2
11) runtime/org.kde.Platform/x86_64/6.3
12) runtime/org.kde.Platform/x86_64/6.4
13) runtime/org.kde.Platform/x86_64/6.7
14) runtime/org.kde.Platform/x86_64/6.6
15) runtime/org.kde.Platform/x86_64/6.8
16) runtime/org.kde.Platform/x86_64/6.5
17) runtime/org.kde.Platform/x86_64/5.15-24.08
18) runtime/org.kde.Platform/x86_64/5.9
Which do you want to use (0 to abort)? [0-18]: 9
ID Branch Op Remote Download
1. [✓] org.freedesktop.Platform.GL.default 23.08 i flathub 163,6 Mo / 163,9 Mo
2. [✓] org.freedesktop.Platform.GL.default 23.08-extra i flathub 22,6 Mo / 163,9 Mo
3. [✓] org.freedesktop.Platform.GL.nvidia-565-57-01 1.4 i flathub 340,1 Mo / 340,2 Mo
4. [✓] org.freedesktop.Platform.openh264 2.2.0 i flathub 886,7 Ko / 944,3 Ko
5. [✓] org.gtk.Gtk3theme.Breeze 3.22 i flathub 114,7 Ko / 192,6 Ko
6. [✓] org.kde.Platform.Locale 5.15-23.08 i flathub 6,7 Mo / 394,3 Mo
7. [✓] org.kde.Platform 5.15-23.08 i flathub 272,9 Mo / 340,5 Mo
Installation complete.
$ flatpak install --bundle /opt/bin/XX-XX-XX.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
|
Just checking:
Code: |
$ flatpak install org.kde.Platform/x86_64/5.15-23.08
Looking for matches…
Skipping: org.kde.Platform/x86_64/5.15-23.08 is already installed
|
|
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|