**** BEGIN LOGGING AT Thu Oct 15 02:59:59 2015 Oct 15 05:15:21 morning Oct 15 05:41:35 Tofe: Browser still not launching, now getting "Oct 15 01:39:37 tenderloin LunaAppManager[1637]: QWebEngine(Widgets)::initialize() must be called from the Qt gui thread." Oct 15 05:49:40 Also seems that the VKB size pref isn't stored Oct 15 07:17:10 morning Oct 15 07:23:17 Morning Oct 15 07:23:46 Herrie: ah, I see, it is that kind of day, when nothing works :p Oct 15 07:26:55 Tofe: Well the error message for browser is something else now so that means progress :P Oct 15 07:27:58 For vkb size I thought it could be because I forgot to bump SRCREV for luna-init but that's not it. It was included in last nightly and still not working... Oct 15 07:28:16 Is there a way to get the qDebug messages to show in journalctl? Oct 15 07:34:40 you can try MALIIT_DEBUG=1 Oct 15 07:35:02 in /etc/luna-next/maliit-something.conf Oct 15 07:35:29 and restart the service (or even reload the config of systemd I think) Oct 15 07:36:28 ok will give that a go tonight Oct 15 07:47:14 Seems I'll be getting a Galaxy Nexus tonight so can debug that one a bit too Oct 15 07:58:07 oh great Oct 15 08:12:04 I'm going to update my build so that we are more in sync Oct 15 09:43:44 Tofe: Nice :) Oct 15 09:44:05 Seems that with 5.6 we might be able to use plugins again as well :) Oct 15 10:11:35 Not a big fan of Flash but good to see that it's possible to support it at least ;) Oct 15 10:24:36 Seems widevine might be possible too :) Brings lot of nice options like Netflix, HBO Go etc :) Oct 15 13:29:29 Herrie: for the qtwebengine initialization, I think we should do the following: go back to calling from luna-qml-launcher, but making it conditional to a flag in appinfo Oct 15 13:30:59 I'll sketch something Oct 15 13:43:42 https://github.com/webOS-ports/luna-qml-launcher/pull/8 <-- something along these lines Oct 15 13:47:57 Tofe: Looks reasonable. So we'd reverse the plugin adjustment and just add the useWebEngine to browsers appinfo.json? Oct 15 13:50:16 exactly; note that the rest of the WebEngine migration in the browser plugin is still needed, so it isn't a full revert :) Oct 15 13:54:52 OK test it and PR it I'd say :) Oct 15 13:55:35 yup Oct 15 13:56:42 Should be getting my maguro tonight :P Oct 15 13:56:57 So will play with that a bit. Would be nice to have it working again. Oct 15 13:57:12 yes, that would be very nice Oct 15 13:57:37 Specs are quite similar to TP CPU and mem wise Oct 15 13:58:02 Also resolution. I always found Grouper to have an odd resolution Oct 15 13:59:25 It may still be a little bit laggy Oct 15 13:59:34 but we'll see Oct 15 14:00:16 Will see if I can pull some logs with ADB at least Oct 15 14:00:38 If not I have no clue how to debug but I guess you know :p ? Oct 15 14:01:15 Depends on the log, but I should be able to point at something Oct 15 14:02:03 I mean in case I cannot adb shell into device, what other options we have to debug? ie it crashes before adb is up Oct 15 14:04:48 we could try a logcat from recovery adb Oct 15 14:06:26 we could also try to create the journal non-volatile directory, to make the logs persistent and maybe have access to it from recovery Oct 15 14:17:32 Yeah let's see first :) Oct 15 14:22:14 Seems that there's some experimental Android 6.0 for Galaxy Nexus and Nexus 4 :P Oct 15 14:25:44 Tofe: You seen the plugins for 5.6 and Chromium? Look interesting for the future :) Oct 15 14:26:47 Yeah, I've seen some things here and there Oct 15 14:27:38 Tofe: Hmmmz sloppy bracket :P Oct 15 14:27:57 Strange it sometimes worked on TP, always on Desktop and never on N4 :s Oct 15 14:29:40 Tofe: You tested this one? Oct 15 14:34:07 yes, this one is tested Oct 15 14:34:23 So works on N4? Oct 15 14:34:52 The longpress got cancel each time the touchscreen detected a move of the finger --> the higher the DPI the more probable it is. Also that's why we didn't see it with a mouse pointer. Oct 15 14:34:57 yes, works on N4 Oct 15 14:36:43 OK will be in next nightly Oct 15 14:38:24 Let me know when you tested browser and I'll merge and include that too. Oct 15 14:38:48 It's still building Oct 15 14:39:12 But I tried to exclude qtwebkit from my build, so it should speed up things a bit Oct 15 14:40:29 Hehe ;) I included maguro in our build for now so it will take 30 or so mins longer but well :P Oct 15 14:40:35 Should be OK Oct 15 17:05:26 Nexus picked up :) Oct 15 17:17:48 :) Oct 15 17:18:31 Seems it has stock 4.3 on it will downgrade to 4.2.2 first ;) Oct 15 17:20:33 Browser working now? Oct 15 17:20:44 build not yet finished... Oct 15 17:21:50 You need a quicker machine LOL :P Oct 15 17:22:01 yeah, I begin to think samewise Oct 15 17:25:40 Ah this was your update build right? So normal it takes longer... Oct 15 17:26:13 Not just the 2 components correct? Oct 15 17:28:15 yeah, the whole testing rebuild Oct 15 19:48:06 OK flashing latest nightly on Maguro now ;) Oct 15 19:53:07 Seems it bootloops without being able to get in with adb shell Oct 15 19:54:49 Let me try old image instead Oct 15 20:05:37 Ok there I get Oct 15 20:04:07 maguro luna-next[1515]: FATAL: 20:04:07.077: EGL Error : Could not create the egl surface: error = 0x3009 Oct 15 20:23:03 mmh Oct 15 20:24:37 0x3009 means EGL_BAD_MATCH Oct 15 20:25:26 do you have an adb shell in hand? Oct 15 20:25:42 would be interesting to run the egl_test Oct 15 20:30:05 mmh looks like the first-run app does rely on webkit for the last slide! Oct 15 20:38:38 Herrie: what I feared happened: we have a crash with WebEngine in 5.5.1 at startup Oct 15 20:38:50 --> means the browser crashes at startup Oct 15 20:42:04 Still, we can merge my PRs, it's going the right way Oct 15 20:45:55 Tofe: OK Oct 15 20:46:02 The EGL error is with very old image Oct 15 20:46:11 I'm trying adb logcat now with nightly for maguro Oct 15 20:47:00 Ah seems that doesn't work :S Oct 15 20:47:04 logcat not found :S Oct 15 20:50:03 it is under /system/bin Oct 15 20:51:02 Hmmmz seems I have same EGL error on nightly now Oct 15 20:51:45 Tofe: where's egl_test? Oct 15 20:54:01 Herrie: should be in /usr/bin or something like that Oct 15 20:54:43 I'll debug all this further tomorrow evening Oct 15 21:16:21 Tofe: linker linker.c:1110| ERROR: Library 'libPVROGL.so' not found Oct 15 21:23:42 Tofe: Full journalctl from latest maguro nightly for your reference: https://bpaste.net/show/2e04a1d1776f Oct 15 21:24:48 Tofe: "Starting test (EGL_PLATFORM=(null)) Oct 15 21:24:48 linker linker.c:1110| ERROR: Library 'libPVROGL.so' not found" Oct 15 21:29:35 Tofe: OK got progress! Oct 15 21:30:06 doing "export QT_QPA_PLATFORM=hwcomposer" and "export EGL_PLATFORM=fbdev" will allow me to run luna-next and I get cardshell! Oct 15 21:30:20 Just seems my touch input doens't work **** ENDING LOGGING AT Fri Oct 16 02:59:58 2015