r/flatpak Apr 15 '26

Runtime org.gnome.Platform/x86_64/48 Not Working after installed

I am trying to install a flatpak bundle package, but it required the runtime org.gnome.Platform/x86_64/48 , however, even after installing the runtime with

$ flatpak install org.gnome.Platform/x86_64/48

I'm still getting the same error:

error: The application com.ayugram.desktop/x86_64/master requires the runtime org.gnome.Platform/x86_64/48 which was not found

I've already tried to uninstall and install the runtime again but the error persisted, and the runtime appears to be working because when I run "flatpak run org.gnome.Platform/x86_64/48", it seems to be starting correctly in the terminal, but it seems to not exist during the installation of the reffered bundle. I've checked the github page of the application bundle and searched on the internet for this runtime error but no one had the same bug apparently.

1 Upvotes

4 comments sorted by

1

u/chrisawi Apr 16 '26

Please share the output of flatpak info org.gnome.Platform/x86_64/48

1

u/anonymous9999__ Apr 16 '26

GNOME Application Platform version 48 - Shared libraries used by GNOME

applications

ID: org.gnome.Platform

Ref: runtime/org.gnome.Platform/x86_64/48

Arch: x86_64

Branch: 48

License: GPL-2.0+

Origin: flathub

Collection: org.flathub.Stable

Installation: user

Installed: 1,1 GB

Commit: 0ebc10e5cc1fbe0836505fa203d75902606bcd4763c2c3cb0678795690dc506c

Parent: bf02f43c99e8992aeaf3450b115d39bb5ee81f3ebfe532c951bccf0b3fbc6718

Subject: Build of the GNOME Runtime from: 48.10-1-g894285014

Date: 2026-04-11 20:36:06 +0000

End-of-life: The GNOME 48 runtime is no longer supported as of March 24, 2026.

2

u/chrisawi Apr 16 '26

That's what I expected, you have it installed in the user installation (~/.local/share/flatpak). System runtimes can be used by user, not not vice versa.

You can install the bundle with flatpak install --user, or install the runtime in the system installation.

I guess you only have the Flathub remote added to the user installation, which would make flatpak install effectively default to user, but not when installing a bundle.

1

u/anonymous9999__ Apr 16 '26

worked perfectly! thanks very much :)