1
2
3
4
5
6
7
8
9
10 | --- /usr/share/unity8/OrientedShell.qml.orig 2017-01-06 14:47:21.789829006 +0100 +++ /usr/share/unity8/OrientedShell.qml 2017-01-06 14:47:46.597162496 +0100 @@ -141,6 +141,7 @@ } function autopilotDevicePresent() { + return true; for(var i = 0; i < autopilotDevices.count; i++) { var device = autopilotDevices.get(i); if (autopilotEmulatedDeviceNames.indexOf(device.name) != -1) { |