wok view weston/stuff/weston-session @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
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