**** BEGIN LOGGING AT Fri Oct 30 02:59:59 2015 Oct 30 06:19:57 morning Oct 30 06:49:24 Garfonso: ping Oct 30 07:08:05 Tofe: I've created this to keep track of what needs fixing: http://issues.webos-ports.org/issues/1005 Oct 30 07:08:19 5 might be something for Garfonso need to check with him Oct 30 08:08:11 Morning! Oct 30 08:08:16 Herrie: yes, that's a good idea Oct 30 08:09:12 For app menu, I didn't really look at it, maybe I forgot something obvious Oct 30 08:09:45 for Macaw, it's strange, all file:// should get cross-domain authorization... Need to check. Oct 30 08:11:06 "height" bug is my top priority :) Oct 30 08:13:39 Tofe: morning Oct 30 08:21:14 Tofe: Yeah most things are not that critical but app menu, height and email would need to be sorted. For C+DAV I used to get herriexx@gmail for name with QtWebkit now I get some long number Oct 30 08:22:17 Merely cosmetics of course Oct 30 08:24:22 Garfonso might have something in mind for it. Oct 30 08:39:27 Tofe: BTW macaw-enyo didn't work with QtWebkit either but we got some odd error there. This one seems more clear at least Oct 30 09:20:32 Tofe: for Macaw it might actually be a problem with identifying LuneOS as webis. It does a check for enyo.platform.webos for determining the callback url. macaw-enyo is using Enyo 2.4.0 but proper detection for LuneOS is only being added in 2.6.0 if I'm c Oct 30 09:20:32 orrect. Oct 30 09:25:39 So I'll try to package up Macaw-Enyo and force enyo.platform.webos to be true just for testing to see if that solves stuff :P Oct 30 09:37:57 :) ok Oct 30 09:39:19 It seems to be used in a number of places. I remember macaw enyo used to work when I tested it long time ago (maybe last summer). Then we switched identification for LuneOS and since then it's broken it seems. Oct 30 09:40:09 I got a local copy now with the added 1 line for proper identification in platform.js need to package that up and test Oct 30 09:40:42 My N4 got qtwebkit image now, but can see if it sorts the issue there, then it likely sorts it for webengine too Oct 30 09:40:51 Because it was broken with qtwebkit too :P Oct 30 10:00:23 yup Oct 30 10:07:48 Tofe: You have something with webengine on it where you can test? I could send you IPK Oct 30 10:25:09 No, I'm at work Oct 30 10:25:27 OK :) Oct 30 10:56:34 i'm getting this error https://gist.github.com/lessandro/fec5c9db1216fb8f869d Oct 30 11:10:10 lzm: I haven't played with this in the emulator to be honest. Oct 30 11:15:23 But seems it has problems getting your screen size. Oct 30 11:15:33 So you'd have to hard specify it I guess Oct 30 11:16:43 Not sure what you're trying to do exactly and on which build? Oct 30 11:21:24 lzm: luna-next requires a specific environment.conf for each target device Oct 30 11:22:19 i think it's the muteSound error that is preventing luna-next from starting Oct 30 11:22:30 let me retry things Oct 30 11:23:28 I think we use gcc for most parts of OS so it's likely you'll run into some errors when you try clang based :P Oct 30 11:28:11 You might want to make sure to run qemux86 the 64 bits was broken last time I tested it ;) Oct 30 11:30:46 yep, that's the one i'm using Oct 30 13:28:13 DougReeder: ping Oct 30 13:36:43 * HaDAk rubs his hands greedily Oct 30 13:36:59 i'm holding a certain somebody's 64-gb white touchpad running the latest build of luneos Oct 30 13:37:33 1 guess: it's EricBlade's :P Oct 30 13:37:38 XD Oct 30 13:38:13 HaDAk: We've been working hard. Still a few bugs to tackle but QtWebEngine is like 98% working now :) Oct 30 13:38:25 So proper browser experience :) Oct 30 13:38:32 it looks great. some of the animations are too slow though. Oct 30 13:38:45 card-ifying apps, i mean Oct 30 13:38:52 it's smooth, but slow Oct 30 13:39:18 HaDAk: That's merely cosmetics that I'm sure could be tweaked Oct 30 13:39:23 agreed Oct 30 13:39:27 just offering my two cents Oct 30 13:40:00 also. is this my keyboard layout? <3 Oct 30 13:55:05 HaDAk: Well I pixel copied it from 3.x more or less :P Oct 30 13:55:11 Based on your initial work Oct 30 15:37:52 Tofe: Updated 1005 with a "solution" for Macaw-Enyo and the likes. Since it might affect multiple apps, I don't think it's fair to expect devs to adjust to us based on changes in an unreleased Enyo version. Oct 30 16:26:21 Garfonso: You around? Oct 30 18:55:37 Herrie: I may have a fix for the height issue. More news in... one hour... Oct 30 18:56:07 Would a SSHD help with build speed ? Oct 30 19:03:42 Tofe: Nice :D Oct 30 19:03:51 Did you see my remark on the useragent? Oct 30 19:04:21 yes Oct 30 19:05:44 Your proposal seems ok Oct 30 19:05:54 It might be a good idea to just set this for webappmgr only so we don't get detection of old webOS stuff for websites? Oct 30 19:06:08 yes Oct 30 19:06:22 We already have a quite custom UA management within luna-webappmgr Oct 30 19:06:40 If we set it as property from the LunaWebView it would overwrite the one from luneos-components right? Oct 30 19:07:30 You mean, like here ? https://github.com/webOS-ports/luna-webappmanager/blob/master/src/qml/ApplicationContainer.qml#L148 Oct 30 19:09:20 Tofe: Yeah Oct 30 19:09:44 Andolamin: You know what's the useragent on Open webOS/ WebOS TV's ? Oct 30 19:13:42 I'll check Oct 30 19:27:10 Tofe: For http://issues.webos-ports.org/issues/981 do we need something on WebEngine site, or you suggest we intercept URL after user enters it and simply query DB and replace if needed Oct 30 19:27:43 Did you also happen to see a solution for setting UA per website? Seems that's it per profile/session now instead of per site like we had before Oct 30 19:32:04 Just asking since you're in the middle of all webengine code still so you might have some ideas Oct 30 19:36:03 for #981 we could intercept it yes; not really sure how soon we can replace the requested url though Oct 30 19:38:12 Tofe: We could do it here I guess? https://github.com/webOS-ports/org.webosports.app.browser/blob/master-webengine/qml/NavigationBar.qml#L1179 Oct 30 19:38:28 Alerady have some custom bits there Oct 30 19:43:02 yes, why not Oct 30 19:55:28 OK pending JaMa's recipe I'll just add a DB I build locally for now I guess Oct 30 20:24:55 User agent for my webOS TV is "Mozilla/5.0 (Linux: NetCast; U) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.33 Safari/537.31 SmartTV/5.0" Oct 30 20:25:23 s/Linux:/Linux; Oct 30 20:43:52 Not sure on the user agent for Open webOS. They pull the brower from isis-project, which uses "Mozilla/5.0 (hp-tablet; Linux; hpwOS/3.0.4; U; en-US) AppleWebKit/534.6 (KHTML, like Gecko) wOSBrowser/234.76 Safari/534.6 TouchPad/1.0" as the default user agent. Unless they override it for Open webOS, that should be correct. Oct 30 20:53:20 Andolamin: Thnx Oct 30 20:53:43 Tofe seems Ihave an issue in Settings while connecting to WiFi: Oct 13 12:07:12 mako LunaWebAppManager[1559]: WARNING: 12:07:12.122: CONSOLE JS: Uncaught ReferenceError: getNextCallId is not defined Oct 30 20:54:02 Which should come from https://github.com/webOS-ports/luna-webappmanager/blob/b6827ab09645ce56b8f54523b8f89fc53907a09e/src/qml/webos-api.js#L462 Oct 30 20:56:27 mmmh hehe... seems like I never really tested that one! Oct 30 21:17:39 Tofe: LOL Oct 30 21:17:48 How's the height going? **** ENDING LOGGING AT Sat Oct 31 02:59:59 2015