Skip to content

Commit 31ca068

Browse files
authored
ManagedClient: Inherit fds (#2069)
1 parent 83f38a0 commit 31ca068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ShellClients/ManagedClient.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class Gala.ManagedClient : Object {
4848
}
4949

5050
private async void start_wayland () {
51-
var subprocess_launcher = new GLib.SubprocessLauncher (STDERR_PIPE | STDOUT_PIPE);
51+
var subprocess_launcher = new GLib.SubprocessLauncher (INHERIT_FDS);
5252
try {
5353
#if HAS_MUTTER44
5454
wayland_client = new Meta.WaylandClient (display.get_context (), subprocess_launcher);

0 commit comments

Comments
 (0)