Skip to content

Instantly share code, notes, and snippets.

@stephankoelle
Created January 5, 2026 08:57
Show Gist options
  • Select an option

  • Save stephankoelle/e8cac4c5eb81c51750d87bde5b7d9388 to your computer and use it in GitHub Desktop.

Select an option

Save stephankoelle/e8cac4c5eb81c51750d87bde5b7d9388 to your computer and use it in GitHub Desktop.
Fix: $XDG_RUNTIME_DIR not define
# how to fix:
# Failed to connect to user scope bus via local transport: $DBUS_SESSION_BUS_ADDRESS and $XDG_RUNTIME_DIR not defined (consider using --machine=<user>@.host --user to connect to bus of other user)
mkdir -p ~/.bashrc.d
echo "export XDG_RUNTIME_DIR=/run/user/$(id -u)" > ~/.bashrc.d/systemd
source ~/.bashrc.d/systemd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment