Open SebastianGode opened 3 years ago
Hey SebastianGode ,
Try adding "-Dsun.java2d.uiScale=2.0" to your java command line.
This will change your application scale factor to 2 or use any other scale factor you want.
I am using Ubuntu and my bin file was located /usr/bin/snowflake
#!/bin/sh
java -jar -Dsun.java2d.uiScale=2.0 /opt/snowflake/snowflake.jar
Hey SebastianGode , Try adding "-Dsun.java2d.uiScale=2.0" to your java command line. This will change your application scale factor to 2 or use any other scale factor you want. I am using Ubuntu and my bin file was located /usr/bin/snowflake
#!/bin/sh
java -jar -Dsun.java2d.uiScale=2.0 /opt/snowflake/snowflake.jar
Thanks @Zephynyah - this fixed it for my 4k screen with mint 21.3 cinnamon
Describe the bug Snowflake doesn't support UI Scaling on Kubuntu 20.10 which makes working on an 4k Screen really hard
To Reproduce Steps to reproduce the behavior:
Expected behavior It should scale the text and all elements
Screenshots
Desktop (please complete the following information):