Skip to content

compositor: don't pass the signal flags to autolaunched process

Andrei Makeev requested to merge amaksoft/weston:main into main

Child process may be anything and may rely on the signals that weston has blocked for itself. In our use case it was SIGCHLD that wasn't received by the autolaunched application that caused a lot of trouble.

Merge request reports