wok annotate weston/stuff/weston-session @ rev 20418

Up rsync (3.1.3), perl-file-rsync (0.74), lsyncd (2.2.3), kexec-tools (2.0.17), chkrootkit (0.52), brotli (1.0.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 05 21:16:06 2018 +0200 (2018-08-05)
parents
children
rev   line source
pankso@16204 1 #!/bin/sh
pankso@16204 2 #
pankso@16204 3 # Start Wayland Weston compositor session on SliTaz GNU/Linux
pankso@16204 4 #
pankso@16204 5
pankso@16204 6 export XDG_CONFIG_HOME="$HOME/.config"
pankso@16204 7 export XDG_RUNTIME_DIR=/tmp/$(id -u)-runtime-dir
pankso@16204 8
pankso@16204 9 # Start DBUS session.
pankso@16204 10 if [ ! "$DBUS_SESSION_BUS_ADDRESS" ]; then
pankso@16204 11 dbus-launch --sh-syntax --exit-with-session &
pankso@16204 12 fi
pankso@16204 13
pankso@16204 14 if [ ! -d "${XDG_RUNTIME_DIR}" ]; then
pankso@16204 15 mkdir ${XDG_RUNTIME_DIR}
pankso@16204 16 chmod 0700 ${XDG_RUNTIME_DIR}
pankso@16204 17 fi
pankso@16204 18
pankso@16204 19 exec weston-launch