Suggestion - High DPI fix for Runelite on GNOME
Would you be able to implement a way to force Runelite to launch with the following fixes:
#https://github.com/runelite/runelite/wiki/Change-DPI-Scaling-(Ubuntu-20-w--Gnome)
GDK_SCALE=2 GDK_DPI_SCALE=0.5
This fixes some scaling issues on High DPI displays
It's possible yes, but the easiest way would be to set these environment variables when launching Bolt, and Runelite will inherit them.
If you installed from flatpak, you can set custom environment variables using flatseal. Anywhere else, probably easiest to make a custom .desktop file like that link suggests, but for Bolt instead of Runelite.
@voetre You can also just install the latest version of Runelite and use your custom one inside Bolt. You can find this under the Cog icon and selecting OSRS -> Click the checkbox for Use custom RuneLite JAR -> select path to JAR.
Custom environment variables can now be set in version 0.15 by writing a custom launch command, in your case you'd want to set it to
/usr/bin/env GDK_SCALE=2 GDK_DPI_SCALE=0.5 %command%
Thank you kindly, this is very much appreciated! 😊