wok view 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
line source
1 #!/bin/sh
2 #
3 # Start Wayland Weston compositor session on SliTaz GNU/Linux
4 #
6 export XDG_CONFIG_HOME="$HOME/.config"
7 export XDG_RUNTIME_DIR=/tmp/$(id -u)-runtime-dir
9 # Start DBUS session.
10 if [ ! "$DBUS_SESSION_BUS_ADDRESS" ]; then
11 dbus-launch --sh-syntax --exit-with-session &
12 fi
14 if [ ! -d "${XDG_RUNTIME_DIR}" ]; then
15 mkdir ${XDG_RUNTIME_DIR}
16 chmod 0700 ${XDG_RUNTIME_DIR}
17 fi
19 exec weston-launch