system/dbus: buffer xdg-dbus-proxy messages
All checks were successful
test / test (push) Successful in 21s
All checks were successful
test / test (push) Successful in 21s
Pointing xdg-dbus-proxy to stdout/stderr makes a huge mess. This change enables app to neatly print out prefixed xdg-dbus-proxy messages after output is resumed. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
@@ -41,6 +41,8 @@ type appSeal struct {
|
||||
id string
|
||||
// wayland mediation, disabled if nil
|
||||
wl *shim.Wayland
|
||||
// dbus proxy message buffer retriever
|
||||
dbusMsg func(f func(msgbuf []string))
|
||||
|
||||
// freedesktop application ID
|
||||
fid string
|
||||
|
||||
Reference in New Issue
Block a user