use home directory for session dbus

This commit is contained in:
thelamer 2025-07-18 12:48:43 -04:00
parent e8806a2746
commit 883e65ec8f
No known key found for this signature in database

View File

@ -7,9 +7,5 @@ if which nvidia-smi && [ "${DISABLE_ZINK}" == "false" ]; then
export GALLIUM_DRIVER=zink
fi
# Dbus defaults
export XDG_RUNTIME_DIR="/tmp/xdg-runtime-abc"
mkdir -p -m700 "${XDG_RUNTIME_DIR}"
# Start DE
exec dbus-launch --exit-with-session /usr/bin/openbox-session > /dev/null 2>&1