Skip to content

xwayland: Allow for regular transport types for listen

Olivier Fourdan requested to merge ofourdan/xserver:issue817 into master

Xwayland uses the command line option “-listen” to pass file descriptors from the Wayland compositor.

That breaks the traditional, documented behavior of the “-listen” command line option which is to enable a transport type.

Checks if the given option starts with a digit, otherwise treat it as a regular transport type.

Closes: #817 (closed) Suggested-by: Rodrigo Exterckötter Tjäder Signed-off-by: Olivier Fourdan ofourdan@redhat.com

Merge request reports