Table of Contents

Field ForceX11OnLinux

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.