We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9361f44 commit fa43e38Copy full SHA for fa43e38
checkbox-ng/plainbox/impl/session/remote_assistant.py
@@ -369,9 +369,9 @@ def envvar_priority(info):
369
if "XDG_RUNTIME_DIR" not in extra_env:
370
extra_env["XDG_RUNTIME_DIR"] = "/run/user/{}".format(uid)
371
if "DBUS_SESSION_BUS_ADDRESS" not in extra_env:
372
- extra_env[
373
- "DBUS_SESSION_BUS_ADDRESS"
374
- ] = "unix:path=/run/user/{}/bus".format(uid)
+ extra_env["DBUS_SESSION_BUS_ADDRESS"] = (
+ "unix:path=/run/user/{}/bus".format(uid)
+ )
375
return extra_env
376
377
@allowed_when(RemoteSessionStates.Idle)
0 commit comments