Skip to content

Instantly share code, notes, and snippets.

@DaneGardner
Created December 12, 2020 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DaneGardner/9eb09cb0a31db2324e22075f27f06f9c to your computer and use it in GitHub Desktop.
Save DaneGardner/9eb09cb0a31db2324e22075f27f06f9c to your computer and use it in GitHub Desktop.
Scaling TastyWorks for Ubuntu 20.04 w/ 4k laptop monitor
# Tastyworks is created using JavaFX, as discovered by glancing through
# their java library directory. JavaFX does scale for hi-dpi displays,
# but only does this automatically on Mac. To force this behavior on
# Ubuntu, manually set the legacy gnome scaling factor that is being
# used by JavaFX to detect this state, but I believe is being ignored
# by Gnome itself. [https://stackoverflow.com/a/26184471]
gsettings set org.gnome.desktop.interface scaling-factor 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment