Skip to content

wayland: Make the launcher not restart kwin_wayland if it crashes at shutdown

Vlad Zahorodnii requested to merge work/zzag/helper-disconnect into master

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.

Merge request reports