Skip to content

compositor: Stop trapping SIGINT

Derek Foreman requested to merge derekf/weston:no_sigint into main

This makes attaching a debugger really annoying, as stopping the weston process will lead to it exiting.

Trapping SIGINT was introduced in commit 50dc6989 which ensured we would call wl_display_terminate() on SIGINT or SIGTERM to clean up our socket.

It's uncommon to kill weston with SIGINT, so I think it's probably better to leave SIGINT untrapped to make attaching and using a debugger easier.

Signed-off-by: Derek Foreman derek.foreman@collabora.com

Edited by Derek Foreman

Merge request reports