~michael-sheldon/ubuntu-touch-session/fix-1659388

1
2
3
4
5
6
7
8
#!/bin/sh

# We need to grab ANDROID_ROOT from /etc/environment, because Mir uses
# it to find input configuration files and autopilot won't work without that.
. /etc/environment
export ANDROID_ROOT

exec unity-system-compositor --disable-overlays=false --spinner=/usr/bin/unity-system-compositor-spinner $@