[X2Go-Dev] Bug#913: Same issue Linux Gnome 3
Matt G
neovalis at protonmail.com
Tue Jul 20 14:53:21 CEST 2021
It appears to be DPI unaware.
My fix for Gnome 3 at 200% on Debian Bullseye:
1. Create a copy of the .desktop to home directory
# $ cp /usr/share/applications/x2goclient.desktop ~/.local/share/applications/
2. Change exec= in ~/.local/share/applications/x2goclient.desktop
Exec=env QT_AUTO_SCREEN_SCALE_FACTOR=1 x2goclient
I found this recommendation in https://doc.qt.io/qt-5/highdpi.html
"To get an application designed for low DPI values running on high resolution monitors quickly, consider one of the following:"
"set the QT_AUTO_SCREEN_SCALE_FACTOR environment variable to 1."
Thanks to akik in the #x2go IRC channel for pointing me in the right direction.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: publickey - neovalis at protonmail.com - 0x65BC0EED.asc
Type: application/pgp-keys
Size: 1825 bytes
Desc: not available
URL: <https://lists.x2go.org/pipermail/x2go-dev/attachments/20210720/0ce9eba9/attachment-0001.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 509 bytes
Desc: OpenPGP digital signature
URL: <https://lists.x2go.org/pipermail/x2go-dev/attachments/20210720/0ce9eba9/attachment-0001.sig>
More information about the x2go-dev
mailing list