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 48204cc commit e736118Copy full SHA for e736118
1 file changed
root/defaults/startwm.sh
@@ -13,5 +13,10 @@ if [ ! -d "${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml ]; then
13
cp /defaults/xfce/* "${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml/
14
fi
15
16
+# Dbus defaults
17
+export XDG_RUNTIME_DIR="/tmp/xdg-runtime-${PUID}"
18
+mkdir -p -m700 "${XDG_RUNTIME_DIR}"
19
+chown -R "${PUID}:${PGID}" "${XDG_RUNTIME_DIR}"
20
+
21
# Start DE
-dbus-launch /usr/bin/xfce4-session > /dev/null 2>&1
22
+exec dbus-launch --exit-with-session /usr/bin/xfce4-session > /dev/null 2>&1
0 commit comments