**** BEGIN LOGGING AT Thu Nov 14 02:59:58 2019 Nov 14 07:37:25 JaMa: yes, on hammerhead Nov 14 07:37:40 still, it could be a mistake of mine Nov 14 07:37:50 I didn't really look at the logs yet Nov 14 07:40:08 https://www.phoronix.com/scan.php?page=news_item&px=Mesa-19.2.4-Released mmmh let's skip 19.2.3, shall we :) Nov 14 17:48:54 JaMa: the issue was just about this: LunaWebAppManager[1017]: WARNING: 05:46:53.794: qrc:/qml/ApplicationContainer.qml:130:13: Cannot assign to non-existent property "devicePixelRatio" Nov 14 17:49:19 commenting out that line makes WAM work again, though of course the DPI is too high in the web apps Nov 14 17:53:04 interesting, using QT_SCALE_FACTOR seems to work, though it's a bit bugged Nov 14 18:14:34 so either we revert qt's commit https://github.com/qt/qtwebengine/commit/7e85ded0fa6467232ad64f8c20560ca26213518b#diff-afb8f315d166374ccd1a8d1fd58c37b3 and put back our own patch on top (but it becomes a very big patch!), or we switch to using QT_SCALE_FACTOR with luna-webappmanager and fix the bugs as they come (but they might be difficult to fix) Nov 14 18:51:46 mmmh injecting QT_SCALE_FACTOR into the app will result in almost the same code as devicePixelRatio... Nov 14 22:52:47 Tofe: thanks a lot, looks like QT_SCALE_FACTOR is a better way forward, right? We already have few too many qtwebengine patches :) **** ENDING LOGGING AT Fri Nov 15 02:59:58 2019