Closed Cimbali closed 10 months ago
Ok so I can reproduce the and:
GDK_SCALE
/GDK_DPI_SCALE
that makes the issue go away. Even if there was it messes with the appearance of the presenter window.I’ll try to investigate a build with a patched Gtk when I get the time.
The good news is it’s easy to patch gtk and the patch (from the Gtk PR linked above) fixes the issue. Now we just have to see if we get this merged upstream or need to maintain our own patched gtk3 for Windows.
As discussed in https://github.com/Cimbali/pympress/discussions/300
It is possibly related to this unmerged Gtk PR. Workarounds to test:
GDK_SCALE=0.5
GDK_DPI_SCALE=2
in the environment (presumably for 200% scaling, try 0.33 and 3 for 300%) as suggested in this superuser questionIf the linked PR is indeed the root cause of the issue, possible fixes would be: