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 6, 2024
1 parent c3e5997 commit f3c1a34
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 @@ -36,6 +36,7 @@ def preexec():
"XDG_CURRENT_DESKTOP", "XDG_SESSION_TYPE", "XDG_RUNTIME_DIR",
"SHELL", "LANG", "USER", "LOGNAME", "HOME",
"DISPLAY", "XAUTHORITY", "CKCON_X11_DISPLAY",
"NO_AT_BRIDGE",
))
import shlex
cmd = shlex.split(dbus_launch)
Expand Down

0 comments on commit f3c1a34

Please sign in to comment.