Jean-Sebastien Trottier
Jean-Sebastien Trottier
Thanks Andrew for pointing at the UT, I'll investigate and get back with a fix.
I've started investigating but I didn't get far yet because of issues getting the tests to run at all... - Packer is unable to install the xmlreader rock because it...
Similarly to @chreinhardt I have something like this in my `~/.bashrc` which pulls Windows's DPI and applies it to WSL. ~~~sh wslg_dpi_scale() { local dpi_scale WindowMetricsAppliedDPI dpi_scale="${GDK_DPI_SCALE:-${QT_SCALE_FACTOR:-}}" if [[ -z...