diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-09-29 15:24:54 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-09-29 15:24:54 +0900 |
| commit | dc59f20d7b65ab3ffd56e298a62f9b0b5b107c6e (patch) | |
| tree | 87fad6e655129bb6f050b48aff70dec54f030762 /internal | |
| parent | 7e7327ebf8ba6323e9ba3ba38b27ed87fc578568 (diff) | |
dbus: toggleable xdg-dbus-proxy output
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/app/share.dbus.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
