#!/bin/sh -l
#
ln -sf /run/display/wayland-0 /run/user/$UID/
while true
do
  /usr/bin/tz-launcher -c /usr/share/applications/tizen/launcher.conf $HOME/.applications/desktop
done
