revolt icon indicating copy to clipboard operation
revolt copied to clipboard

Flatpak fails to install - missing runtime

Open allanday opened this issue 7 years ago • 3 comments

When I try to install the Flatpak following the instructions in the readme, I get the following:

error: The Application org.perezdecastro.Revolt/x86_64/master requires the runtime org.gnome.Platform/x86_64/3.24 which is not installed

My understanding is that adding the RuntimeRepo to the .flatpakref would allow Flatpak to automatically install the missing runtime.

allanday avatar Sep 22 '17 10:09 allanday

@allanday: There was already a RuntimeRepo line in the .flatpakref file. It looks like I never got to push a build to the repo after adding it. I have made locally a build against the GNOME 3.26 runtime (which I had not installed yet), and it picked the runtime automatically:

screenshot from 2017-09-23 23-21-20

I have pushed this new build to the Flatpak repository. The runtime should now be picked at installation if not still installed.

aperezdc avatar Sep 23 '17 20:09 aperezdc

Current .flatpakref still fails to install in Gnome Software 3.26.

First when opening error:

No such ref 'appstream/x86_64' in remote org.perezdecastro.Revolt-origin

Then when trying to install error:

Unable to install Revolt as runtime "org.gnome.Platform" not available

HoboPrimate avatar Oct 04 '17 20:10 HoboPrimate

@HoboPrimate: I think that's due to the mising AppStream metadata in the repository (issue #42). I don't use GNOME Software so I never got round to try installing with it... at some point I'll have to bite the bullet and fix that :innocent:

aperezdc avatar Oct 05 '17 08:10 aperezdc