From dc59f20d7b65ab3ffd56e298a62f9b0b5b107c6e Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Sun, 29 Sep 2024 15:24:54 +0900 Subject: dbus: toggleable xdg-dbus-proxy output Signed-off-by: Ophestra Umiker --- internal/app/share.dbus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/app/share.dbus.go b/internal/app/share.dbus.go index 29025029..e94d648b 100644 --- a/internal/app/share.dbus.go +++ b/internal/app/share.dbus.go @@ -102,7 +102,7 @@ func (tx *appSealTx) startDBus() error { tx.dbusWait = make(chan struct{}) // background dbus proxy start - if err := tx.dbus.Start(ready); err != nil { + if err := tx.dbus.Start(ready, true); err != nil { return (*StartDBusError)(wrapError(err, "cannot start message bus proxy:", err)) } verbose.Println("starting message bus proxy:", tx.dbus) -- cgit v1.3.1