ManagedClient: Inherit fds (#2069)

This commit is contained in:
Leonhard 2024-09-23 14:33:49 +02:00 committed by GitHub
parent 83f38a096f
commit 31ca068146
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ public class Gala.ManagedClient : Object {
}
private async void start_wayland () {
var subprocess_launcher = new GLib.SubprocessLauncher (STDERR_PIPE | STDOUT_PIPE);
var subprocess_launcher = new GLib.SubprocessLauncher (INHERIT_FDS);
try {
#if HAS_MUTTER44
wayland_client = new Meta.WaylandClient (display.get_context (), subprocess_launcher);