Project

General

Profile

Actions

Bug #1103

closed

Ctrl-C doesn't exit launcher

Added by Hammel 2 months ago. Updated 2 months ago.

Status:
Closed
Priority:
Immediate
Assignee:
Category:
General
Target version:
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

Also available in: Atom PDF