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 e8806a2 commit 883e65eCopy full SHA for 883e65e
1 file changed
root/defaults/startwm.sh
@@ -7,9 +7,5 @@ if which nvidia-smi && [ "${DISABLE_ZINK}" == "false" ]; then
7
export GALLIUM_DRIVER=zink
8
fi
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/openbox-session > /dev/null 2>&1
0 commit comments