xwayland/launcher: Prevent file descriptor leak
Compositor keeps descriptors opened for XWayland process.
Descriptors are opened for passing to Xwayland process and does not have close_on_exec attribute.
Descriptors leaks to application started by global hotkey. For example start konsole in wayland session by ctrl+alt+T hotkey and run command ls -l /proc/self/fd
to show leaked descriptors.