gianni-rosato / rAV1ator

GUI utility for encoding with rav1e & Opus
GNU General Public License v3.0
19 stars 0 forks source link

problem to install #3

Open AndreaMonzini opened 8 months ago

AndreaMonzini commented 8 months ago

Hello,

i added the repository with

flatpak --user remote-add --no-gpg-verify project-volo https://giannirosato.com/repo

but when i try to install i see the error:

flatpak  install --user project-volo net.natesales.rAV1ator
Looking for matches…
error: The application net.natesales.rAV1ator/x86_64/master requires the runtime org.gnome.Platform/x86_64/44 which was not found

OS: Fedora 39 in the software app i see that the repository is added:

Screenshot from 2024-01-27 21-46-16

gianni-rosato commented 8 months ago

If you run flatpak install flathub org.gnome.Platform you should get the following output:

% flatpak install flathub org.gnome.Platform
Looking for matches…
Similar refs found for ‘org.gnome.Platform’ in remote ‘flathub’ (system):

   1) runtime/org.gnome.Platform/x86_64/3.24
   2) runtime/org.gnome.Platform/x86_64/3.26
   3) runtime/org.gnome.Platform/x86_64/3.28
   4) runtime/org.gnome.Platform/x86_64/3.30
   5) runtime/org.gnome.Platform/x86_64/3.32
   6) runtime/org.gnome.Platform/x86_64/3.34
   7) runtime/org.gnome.Platform/x86_64/3.36
   8) runtime/org.gnome.Platform/x86_64/3.38
   9) runtime/org.gnome.Platform/x86_64/40
  10) runtime/org.gnome.Platform/x86_64/41
  11) runtime/org.gnome.Platform/x86_64/42
  12) runtime/org.gnome.Platform/x86_64/43
  13) runtime/org.gnome.Platform/x86_64/45
  14) runtime/org.gnome.Platform/x86_64/44

Which do you want to use (0 to abort)? [0-14]: 

Choose org.gnome.Platform/x86_64/44, in this case #14. For any other dependencies you are missing, this same process should work. It is well documented online if you need any assistance. Hope this helps!

In the meantime, I'm going to keep this issue open to remind myself to update everything to the GNOME 45 runtime/sdk

AndreaMonzini commented 8 months ago

Solved ! rAV1ator is now installed correctly ! Thank you !