On Wed, 2015-01-14 at 14:09 +0100, Jakub Filak wrote: > On Wednesday 14 of January 2015 12:06:21 Bastien Nocera wrote: > > None of the actions we're supposed to be taking after the main loop > > should be necessary at that point in time. Let GTK+ handle that as it > > should by exiting if the SIGTERM signal is sent. > > Can you please point me to some documentation dealing with the signals and > GTK+?
There's no documentation, there's source code though. It doesn't handle SIGTERM especially, so would just "terminate" if sent SIGTERM. > I applied your patch, started abrt-applet, sent SIGTERM to it and the process > was "Terminated" but it should gracefully exit. > > I use SIGTERM to test the applet's behaviour when Desktop is terminating. What would abrt-applet do on exit that's required to be done on exit?
