From bbf329eb70f2a0afa66dcd00ebc00756683dab9d Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Tue, 21 Aug 2018 13:35:50 +0100 Subject: [PATCH] profile: add DISPLAY & XAUTHORITY to dbus --- .profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.profile b/.profile index f8386b0..ad7da49 100644 --- a/.profile +++ b/.profile @@ -78,6 +78,7 @@ fi # Start a dbus session daemon for programs that require it if [ -z "$DBUS_SESSION_BUS_ADDRESS" ] && exists dbus-launch; then eval $(dbus-launch --sh-syntax --exit-with-session) - dbus-update-activation-environment --systemd DISPLAY + dbus-update-activation-environment --systemd \ + DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY fi