Ubuntu Pastebin

Paste from michal at Fri, 6 Jan 2017 13:48:05 +0000

Download as text
 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) {
Download as text