Skip to content

Commit

Permalink
#4317 pass NO_AT_BRIDGE=1 to dbus-launch
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Aug 4, 2024
1 parent a294053 commit 440a182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpra/server/dbus/dbus_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def start_dbus(dbus_launch) -> Tuple[int,Dict]:
"XDG_CURRENT_DESKTOP", "XDG_SESSION_TYPE", "XDG_RUNTIME_DIR",
"SHELL", "LANG", "USER", "LOGNAME", "HOME",
"DISPLAY", "XAUTHORITY", "CKCON_X11_DISPLAY",
"NO_AT_BRIDGE",
))
cmd = shlex.split(dbus_launch)
log("start_dbus(%s) env=%s", dbus_launch, env)
Expand Down

0 comments on commit 440a182

Please sign in to comment.