diff --git a/devcontainer.json b/devcontainer.json index 7a49d31..7509fc5 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -16,9 +16,7 @@ "workspaceFolder": "/${localWorkspaceFolderBasename}", "remoteEnv": { "DISPLAY": "${localEnv:DISPLAY}", - "TZ": "Europe/Amsterdam", - "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus", - "XDG_RUNTIME_DIR": "/run/user/1000" + "TZ": "Europe/Amsterdam" }, "mounts": [ // Uncomment to allow the container to access the X server on the host e.g. to run Rviz and other GUI tools @@ -38,11 +36,6 @@ "source": "/dev/dri", "target": "/dev/dri", "type": "bind" - }, - { - "source": "/run/user/1000/bus", - "target": "/run/user/1000/bus", - "type": "bind" } ], "customizations": {