
How to test... from shell script

#!/bin/bash
DISPLAY=:0 Xephyr :1 -ac -screen 1024x768 &
sleep 1
DISPLAY=:1 ./razor-desktop

