wrap dbus

This commit is contained in:
thelamer 2025-07-17 10:32:27 -04:00
parent 944e962c5f
commit b0dd5f0c27
No known key found for this signature in database

View File

@ -13,5 +13,9 @@ if [ ! -d "${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml ]; then
cp /defaults/xfce/* "${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml/
fi
# Dbus defaults
export XDG_RUNTIME_DIR="/tmp/xdg-runtime-abc"
mkdir -p -m700 "${XDG_RUNTIME_DIR}"
# Start DE
exec dbus-launch /usr/bin/xfce4-session > /dev/null 2>&1