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 ae0bb5c commit 62c583fCopy full SHA for 62c583f
root/defaults/startwm.sh
@@ -6,10 +6,5 @@ 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-abc"
12
-mkdir -p -m700 "${XDG_RUNTIME_DIR}"
13
14
# Start DE
15
exec dbus-launch --exit-with-session /usr/bin/xfce4-session > /dev/null 2>&1
0 commit comments