Actions
Bug #1103
closedCtrl-C doesn't exit launcher
Start date:
08 Mar 2024
Due date:
% Done:
100%
Estimated time:
Severity:
01 - Critical
Description
This is because SIGINT only exits if we're in CLI_TEST mode. Just take that if() block out and call gtk_main_quit(). Do this for SIGTERM too. Add gtk_main_quit() to SIGHUP too.
Also, add SIGQUIT to signal handlers and have it call gtk_main_quit() too.
Actions