Re: Closing XTerm causes the GTK app to exit, inspite of disown/nohup on its PID - why?



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]