From 84fd3a8bc40a02a8456471e287453d74922deb25 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 5 Aug 2016 01:39:33 +0200 Subject: Set the dbus session bus address --- zsh/.profile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'zsh') diff --git a/zsh/.profile b/zsh/.profile index a84a45a..8db89e5 100644 --- a/zsh/.profile +++ b/zsh/.profile @@ -11,4 +11,11 @@ export PATH export XDG_CONFIG_HOME="${HOME}/.config" export XDG_DATA_HOME="${HOME}/.local/share" +## Dbus + +# Make the session bus address fixed so other processes can know where +# to find it. +DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/$(id -u)/bus" +export DBUS_SESSION_BUS_ADDRESS + systemctl --user import-environment PATH -- cgit v1.2.3-54-g00ecf