Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flatpakref install doesn't search for compatible arches #2784

Open
alexlarsson opened this issue Mar 26, 2019 · 0 comments
Open

flatpakref install doesn't search for compatible arches #2784

alexlarsson opened this issue Mar 26, 2019 · 0 comments
Labels

Comments

@alexlarsson
Copy link
Member

If you're on say x86-64 and a flatpakref points to a repo that only has an i386 version, then this works:

$ flatpak install --arch=i386  --user https://dl.flathub.org/build-repo/1646/com.xnview.XnRetro.flatpakref

But this fails:

$ flatpak install  --user https://dl.flathub.org/build-repo/1646/com.xnview.XnRetro.flatpakref
error: No such ref 'app/com.xnview.XnRetro/x86_64/stable' in remote xnretro-origin

We should make it look for the fallback arches too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants