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:
parent
eba848e8aa
commit
456e3e2429
@ -377,7 +377,9 @@ meta_xwayland_start (MetaXWaylandManager *manager,
|
|||||||
args,
|
args,
|
||||||
env,
|
env,
|
||||||
G_SPAWN_LEAVE_DESCRIPTORS_OPEN |
|
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,
|
uncloexec,
|
||||||
GINT_TO_POINTER (sp[1]),
|
GINT_TO_POINTER (sp[1]),
|
||||||
&pid,
|
&pid,
|
||||||
|
Loading…
Reference in New Issue
Block a user