Comment 0 for bug 1379508

Revision history for this message
Nicholas Skaggs (nskaggs) wrote : autopilot sandbox run doesn't support window managers or custom sizes

Tests for phablet devices don't properly set focus without starting a window manager. In addition, as part of this it would be useful to be able to set the screen size. For instance, to run tests for the phone, a window manager that autofocuses the launched app is required, and the screen size needs to be set to 400x600.

I have these changes locally:

SCREEN=400x600x24

and at the bottom,

echo "I: Starting window manager"
dbus-launch --exit-with-session xmonad &

This will properly run core apps testsuites locally.