Don't notify user about unexpectedly stopped apps that returned 0 exit code. Fixes...
commit2c3c3f0290275f65e55899a9fb69cb8709932d5f
authorNedko Arnaudov <nedko@arnaudov.name>
Mon, 8 Oct 2012 23:32:42 +0000 (9 02:32 +0300)
committerNedko Arnaudov <nedko@arnaudov.name>
Mon, 8 Oct 2012 23:32:42 +0000 (9 02:32 +0300)
tree744e1bfd933f1cc49463fc3d0aa498fef5f698a7
parenta2a17cd39220e2013d3402b06a53f5a46492aa00
Don't notify user about unexpectedly stopped apps that returned 0 exit code. Fixes #197

The exit code detection for apps ran in terminal is not working,
at least with xterm. xterm doesnt seem to be able to return exit
code of its child process.
daemon/app_supervisor.c
daemon/app_supervisor.h
daemon/loader.c
daemon/loader.h
daemon/studio.c
daemon/studio.h