Fix Linux and Raspberry Pi variants displayed "Intel" in /downloads#695
Fix Linux and Raspberry Pi variants displayed "Intel" in /downloads#695ogoregen wants to merge 1 commit into
Conversation
✅ Deploy Preview for java-processing-faf822 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Flagging for review: should check how the new links get picked up by Fathom analytics. |
|
Thanks for calling that out! I was about to tag you @SableRaf in regards to the visual elements. But sounds like it's good. I'll check the analytics |
catilac
left a comment
There was a problem hiding this comment.
inside of src/templates/download.js there is tracking logic. We need to make sure we're correctly tracking. I will make a PR for this @ogoregen since I need to create some tracking codes.
After that gets merged into this branch, we can merge into main if all looks well.
|
Another thing is the info tooltip for each distribution could include an explanation so ppl can tell the difference between each build.
I've been thinking about this too. I'd suggest putting the Snap button at the top since that's the recommended install for beginners, and the other two buttons could use a secondary color. People who want the .deb or flatpak versions likely know what they need, but a beginner downloading the wrong package is likely to get stuck. |
|
Does Flatpak take care of MIME file association, setting up the JAVA environment variable that the VS Code extension uses to locate Processing, and configure support for the I know that some distributions (like Mint) choose to disable snapd by default, but you can still re-enable it. |
Was caused by
getBit()returning Intel for all package names containing x64. Also changed the label of the Windows variant from Intel to 64-bit as the former was misleading/incorrect.