pmaports/luna/luna-webappmanager/tryFix.patch
Alex Roth 04d73a5824 Add packages and configuration changes to allow Luna to start in QEMU (#1016)
* Added a lot more Luna packages. It is now possible to start Luna, complete the first use app, and use the system. ARM support still broken.
* Cleanup & testing fixes. Starting in a fresh qemu environment works, but isn't quite deterministic. See wiki page for details
2017-12-17 18:25:59 +00:00

12 lines
562 B
Diff

diff --git a/src/qml/ApplicationContainer.qml b/src/qml/ApplicationContainer.qml
index 3d5f332..f90f5d4 100644
--- a/src/qml/ApplicationContainer.qml
+++ b/src/qml/ApplicationContainer.qml
@@ -127,7 +127,6 @@ Flickable {
backgroundColor: (webAppWindow.windowType === "dashboard" || webAppWindow.windowType === "popupalert") ? "transparent": "white"
userScripts: webAppWindow.userScripts;
- devicePixelRatio: webAppWindow.devicePixelRatio
onJavaScriptConsoleMessage: console.warn("CONSOLE JS: " + message);