diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 13146474..d13653a3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -25,17 +25,13 @@ } }, // From this line below are for qemu, so not that important. + "initializeCommand": "xhost +local:docker", // "xhost -local:docker" to disable "mounts": [ { "source": "/tmp/.X11-unix", "target": "/tmp/.X11-unix", "type": "bind" }, - { - "source": "${localEnv:XAUTHORITY}", - "target": "/home/vscode/.Xauthority", - "type": "bind" - }, { "source": "/run/user/1000/pulse/native", "target": "/run/user/1000/pulse/native",