Skip to content
Snippets Groups Projects
Commit 5c2031af authored by Unit 193's avatar Unit 193
Browse files

d/55xfce4-session: Inject DBUS_SESSION_BUS_ADDRESS into the session via...

d/55xfce4-session: Inject DBUS_SESSION_BUS_ADDRESS into the session via dbus-update-activation-environment.
parent 5efd45ab
No related branches found
Tags ubuntu/1%44.3-1ubuntu2
No related merge requests found
......@@ -14,5 +14,9 @@ case "$BASESTARTUP" in
XDG_DATA_DIRS=/usr/share/xfce4:"$XDG_DATA_DIRS"
fi
export XDG_DATA_DIRS
if [ -n "$DBUS_SESSION_BUS_ADDRESS" ] && \
command -v dbus-update-activation-environment >/dev/null; then
dbus-update-activation-environment --verbose --systemd XDG_DATA_DIRS
fi
;;
esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment