imikado / dupotEasyFlatpak

Help to install flatpak easier
GNU Lesser General Public License v2.1
18 stars 3 forks source link

Error with package avaiable on multiple remotes: "No remote chosen to resolve matches for ..." #11

Closed seigneurfuo closed 1 week ago

seigneurfuo commented 1 week ago

Description

When an application is avaiable on multiple remotes (for exemple Flathub and Fedora remote), EasyFlatpak is unable to choose a remote and the application never get installed.

Easyflatpak version used: 2.17.3

image

I'm using Fedora Linux and by default, fedora already add a "Fedora" remote flatpak remote.

CLI install for Flatseal

Flatpak CLI install of Flatseal:

flatpak install flatseal
Looking for matches…
Remotes found with refs similar to ‘flatseal’:

   1) ‘fedora’ (system)
   2) ‘flathub’ (system)
   3) ‘flathub’ (user)

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

How to reproduce

Debug informations

Flatpak remotes list with CLI:

flatpak remotes

Name    Options
fedora  system,oci
flathub system
flathub user

Screenshots

How to fix this error outside of Easyflatpak?

The user can remove the fedora remote.

imikado commented 1 week ago

ok thank for the bug report, i will fix it

imikado commented 1 week ago

i just publish a new release can you test it ? https://github.com/imikado/dupotEasyFlatpak/releases/tag/2.17.9

i will push it to flathub asap

seigneurfuo commented 1 week ago

The 2.17.9 version fixed the issue ! Thanks for the quick fix :)