Skip to content

Xwayland double fork & leak fix

Dominique Martinet requested to merge github/fork/martinetd/xwayland_fixes into master

Double-forking xwayland was a bit more complicated than I had hoped (because the SIGUSR1 signal when xserver is ready only goes to parent), but I guess it's not too bad.

Also used the opportunity to move some code around and only try to init xwm if the Xwayland process started properly, that wasn't checked correctly before.

Merge request reports