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 944e962 commit b0dd5f0Copy full SHA for b0dd5f0
1 file changed
root/defaults/startwm.sh
@@ -13,5 +13,9 @@ 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-abc"
18
+mkdir -p -m700 "${XDG_RUNTIME_DIR}"
19
+
20
# Start DE
21
exec dbus-launch /usr/bin/xfce4-session > /dev/null 2>&1
0 commit comments