CorkHQ / Cork

A fast, platform-agnostic and minimal bootstrapper for Roblox and Roblox Studio
zlib License
35 stars 3 forks source link

Issue when installing Cork #23

Closed RedrcknRbn closed 1 year ago

RedrcknRbn commented 1 year ago

When using flatpak install --user Corky.flatpak, I got the error error: The application io.github.bugadinho.Corky/x86_64/master requires the runtime org.kde.Platform/x86_64/6.5 which was not found. Using flatpak repair --user then sudo flatpak repair didnt work.

Bugadinho commented 1 year ago

Try installing the runtime first by doing this:

flatpak install --user org.kde.Platform/x86_64/6.5
RedrcknRbn commented 1 year ago
No remote refs found for ‘org.kde.Platform/x86_64/6.5’
Bugadinho commented 1 year ago

Do you have flathub configured on your system?

EDIT: My bad, forgot to include flathub before the package id

flatpak install --user flathub org.kde.Platform/x86_64/6.5
RedrcknRbn commented 1 year ago

I use it for a whole bunch of my installs, so I have no clue why it's doing this.

[redd@archlinux ~]$ flatpak install --user flathub org.kde.Platform/x86_64/6.5
Looking for matches…
error: No remote refs found for ‘flathub’
Bugadinho commented 1 year ago

Perhaps it's because it's because of the --user argument, try installing at least just the runtime on the actual system like so, the user install of the app should pick it up:

flatpak install flathub org.kde.Platform/x86_64/6.5