**** BEGIN LOGGING AT Sat Aug 22 02:59:58 2015 Aug 22 03:24:27 Herrie, I can’t email you Serene Notes — Google won’t transmit it, for some reason. Can I upload it somewhere? Aug 22 05:17:59 DougReeder: seems I might have found the culprit already see above ;) Aug 22 05:19:53 It seems that when an empty string is passed it will get the app path when then gets appended with icon.png Aug 22 05:20:07 It should get the appicon in that case instead Aug 22 05:20:19 Tofe will be able to fix that my C++ is no good ;) Aug 22 06:57:18 morning Aug 22 06:57:20 Tofe: ping Aug 22 08:16:06 morning Aug 22 08:23:15 nizovn: morning Aug 22 08:36:27 morning Aug 22 08:36:34 oh, lots of things happens Aug 22 08:36:36 Herrie: pong Aug 22 08:36:47 happened* Aug 22 08:37:09 Tofe: I am already trying something myself ;) Aug 22 08:37:17 Tofe: Not that much but found the culprit ;) Aug 22 08:37:28 When no icon is passsed it will get the app basepath Aug 22 08:37:34 Then in LNC it adds icon.png Aug 22 08:37:37 That causes the issue Aug 22 08:38:02 When no icon is passed imho it would be best to use the app icon instead as a default Aug 22 08:38:40 I came up with https://github.com/webOS-ports/luna-webappmanager/commit/9b2f00b323fcb91c32a6c90f15eccc81ccefc142 Aug 22 08:42:59 Herrie: you can use isEmpty() on a QString like icon, it's a little bit prettier Aug 22 08:44:12 And I'm not sure your code works -- does it ? it calls com.palm.applicationManager/getAppBasePath, and then tries to retrieve the icon path from the response, which looks weird Aug 22 08:46:10 Tofe: Ah can adjust it Aug 22 08:46:14 Will see what the build does Aug 22 08:46:22 Yeah you're right, should be getAppInfo I guess Aug 22 08:46:27 yes Aug 22 08:46:40 ok, breakfast time :) Aug 22 08:54:29 Enjoy, any bakeries still open? Had a hard time finding open ones :P Aug 22 08:54:39 Most were closed for 3 weeks in August ;) Aug 22 08:56:02 mine is closed too yeah :( Aug 22 10:12:19 Herrie: I propose the following, more easy code: http://pastebin.com/FQCw9Ggg Aug 22 10:15:52 Tofe: Yeah that would work too I guess Aug 22 10:15:57 Let em try that next Aug 22 10:17:10 Herrie: https://dl.dropboxusercontent.com/u/4679068/luna-next/luna-webappmanager_0.2.0-8%2Bgit0%2B2c5a4cace5-r0.2_armv7a-vfp-neon.ipk Aug 22 10:31:56 Tofe that works :) Aug 22 10:32:03 found one more bug: open settings, open maps, close maps -> settings will become white Aug 22 10:32:07 Now get the appIcon when it's not specified Aug 22 10:33:03 nizovn: I'm able to replicate on N4 Aug 22 10:35:11 Tofe: Updated luna-webappmanager with your code and added some debugging in case we need it sometime in the future :) Aug 22 11:03:15 Herrie: wait wait Aug 22 11:03:27 the code I pasted doesn't compile as-is ! Aug 22 11:03:43 The fixed line is iconUrl = mApplicationWindow->application()->icon().toString(); Aug 22 11:04:59 Tofe: OK will change that Aug 22 11:09:58 Tofe: https://github.com/webOS-ports/luna-webappmanager/commit/da706a153724c13c2e07a99bc9e30dbd9661a85e Aug 22 11:43:15 Oh, I didn't see, you commit directly to master ? Aug 22 11:43:51 I think we could merge all today's commits into one :) Aug 22 12:15:10 Tofe I guess we could, just my git skills won't allow me :P Aug 22 13:56:00 And I don't think I've got write access on that one Aug 22 14:03:27 Tofe: I'll sort it, cannot be rocket science. Aug 22 14:03:48 Nizovn: I assume your PR is build tested locally already? Aug 22 14:04:32 yes Aug 22 14:04:34 Will this work together with the Settings already? Aug 22 14:05:09 Herrie|Veer: it'll be along the line of git rebase -i 2c5a4cace55cf667ccd075535c36334e63589c08 Aug 22 14:06:14 Herrie|Veer: probably on/off switch will work Aug 22 14:06:27 Herrie|Veer: oh but wait, I *may* have write access Aug 22 14:06:59 on Aressel bt version Aug 22 14:08:03 nizovn: OK Aug 22 14:08:25 Herrie|Veer: please wait 5 min before merging his PR Aug 22 14:08:33 Do you need to do things still or Aressel needs to do something on Settings side now? Aug 22 14:09:15 my PR base have some today commits Aug 22 14:09:27 nizovn: ah yes you're right Aug 22 14:09:45 so actually it would be better to rebase *after* the merge of the PR Aug 22 14:10:23 Tofe I'm not home :P Aug 22 14:11:02 But will be soon. Aug 22 14:11:19 Herrie|Veer: I can handle the merge & PR Aug 22 14:11:32 s/merge/rebase/ Aug 22 14:12:08 Tofe: OK, happy to sort my own mess too :P Up to you ;) Aug 22 14:12:37 Herrie|Veer, nizovn: so, it's fine to merge the PR now? Aug 22 14:12:43 Herrie|Veer: no, Aressel can work now; i'm open to change api if needed Aug 22 14:13:07 Tofe: yes from my side Aug 22 14:13:47 but i Aug 22 14:13:57 'm going to do another pr soon Aug 22 14:14:30 nizovn: for the bluetooth? Aug 22 14:14:58 and from the same branch on your side? Aug 22 14:15:09 no, for 955 Aug 22 14:15:17 one-liner Aug 22 14:15:25 ah ok Aug 22 14:16:35 I'll not rush things then, the rebase isn't something urgent, it's mostly git log cosmetics :) Aug 22 14:17:42 so i should wait for rebase? Aug 22 14:25:02 nizovn: I guess Aressel will be OK with the API ;) Aug 22 14:25:37 Nizovn: For 955 you should be OK Aug 22 14:25:46 To do PR since it goes to Settings Aug 22 14:25:58 no, to webappmanager Aug 22 14:33:39 I’m glad we’ve got a fix for the icon. Aug 22 14:34:27 Is anyone else seeing Luna restarts when using input type=“file” in apps? Aug 22 14:38:01 nizovn: For fixing 955? Aug 22 14:38:11 Ah it's the WiFi plugin? Aug 22 14:38:42 yes Aug 22 14:38:45 I think when you create a separate branch at your end and do a separate PR we should be good in any case since you're just touching the wifi plugin? Aug 22 14:38:49 And no other files? Aug 22 14:44:46 not sure, seems history from my branch will reappear after rebase & merge Aug 22 14:44:56 nizovn: no no, don't wait Aug 22 14:46:36 Tofe: i finished just in time Aug 22 14:55:21 DougReeder: no, how to reproduce? Aug 22 14:56:15 With Serene Notes, I sometimes get Luna restarts when the file dialog is displayed, or when a file is selected. Aug 22 14:56:31 Not consistently. :-( Aug 22 14:58:24 DougReeder: Any clues in journalctl? Aug 22 14:58:25 … running Crema on my N4 Aug 22 14:58:45 Havent looked.. Aug 22 14:59:55 Can do that later; gotta tear up my deck now. Aug 22 15:00:21 Thanks! Aug 22 16:06:45 Tofe: You have access to the luna-webappmanager repo or I should take care of it? Aug 22 16:26:14 Herrie: I'll take it from here Aug 22 16:29:07 It is done. Aug 22 16:31:43 morphis: can you remind me why we didn't yet switch from WebView to WebEngine ? Aug 22 17:51:07 Tofe: You mean from QtWebkit to QtWebEngine? Aug 22 17:51:24 I recall there was some issue with QtWayland causing nothing to display but I might be wrong Aug 22 17:51:55 It would be a good move though since QtWebEngine should have a lot better support for newer HTML5 bits Aug 22 17:52:56 Tofe: Thnx for fixing. I'll trigger a new nightly with all this included :) Aug 22 17:53:09 Aressel can work on the Settings integration for BT further then :) Aug 22 17:54:13 Builds are running :) Aug 22 18:56:09 Herrie: 'cause I think we might get better results with gestures with WebEngine Aug 22 19:03:15 Tofe: I guess you could try in the browser with just switching? Aug 22 19:03:23 It's included in 5.4 already or we need 5.5? Aug 22 19:03:39 Ah we need 5.5 I think Aug 22 19:25:54 Herrie, if we need 5.5 you might need to talk to JaMa about where OE-Core is with this stuff. Aug 22 19:28:12 ka6sox: he recently asked me about qtwayland status, he wanted to rebase qtwayland/webOS-ports/master-next for qt 5.5 Aug 22 19:31:10 I wanted to merge upgrade to Yocto 1.8 Fido first, then qt 5.5 is almost ready Aug 22 19:49:59 JaMa, sounds good **** ENDING LOGGING AT Sun Aug 23 02:59:58 2015