We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f38a0 commit 31ca068Copy full SHA for 31ca068
src/ShellClients/ManagedClient.vala
@@ -48,7 +48,7 @@ public class Gala.ManagedClient : Object {
48
}
49
50
private async void start_wayland () {
51
- var subprocess_launcher = new GLib.SubprocessLauncher (STDERR_PIPE | STDOUT_PIPE);
+ var subprocess_launcher = new GLib.SubprocessLauncher (INHERIT_FDS);
52
try {
53
#if HAS_MUTTER44
54
wayland_client = new Meta.WaylandClient (display.get_context (), subprocess_launcher);
0 commit comments