-
Notifications
You must be signed in to change notification settings - Fork 23
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
The UI/UX is crap on Windows on a high DPI resolution and more #64
Comments
What would be the "state of the art" solution instead of an exe file? The Microsoft Store? |
I would suggest at least a packed format like zip to prevent the browser from blocking 🚫 the download because an executable file is threaten as an infection. |
Is this all it takes to trick the browser? What browser are you using? Are you also talking about an antivirus (which one) feature? IIRC MS Edge asks you if you're sure if you want to download an executable file, and the default is probably no but you can just allow it by clicking a button or a link. I just tried to download the exe with Chrome, and it didn't display an error for me. It just downloaded the file. I'm using macOS though but I'm not sure if that matters. Please provide more details like what browser, what OS, and a screenshot. You should probably split up this ticket into two (high DPI issue & exe download), and provide screenshots for "The UI/UX is crap on Windows on a high DPI resolution" issue. Btw. there's also a ticket for proving an installer for Windows that would serve as an auto upgrader, e.g., Chocolatey or scoop. See #22.
This idea was already rejected by @patschuh but it would be doable.
Regarding this issue. What DPI are you talking about? Like how high? IIRC there was a high DPI fix where we set the ui scale to 100% that solved an issue. System.setProperty("glass.win.uiScale", "100%"); |
Yes in detail the issue occurs when using eg 4k or wqhd resolution screen and a system dpi/scaling setting eg. 150%. The scaling is not mentioned in the app and all fonts are scaled for 4k resolution and are therefore not readable (so small). Also trying override the scaling for the app itself does not fix the problem. |
As it is with old style apps or java written UIs, the font resolution is far way away from what is useable. If not using 1080p or lower, text size is far away from what can be read. On the other hand, a download-link which directs to an exe file should not be state of the art nowdays.
The text was updated successfully, but these errors were encountered: