From 01c524c5b71c2bcef724eb725ff1fcfc04d91313 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Tue, 25 Oct 2022 11:54:34 +0200 Subject: [PATCH] [mail] fix: mailsync notification --- .local/bin/mailsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/mailsync b/.local/bin/mailsync index aa37703..d43bece 100755 --- a/.local/bin/mailsync +++ b/.local/bin/mailsync @@ -22,7 +22,7 @@ eval "$(grep -h -- \ "$XDG_CONFIG_HOME/zsh/.zprofile" "$HOME/.pam_environment" 2>/dev/null)" case "$(readlink -f /sbin/init)" in - *systemd*) export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus ;; + *systemd*) export XDG_RUNTIME_DIR=unix:path=/run/user/$(id -u)/bus ;; esac export GPG_TTY=$TTY