Field ForceX11OnLinux
Forces the application to use the X11 windowing system on Linux platforms. Default is True.
public static bool ForceX11OnLinux
Returns
- bool
- Forces the application to use the X11 windowing system on Linux platforms. Default is True.
Remarks
If set to true, the application bypasses automatic platform detection and
explicitly selects X11 as the rendering and event backend on supported
Linux environments.
This can be useful for compatibility or debugging purposes where Wayland
or other backends cause issues.