**** BEGIN LOGGING AT Thu May 12 02:59:58 2016 May 12 03:00:51 So, should I download http://build.webos-ports.org/luneos-stable-staging/wip/images/mako/luneos-dev-package-mako.zip and check if it’s ready to designate “stable”? May 12 03:18:26 the checkbox to show the wifi passphrase in First Use still doesn’t work, but that’s minor May 12 03:20:12 Sound isn’t working on my N4 May 12 03:21:51 Dashboards show as black space May 12 03:22:25 System popups don’t show up at all. May 12 03:23:30 PalmBus geolocation works, but HTML5 doesn’t May 12 03:24:33 With all these regressions from the last stable image, I’m not sure we can really call this stable. May 12 03:26:27 The HTML file dialog is back to tiny rows May 12 03:57:03 DougReeder: Thanks for testing. Did you try on 2nd boot as well.. 1st boot still has some issues in general. I'm testing Maguro now to see if I have the same findings May 12 03:57:24 Havn’t rebooted yet May 12 03:57:48 1st boot has all kinds of funny issues still May 12 04:02:32 Dashboards are sometime visible on second boot May 12 04:03:29 HTML5 geolocaton works then May 12 04:04:47 So, on 2nd boott, sound, system popups and the HTML5 file dialog all have bugs May 12 04:17:58 DougReeder: Sound is fine on my Maguro, banner & system popups too. HTML5 file dialog I'm not 100% sure. It looks a little small to me, but I don't really recall since I've only seen it once before I think :P May 12 04:18:20 Hmm May 12 04:18:48 Let me flash TP in a bit too May 12 04:18:58 My startup sound works, WAV + MP3 too May 12 04:58:40 DougReeder: Stuff on TP seems fine too May 12 04:59:16 The dashboard/popup not behaving I've seen before. Sometimes there's a delay before contents is shown. Sometimes it's black. I noticed this with earlier QT versions too May 12 04:59:21 Seems a bit random though May 12 04:59:32 My checkbox for wifi PW is OK on TP May 12 04:59:52 But we don't specify any height/width in our code, so if we specify something I guess it will be good on all targets. May 12 05:00:51 https://github.com/webOS-ports/org.webosports.app.firstuse/blob/master/qml/NetworkConnectPage.qml#l119 May 12 05:28:25 Tofe: ping May 12 08:27:21 Morning May 12 08:29:30 Herrie: for popup, a height is needed; for dashboard, it is possible to specify dashboardHeight, iirc May 12 08:51:19 Tofe: I think Testr specifies those, however it often renders it black without content or content is shown late. May 12 08:51:41 With late I mean 1+ s delay :P May 12 08:59:10 Tofe: You in the position to test the stable-staging image for Mako? I cannot replicate DougReeders findings on Maguro & TP. May 12 09:36:43 Herrie|Pre3: well, on Mako it seems the power popup menu doesn't show up anymore May 12 09:37:09 Tofe: With me it sometimes does and sometimes doesn't. May 12 09:37:22 What is the difference between stable-staging and testing? May 12 09:37:54 Tofe: Nothing really. Testing we have layers.txt pointed to HEAD in stable staging to a fixed commit. May 12 09:38:26 Which is the same. I only reverted JaMa's PA config but that shouldn't have any effect on the power popup. May 12 09:38:56 Seems qtwayland or hwcompositor might have a bug. These popups are rendered but not always visible it seems. May 12 09:39:24 I had it before too and then it would somehow appear under another screen. May 12 09:39:30 It seems fairly random though. May 12 09:40:31 If you try after a reboot it might work (or not), just try a few times :P May 12 09:40:39 It just seems random a bit. May 12 11:02:00 Ok, I'll investigate May 12 12:01:21 Tofe: Thnx, I'll push the release out and we can focus on new stuff :) May 12 15:28:11 DougReederPhone: Ping May 12 15:38:08 Herrie|Pre3, ping? May 12 16:04:35 ka6sox: pong May 12 16:05:20 Herrie|Pre3, when is the plan for the next release (timing wise) May 12 16:06:11 ka6sox: Pushed images out today, just need to do some PR to notify the public. Next release for first week of June, why? May 12 16:06:24 images? May 12 16:06:41 GodGinrai: Regular location, mocha folder :P May 12 16:11:36 Herrie|Pre3, so this is now a good time (assuming you don't have to do any rebuilds) to work on ABC to do an underlying OS upgrade. May 12 16:12:34 ka6sox: Sure. What you're planning? Ubuntu 16 upgrade? May 12 16:13:43 XCP to Xenserver upgrade May 12 16:14:05 that takes down all of ABC May 12 16:15:32 OK, how long it'll take approximately? May 12 16:15:40 Herrie|Pre3, I will give you guys more warning when I get close to doing ABC, tonight I am trying hawaiian, will let you know how it goes. Guessing a few hrs May 12 16:18:17 Few hrs is never a problem really :) We can build stuff locally as well. May 12 16:18:33 If it's a few days/week it would be another story :P May 12 16:18:49 Herrie|Pre3, I can make it take a year :P May 12 16:21:02 LOL May 12 16:42:51 Herrie, pong May 12 16:47:38 DougReederPhone: You have source code for Serene somewhere that you could share? jsbeautifying app.js isn't really nice :P May 12 16:49:19 Not online atm May 12 16:49:31 I could post it somewhere. May 12 16:49:58 Or email it. May 12 16:50:28 It would have to be late tonight. May 12 16:53:18 The volume on my N4 goes to 0 at times. i don't know if that's the problem or a symptom. May 12 17:07:50 DougReederPhone: No rush, just looking to sometime look into the HTML5 file API issue May 12 17:12:38 * DougReederPhone nods May 12 17:22:44 We had the HTML file input dialog scaled by devicepixelratio in a testing build. can we get that into the stable build? May 12 17:28:15 Herrie: let me know when you've got more time to look into the N5 port. May 12 17:45:32 Tofe: as for the power popup issue: seems it works for the first time after reboot, but then it's height is equal to -1 May 12 17:46:00 there is a small mistake here: https://github.com/webOS-ports/luna-next-cardshell/blob/master/qml/Notifications/AlertWindowsArea.qml#L74 May 12 17:46:24 as "winId" should be used in function, not window.winId May 12 17:47:31 DougReederPhone: It should be in there unless I messed something up :P May 12 17:47:35 LEt me check May 12 17:47:55 nizovn: Your fix for hw kbd on secondary windows didn't work for me May 12 17:48:03 Could be your 2nd version is somehow broken? May 12 17:48:05 Can you check? May 12 17:48:30 hm, ok May 12 17:55:06 nizovn: oh, you're damn right May 12 17:55:36 DougReederPhone: It should be there... May 12 17:55:41 The guy who did this really needed more coffee May 12 17:56:39 Tofe: I'm quite sure it was you :P Or more wine :P May 12 17:56:46 Either of them, or maybe even combined.... May 12 17:56:57 DougReederPhone: https://github.com/webOS-ports/qtwebengine/commit/d236c5a8a34803bda6115956184398b99dbba408 That's what should've fixed it May 12 17:57:17 Only change afterwards was Tofe's fix for the DB handling which is completely unrelated May 12 18:03:55 Herrie: I never PR'ed that, did I ? https://github.com/webOS-ports/luna-next-cardshell/commit/8650c7dfd4738ecbefe52334f9684779ced601b3 May 12 18:05:27 Oh, I did https://github.com/webOS-ports/luna-next-cardshell/pull/264 May 12 18:07:02 But I don't know why we didn't merge it May 12 18:08:04 Herrie: it works for me May 12 18:10:15 There's also a PR from nizovn that is waiting... looks like we forgot about them May 12 18:10:39 nizovn, Herrie: you ok with merging the two waiting PRs for the cardshell? May 12 18:12:50 i'm yes :) May 12 18:25:19 done May 12 18:25:45 And I will abandon you tonight, I've got a birthday to celebrate ;p May 12 19:09:59 Tofe: Yours :P ? May 12 19:10:02 Enjoy anyway :) May 12 19:10:09 nizovn: I guess it was some error at my end then. May 12 19:10:17 I'll kick off a new nightly shortly and we'll see :) May 12 19:56:42 Thanks, Herrie. Does the checksum or whatever need to be updated in the .bb file? May 12 21:27:49 Herrie: yup ! **** ENDING LOGGING AT Fri May 13 02:59:58 2016