From e95371ca471e82cf96a97f6fecadd17d1cd62fd2 Mon Sep 17 00:00:00 2001 From: Settel Date: Fri, 9 May 2025 13:46:48 +0200 Subject: [PATCH] bugfix: explicitly set the Dbus address --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 805f896..d6aa90d 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ run: --userns=keep-id:uid=1000,gid=1000 \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -v /run/dbus/system_bus_socket:/run/dbus/system_bus_socket \ + -e DBUS_SESSION_BUS_ADDRESS=unix:path=/run/dbus/system_bus_socket \ -e DISPLAY=unix$$DISPLAY \ -e XAUTHORITY=/home/chromium/.Xauthority \ -v $$HOME/.Xauthority:/home/chromium/.Xauthority \