You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.
Today, there is still confusion when users try to install packages that are not available for their architecture. It is usually Chromebook users (arm or aarch64 platform) for packages that are Intel only and all they get is a "package not found" error.
The details page should display:
architecture the package is available for
a clear mention that the package might not be available for architecture the user runs (by checking the User-Agent)
The text was updated successfully, but these errors were encountered:
Looking for a library to parse the UA, turns up this https://faisalman.github.io/ua-parser-js/ but it doesn't seem like Firefox sets the arch on android. Will have to check other platforms.
It's set on linux, but we would need a mapping table and that's going to be a pain to figure out and maintain. I would prefer to leave it like this. But feel free to reopen this.
Issue: flathub-infra/linux-store-frontend#263
I don't see it in the details page from the source code.
Today, there is still confusion when users try to install packages that are not available for their architecture. It is usually Chromebook users (arm or aarch64 platform) for packages that are Intel only and all they get is a "package not found" error.
The details page should display:
The text was updated successfully, but these errors were encountered: