From 39dc8e7bd8b07d1549185cc178fd3723797d3c74 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 25 Feb 2025 18:12:41 +0900 Subject: dbus: set process group id This stops signals sent by the TTY driver from propagating to the xdg-dbus-proxy process. Signed-off-by: Ophestra --- dbus/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus') diff --git a/dbus/run.go b/dbus/run.go index 087990db..074fb92d 100644 --- a/dbus/run.go +++ b/dbus/run.go @@ -110,7 +110,7 @@ func (p *Proxy) Start(ctx context.Context, output io.Writer, sandbox bool) error bc.Bind(k, k) } - h = helper.MustNewBwrap(bc, toolPath, p.seal, argF, nil, nil) + h = helper.MustNewBwrap(bc, toolPath, true, p.seal, argF, nil, nil) p.bwrap = bc } -- cgit v1.3.1