wayland: Make the launcher not restart kwin_wayland if it crashes at shutdown
Currently, if kwin_wayland crashes at shutdown, the launcher can potentially spawn it again. This change addresses that issue by making the wrapper ignore the QProcess::finished() signal.