#!/bin/bash
export DISPLAY=:0
Xephyr :1 -title "L:D_N:application_ID:xephyr" -screen 1068x1448 -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