Re: Closing XTerm causes the GTK app to exit, inspite of disown/nohup on its PID - why?
- From: Veek M <vek m1234 gmail com>
- To: James Cameron <quozl laptop org>
- Cc: gtk-list gnome org
- Subject: Re: Closing XTerm causes the GTK app to exit, inspite of disown/nohup on its PID - why?
- Date: Wed, 6 Mar 2019 13:30:33 +0530
thank you, SIGINT was the culprit.
trap "echo HUP>>/tmp/err" SIGHUP
trap "echo QUIT>>/tmp/err" SIGQUIT
trap "echo INT>>/tmp/err" SIGINT
trap "echo TERM >>/tmp/err" SIGTERM
revealed all
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]