Giovanni Campagna 3803fd9511 wayland: don't use fork() and SIGCHLD to spawn processes
It is a very bad idea in a glib program (especially one heavily
using glib child watching facilities, like gnome-shell) to handle
SIGCHLD. While we're there, let's also use g_spawn_async, which
solves some malloc-after-fork problems and makes the code generally
cleaner.

https://bugzilla.gnome.org/show_bug.cgi?id=705816
2013-08-15 17:41:34 +02:00
..
2013-04-29 14:58:28 +02:00
2013-03-14 18:02:43 -04:00
2013-03-14 18:02:43 -04:00
2009-06-16 14:17:10 -04:00
2013-08-10 19:13:48 -04:00
2013-07-17 21:03:59 -04:00
2013-08-10 19:13:48 -04:00
2013-08-13 10:40:15 -04:00