From c50b414945b56c1323b99d3992cbd558f3681aa5 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 13 Oct 2023 09:44:38 +0000 Subject: more sharing of dbus --- .bash_profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 4b87c78..e8b688e 100644 --- a/.bash_profile +++ b/.bash_profile @@ -56,3 +56,7 @@ if [[ -z "$DISPLAY" ]]; then exec startx >~/xsession-errors 2>&1 fi +if [[ -z "$DBUS_SESSION_BUS_ADDRESS" && -e .dbus.env ]]; then + source .dbus.env +fi + -- cgit v1.2.3