We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501a945 commit e96da2bCopy full SHA for e96da2b
root/defaults/startwm.sh
@@ -6,5 +6,11 @@ if [ ! -d "${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml ]; then
6
cp /defaults/xfce/* "${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml/
7
fi
8
9
+
10
+# Dbus defaults
11
+export XDG_RUNTIME_DIR="/tmp/xdg-runtime-${PUID}"
12
+mkdir -p -m700 "${XDG_RUNTIME_DIR}"
13
+chown -R "${PUID}:${PGID}" "${XDG_RUNTIME_DIR}"
14
15
# Start DE
-dbus-launch /usr/bin/xfce4-session > /dev/null 2>&1
16
+exec dbus-launch --exit-with-session /usr/bin/xfce4-session > /dev/null 2>&1
0 commit comments