Skip to content

Commit b0dd5f0

Browse files
committed
wrap dbus
1 parent 944e962 commit b0dd5f0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

root/defaults/startwm.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@ if [ ! -d "${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml ]; then
1313
cp /defaults/xfce/* "${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml/
1414
fi
1515

16+
# Dbus defaults
17+
export XDG_RUNTIME_DIR="/tmp/xdg-runtime-abc"
18+
mkdir -p -m700 "${XDG_RUNTIME_DIR}"
19+
1620
# Start DE
1721
exec dbus-launch /usr/bin/xfce4-session > /dev/null 2>&1

0 commit comments

Comments
 (0)