Skip to content

Wrap x2goclient executable via a script handling startup under Wayland gracefully.

Mike Gabriel requested to merge personal/sunweaver/run-under-xwayland into master

This is achieved by setting QT_QPA_PLATFORM=xcb and enforce all of X2Go Client to run on top of Xwayland.

Additionally, HiDPI is handled gracefully via enabling QT_AUTO_SCREEN_SCALE_FACTOR.

Merge request reports