From c18047a23b64deb49fd74ea8146be3a5dce5f8aa Mon Sep 17 00:00:00 2001 From: Benjamin Aarsen Date: Fri, 5 Sep 2025 16:27:38 +0200 Subject: [PATCH] remove stupid shit --- devcontainer.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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": {