From 1ff8abbe16e564322c04955b03b41cdea3f3c818 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 10 Mar 2026 09:19:21 +0100 Subject: [PATCH] add dbus-launch command --- build/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/entrypoint.sh b/build/entrypoint.sh index 1931087..bfd36f5 100644 --- a/build/entrypoint.sh +++ b/build/entrypoint.sh @@ -19,6 +19,7 @@ if [[ $1 == init ]]; then /protonmail/proton-bridge --cli $@ else + eval "$(dbus-launch --sh-syntax --exit-with-session)" # socat will make the conn appear to come from 127.0.0.1 # ProtonMail Bridge currently expects that.