snowflake icon indicating copy to clipboard operation
snowflake copied to clipboard

No UI Scaling on Kubuntu

Open SebastianGode opened this issue 4 years ago • 2 comments

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:

  1. Install Kubuntu 20.10
  2. Change the UI scale in settings to something else than 100%
  3. Start snowflake

Expected behavior It should scale the text and all elements

Screenshots grafik

Desktop (please complete the following information):

  • OS: Kubuntu 20.10

SebastianGode avatar Jan 08 '21 09:01 SebastianGode

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

Zephynyah avatar Feb 19 '21 21:02 Zephynyah