Project

General

Profile

Actions

Bug #1103

closed

Ctrl-C doesn't exit launcher

Added by Hammel about 2 months ago. Updated about 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 #1

Updated by Hammel about 2 months ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Updates applied and successfully tested on hardware.

Code committed and pushed.

Closing issue.

Actions

Also available in: Atom PDF