fastrizwaan / popcorntime-flatpak

popcorn time flatpak
1 stars 0 forks source link

error: The application org.popcorntime.PopcornTime/x86_64/master requires the runtime org.gnome.Platform/x86_64/47 which was not found #1

Closed Victor239 closed 15 hours ago

Victor239 commented 17 hours ago

Getting this bug error: The application org.popcorntime.PopcornTime/x86_64/master requires the runtime org.gnome.Platform/x86_64/47 which was not found when trying to install it.

fastrizwaan commented 16 hours ago

this was required

flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak --user install org.gnome.Platform/x86_64/47

Full commands

flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak --user install org.gnome.Platform/x86_64/47
wget -c https://github.com/fastrizwaan/popcorntime-flatpak/releases/download/0.51/org.popcorntime.PopcornTime.flatpak
flatpak install --user org.popcorntime.PopcornTime.flatpak
Victor239 commented 15 hours ago

Thanks, that worked!