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

22.04.4 Download Link Redirects to Wrong Architecture. #13681

Open
woohyun7878 opened this issue Mar 19, 2024 · 5 comments
Open

22.04.4 Download Link Redirects to Wrong Architecture. #13681

woohyun7878 opened this issue Mar 19, 2024 · 5 comments

Comments

@woohyun7878
Copy link

woohyun7878 commented Mar 19, 2024

Operating on Apple M1 MacBook Pro, Chrome browser.

The following button should redirect to arm64 architecture for my device, but actually redirects to https://ubuntu.com/download/desktop/thank-you?version=22.04.4&architecture=amd64. This behavior is reproducible on macOS.

Screenshot 2024-03-19 at 1 54 05 PM


Reported from: https://ubuntu.com/download/desktop

@carkod
Copy link
Contributor

carkod commented Apr 11, 2024

Thanks for reporting this. I believe it's working now?

@woohyun7878
Copy link
Author

woohyun7878 commented Apr 13, 2024

Hi, the issue persists on my M1 device with a clean cache both on Chrome and Safari.

How are you detecting user architecture? I believe that some browser features are obsolete for compatibility reasons1 2. For example, the following is my local navigator.userAgent String:

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36

However, I am definitely operating on an M1 chip.
image


  1. M1 Mac identified as a MacIntel keepassxreboot/keepassxc-browser#1550
  2. https://news.ycombinator.com/item?id=23910280

@carkod
Copy link
Contributor

carkod commented Apr 15, 2024

I see. I don't think we have anything in place to detect architecture. Feel free to contribute.

@waveform80
Copy link
Member

Even if we did detect architecture, there are no generic arm64 desktop images to download. There are specific pre-installed images like the Ubuntu Desktop for Raspberry Pi, but there's nothing this button could reasonably point to in the general case (currently).

@waveform80
Copy link
Member

Oh, apparently there are generic arm64 images now! Not sure they'd work on the Apple hardware, but I guess we should link to them somehow.

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

No branches or pull requests

3 participants