Skip to content

Commit

Permalink
ManagedClient: Inherit fds
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Sep 23, 2024
1 parent 83f38a0 commit 7a6df00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ShellClients/ManagedClient.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7a6df00

Please sign in to comment.