mirror of
https://github.com/elementary/gala.git
synced 2024-11-25 03:06:14 +01:00
ManagedClient: Inherit fds (#2069)
This commit is contained in:
parent
83f38a096f
commit
31ca068146
@ -48,7 +48,7 @@ public class Gala.ManagedClient : Object {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private async void start_wayland () {
|
private async void start_wayland () {
|
||||||
var subprocess_launcher = new GLib.SubprocessLauncher (STDERR_PIPE | STDOUT_PIPE);
|
var subprocess_launcher = new GLib.SubprocessLauncher (INHERIT_FDS);
|
||||||
try {
|
try {
|
||||||
#if HAS_MUTTER44
|
#if HAS_MUTTER44
|
||||||
wayland_client = new Meta.WaylandClient (display.get_context (), subprocess_launcher);
|
wayland_client = new Meta.WaylandClient (display.get_context (), subprocess_launcher);
|
||||||
|
Loading…
Reference in New Issue
Block a user