Skip to content

Do not remove WAYLAND_DISPLAY environment variable for input method.

Xuetian Weng requested to merge work/keep-wayland-display into master

Based on the implementation of wl_display_connect, WAYLAND_SOCKET is always preferred over WAYLAND_DISPLAY, which means it is OK to have both of them set. This allows sub-processes started by the input method to have the correct WAYLAND_DISPLAY variable.

Merge request reports