This commit is contained in:
thelamer 2025-07-16 19:18:11 -04:00
parent 443e8463e4
commit 944e962c5f
No known key found for this signature in database

View File

@ -13,10 +13,5 @@ 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-${PUID}"
mkdir -p -m700 "${XDG_RUNTIME_DIR}"
chown -R "${PUID}:${PGID}" "${XDG_RUNTIME_DIR}"
# Start DE
exec dbus-launch --exit-with-session /usr/bin/xfce4-session > /dev/null 2>&1
exec dbus-launch /usr/bin/xfce4-session > /dev/null 2>&1