xwayland: Punt stdout / stderr to /dev/null

This should really go to the journal, but I'm tired of seeing Xorg
log a bunch of garbage that I don't care about when debugging mutter.
This commit is contained in:
Jasper St. Pierre 2014-03-25 11:35:53 -04:00
parent eba848e8aa
commit 456e3e2429

View File

@ -377,7 +377,9 @@ meta_xwayland_start (MetaXWaylandManager *manager,
args,
env,
G_SPAWN_LEAVE_DESCRIPTORS_OPEN |
G_SPAWN_DO_NOT_REAP_CHILD,
G_SPAWN_DO_NOT_REAP_CHILD |
G_SPAWN_STDOUT_TO_DEV_NULL |
G_SPAWN_STDERR_TO_DEV_NULL,
uncloexec,
GINT_TO_POINTER (sp[1]),
&pid,