#!/bin/bash
export DISPLAY=:0
Xephyr :1 -title "L:A_N:application_ID:xephyr_O:R_PC:N" -screen 1448x1068 -cc 4 -dpi 300 -nocursor &
sleep 3
export DISPLAY=:1
/etc/init.d/dbus start &
su root /usr/bin/matchbox-session
/etc/init.d/dbus stop
sleep 3