New comment by eoli3n on void-packages repository https://github.com/void-linux/void-packages/pull/30805#issuecomment-849465681 Comment: On wayland, I get this after a connection with the client ![connection](https://user-images.githubusercontent.com/14223657/119796320-91e7cb80-bed9-11eb-8b4a-77ffc6c52e21.png) Disabling wayland fix this. ``` QT_QPA_PLATFORM=xcb x2goclient ``` [Arch wiki : x2goclient](https://wiki.archlinux.org/title/X2Go#X2Go_client:_Cannot_connect_to_remote_X2Go_server_from_local_Wayland_session:_%22The_connection_with_the_remote_server_was_shut_down%22) Should we patch x2goclient desktop file to force xcb to increase compatibility ? Sometimes, connection is ok, everything seems working, but the xterm window doesn't pop up. I noticed that if the name of the session contains ``_dp32`` it fails, but with ``_dp24``, it succeed.