**** BEGIN LOGGING AT Fri Oct 10 02:59:59 2014 Oct 10 04:38:34 https://plus.google.com/114577273894591277005/posts/ShG5oFkNdva Oct 10 05:08:05 PatrickC: now it only gets time we get it working on LuneOS too :) Oct 10 05:08:29 morphis: we should be able to with the way they enabled it on Linux Oct 10 05:08:38 is NSS something that can be installed in LuneOS? Oct 10 05:08:50 it's not that easy Oct 10 05:08:58 you need a browser being able to do DRM Oct 10 05:09:03 ours can't Oct 10 05:10:18 ah Oct 10 05:10:24 psh, who needs DRM? :P Oct 10 05:10:31 NSS is just certificate handling Oct 10 05:10:32 can't we compile Chromium? Oct 10 05:10:36 we can Oct 10 05:10:46 wait, does Chromium have DRM? or just Chrome? Oct 10 05:10:54 something still sitting in my todo list Oct 10 05:10:56 don't know Oct 10 05:12:19 sounds like it should work Oct 10 05:39:35 PatrickC: http://issues.webos-ports.org/issues/689 there we go Oct 10 05:42:56 nice Oct 10 05:43:36 but needs http://issues.webos-ports.org/issues/693 first Oct 10 05:45:20 "Target Version: Black Eye" Oct 10 06:13:25 why do I care about adding stuff to support DRM? Oct 10 06:13:48 ohai ka6sox Oct 10 06:14:16 yo! Oct 10 06:14:40 how's life? Oct 10 06:14:49 you're in cali, right? Oct 10 06:15:08 yes Oct 10 06:15:16 busy, very busy Oct 10 06:15:30 what part? anywhere close enough to attend ces? Oct 10 06:16:20 I've made the journey out to Sin City..its not a pleasant drive for me anymore. Oct 10 06:16:26 or is anyone in here going to CES 2015? Oct 10 06:17:17 i'll be there this coming January and it would be awesome to be able to hook up with some webOS peeps irl Oct 10 06:17:42 * PatrickC probably needs to head to bed here soon... Oct 10 06:17:46 i'll be on tomorrow i'm sure Oct 10 06:18:06 PatrickC, sounds good…catch you then if I'm not called away Oct 10 07:18:58 morning Oct 10 07:21:47 ka6sox: Hm.. tailor 0.3.1 did not yet show up in the alpha feeds. Is there anyway to diagnose what went wrong? Or how long is it supposed to take? Oct 10 07:23:05 morphis: if 689 is fixed, does that mean one could look into https://github.com/vladikoff/chromeos-apk/blob/master/archon.md ? ;) Oct 10 07:23:52 Better link: https://github.com/vladikoff/chromeos-apk Oct 10 07:29:01 So.. hm.. I just recognized we are using tabs but a lot of the projects I worked on are using spaces. What is the best course of action to "repair" this? :-( Oct 10 12:59:38 Hello. I'm having a problem installing LuneOS to my Nexus 7. Can you help me? Oct 10 15:00:15 Garfonso, let me kick the builder Oct 10 15:10:13 PatrickC: target version is "Later" Oct 10 15:10:17 Garfonso: possible that that can work Oct 10 15:14:02 morphis: do you think it's possible to port https://github.com/tux3/qTox to LuneOS? Oct 10 15:14:39 nizovn: yeah Oct 10 15:20:46 there are a lot of warnings in log like: luna-next[342]: WARNING: 15:38:06.640: file:///usr/palm/luna-next/shells/card/qml/Connectors/TelephonyService.qml:52:20: Unable to assign [undefined] to QString Oct 10 15:20:46 what is the best way: to make PR to libqofono to unitialize that with empty string, or somehow check for this in luna-next qml? Oct 10 15:29:10 nicodel_: seems to be the problem that we're accessing index 0 in the array where it doesn't exist yet Oct 10 15:29:17 better we rework that in the cardshell? Oct 10 15:29:20 s/?// Oct 10 15:57:29 Garfonso, seems the builder is broken…might take me a day to sort out what happened. Oct 10 15:57:41 ka6sox: ? Oct 10 16:16:34 morphis: The one that builds preware feeds Oct 10 16:24:00 ah Oct 10 16:29:04 morphis: not sure i understood you message, what you meant by "it": array or element? Oct 10 16:29:24 nizovn: modems[0] Oct 10 16:29:40 the element might not be there when we're trying to access it Oct 10 16:29:46 so we have to do some sanity check first Oct 10 16:30:01 like modems.count > 0 ? modems[0] : null Oct 10 16:30:30 ok Oct 10 16:30:57 or modems.count ? modems[0] : null; Oct 10 16:31:11 since 0 resolves to false Oct 10 16:44:09 right Oct 10 16:47:33 well, it is now: Unable to assign null to QString ;) i think "" will be good Oct 10 19:41:47 nizovn: right **** ENDING LOGGING AT Sat Oct 11 03:00:00 2014