Type: Bug It's normally recommended to set GDK_SCALE and GDK_DPI_SCALE environment variables in Linux to make UI work better in HiDPI environments: GDK_SCALE=2 GDK_DPI_SCALE=0.5 As of version of 1.98 these values seem to be ignored by VS...
export GDK_DPI_SCALE=0.5 in .xinitrx or similar. Thereby GTK_SCALE=2 scales all widgets in gnome applications by a a factor of 2 and GDK_DPI_SCALE=0.5 reduces the font size back to the original size, as modern fonts are already rendered in a way that takes into account the dpi of ...