X2Go Client should be able to run under any and every X11-based desktop environment. Wayland-based desktop environments need testing.
X2Go's “X Server” is called “nxagent”. It is part of the nx-libs package.
As of version 3.5.0.x, nxagent is forked from the X.org 6.9 codebase (from 2005) feature-wise (but not security-wise, where it is at much newer level). Therefore, there are multiple reasons why certain modern “3d-ish” desktops are incompatible with nxagent, and therefore X2Go.
Ultimately, addressing issues #1 and #2 requires a lot of work. Solutions are discussed here.
It is recommended to switch to using a compatible desktop environment if your desktop environment is listed below as incompatible.
Workaround is to disable compositing:
/usr/bin/xfconf-query -c xfwm4 -p /general/use_compositing -s false
In X2Go Client, you must specify the Session Type as: Custom Desktop: icewm-session
In X2Go Client, You must specify the Session Type as: Custom Desktop: openbox-session
For better performance you should set
Backend=XRender
and
GraphicsSystem=native
and
XRenderSmoothScale=false
in the [Compositing]
section of the kwinrc
(usually residing in .kde/share/config
).
Compatibility issues with Cinnamon are being tracked in bug 150
In X2Go Client, You must specify the Session Type as: Custom Desktop: /usr/bin/enlightenment_start
However, bug 555 (Windows cannot be moved by dragging) was encountered, and not much testing has been done.