**** BEGIN LOGGING AT Wed Jan 18 03:00:01 2017 Jan 18 06:25:49 MOrning! Jan 18 06:33:55 granpc: good question, I don't remember exactly. It's very possible that Qt can use either of the two APIs (createWindow or createNativeWindow) depending on which returns something. Jan 18 08:34:29 morning Jan 18 16:30:55 hmm Jan 18 16:31:12 so i tried starting up surfaceflinger on the android side of things Jan 18 16:31:30 and then fixing up test_sf and running it Jan 18 16:31:36 and it looks like that works just fine Jan 18 16:31:47 so I guess my next step would be to make a surfaceflinger EGL_PLATFORM? Jan 18 16:32:00 I'm sorta done trying to get hwcomposer to work, I have no idea what's wrong with it Jan 18 16:56:28 Tofe, do you use Qt-Creator? Jan 18 16:57:00 ka6sox: Yeah we do Jan 18 16:57:04 Why? Jan 18 16:57:48 Herrie|Pre3, another project asked me about this and I said I would ask. Jan 18 16:58:49 Herrie|Pre3, for the time being we will be *adding* a new builder not converting the existing. Jan 18 16:58:55 so we can test. Jan 18 16:59:15 so for your builds continue using the existing. Jan 18 17:00:22 ka6sox: Tofe is the expert on Qt-Creator here though, but I've played with it too. Jan 18 17:03:05 ka6sox: OK that's good for the builder. Jan 18 17:35:39 ka6sox: I use Qt-Creator for all our QML projects Jan 18 17:36:09 Though I never use the "Designer" part, because our UIs are mostly built dynamically Jan 18 17:38:30 Herrie: I managed to get a last_kmsg; looks like it boots fine, but isn't in the mood to continue onto the initrd image somehow Jan 18 17:40:51 you sure it's not hanging on waiting for some filesystems to appear? Jan 18 17:41:00 that happened to mine a while back when my data partition path was wrong Jan 18 17:41:28 granpc: I'm checking that sort of thing too, yes Jan 18 17:41:45 to test mine out I added a manual call to adbd on the initrd script Jan 18 17:41:56 then I could shell in and see if everything looked alright Jan 18 17:42:25 I think I also made it log everything to a file somewhere in /dev (since it doesn't get destroyed when it switches over to the other rootfs) Jan 18 17:43:31 I might have spotted the issue; let me rebuild the fastboot image and test Jan 18 17:46:02 well, it changed things ! I now have a bootloop :) Jan 18 17:49:34 "Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100" Jan 18 17:53:31 holy shit Jan 18 17:53:43 so i made a really crappy initial vresion of my surfaceflinger EGL_PLATFORM Jan 18 17:53:47 test_hwcomposer runs stupidly fast now Jan 18 17:53:58 i gotta try luna-next on this thing Jan 18 17:55:53 :) Jan 18 18:07:05 Tofe, thanks! Jan 18 18:15:26 Tofe: so the gesture area on bottom isn't appearing Jan 18 18:15:47 pretty sure I enabled it but I don't remember anymore really Jan 18 18:16:02 where's the config file for that again? Jan 18 18:18:22 wait a little bit Jan 18 18:18:46 granpc: on the device? Jan 18 18:18:48 yeah Jan 18 18:18:57 it's in /etc/palm, iirc Jan 18 18:19:04 grep for TabletUi Jan 18 18:19:13 should be a luna-something Jan 18 18:19:20 hmm Jan 18 18:19:23 VirtualCoreNaviEnabled=true Jan 18 18:19:28 i think we have it enabled by default Jan 18 18:19:38 you can disable it in tweaks app Jan 18 18:23:00 "show virtual gseture area" is enabled Jan 18 18:23:53 then probably there is some bug, maybe it's listed in journalctl Jan 18 18:24:26 you you in firstuse mode Jan 18 18:24:34 s/you/or Jan 18 18:24:36 ohh I might be Jan 18 18:24:45 I've seen the first use app open up and instaclose a few times Jan 18 18:24:52 Jan 08 03:23:20 h560 luna-next[4416]: DEBUG: 03:23:20.134: boot state changed to: firstuse Jan 18 18:26:15 do you want to debug it, or just skip? Jan 18 18:27:20 would be cool to figure it out Jan 18 18:27:29 how do I run the firstuse app on terminal? Jan 18 18:27:42 I tried luna-send but that doesn't give me stdout/stderr Jan 18 18:28:38 Herrie, thanks for the info on defunct im networks; I'll update the PR tonight. Jan 18 18:29:14 /usr/sbin/luna-qml-launcher /usr/palm/applications/org.webosports.app.firstuse/appinfo.json Jan 18 18:29:52 maybe also export XDG_RUNTIME_DIR=/tmp/luna-session Jan 18 18:29:56 I'm dismayed by the number of IM networks and protocols; why do people keep building new ones without real innovation? Jan 18 18:30:07 thanks, that worked! Jan 18 18:30:22 segfault, hm Jan 18 18:32:41 eh, I think I know what this is Jan 18 18:32:46 how can I skip firstuse for now nizovn? Jan 18 18:33:38 touch /var/luna/preferences/ran-first-use Jan 18 18:35:01 wow, this is great Jan 18 18:36:28 some rendering glitches (due to my terrible, terrible surfaceflinger hackery) Jan 18 18:36:32 but like, it works Jan 18 18:36:40 good :) Jan 18 18:58:34 You can also just do luna-send -n 1 luna:/com.palm.applicationManager/launch '{"id":"org.webosports.app.firstuse"}' Jan 18 19:03:55 DougReederPhone: So am I LOL Jan 18 19:08:53 So, does Google Talk still work over XMPP? Jan 18 19:09:12 Not sure Jan 18 19:09:20 EricBlade might be best to answer that Jan 18 19:13:25 Eh, I guess it's so neglected by Google that we shouldn't put any effort into it. Jan 18 19:14:05 Well Google cannot make their mind up with regards to IM :S Jan 18 19:14:13 Allo, Talk, Voice etc Jan 18 19:14:40 Let's do the straightforward stuff first. Jan 18 19:14:49 Yup Jan 18 19:14:56 Getting stuff working is important Jan 18 19:15:04 Adding plugins is relatively straight forward Jan 18 19:19:38 After we have libpurple fully operational, I'd suggest looking at the open-source code for Signal (if the libpurple people aren't already) Jan 18 19:21:54 It's from OpenWhisper, so it should implement the protocol properly Jan 18 19:27:10 There is already something called pidgin-otr: https://otr.cypherpunks.ca/README-pidgin-otr-4.0.0.txt Jan 18 19:27:28 Just not sure if/how that would work with our imlibpurpleservice etc Jan 18 19:27:33 So we'd need to check that at some point Jan 18 19:29:43 That page sounds is not clear about interation with underlying networks. Jan 18 19:59:10 DougReederPhone: Yeah I'm also not sure Jan 18 20:02:02 Has anyone looked at Telepathy (https://telepathy.freedesktop.org/about/)? It works over dbus and provides many things we want. Jan 18 20:02:46 I think that's what they're gonna use on ubuntu touch Jan 18 20:02:56 for their unified messaging stuff Jan 18 20:03:01 so you could benefit from their work at some point Jan 18 20:07:43 granpc: We have our own stack using libpurple/pidgin + plugins Jan 18 20:07:57 Telepathy has a lot of other things we don't really want/need AFAIK Jan 18 20:08:15 We did have some discussion about it at some point in the past, sure it can be found in the logs Jan 18 20:08:36 We have a pretty much working libpurple/pidgin stack, so that's easier to start from then telepathy from scratch Jan 18 20:08:54 We're closer for SFOS/Jolla in that regard when it comes to telephony + networking stack Jan 18 20:09:29 We're using VoiceCall from SFOS for example for our phone calls Jan 18 20:10:13 Okay, it does seem to be a middleman. Jan 18 20:11:33 We're using ConnMan, oFono etc where Ubuntu is using other bits AFAIK Jan 18 20:14:06 Herrie|2: closer *to* SFOS, you mean? Jan 18 20:15:08 GodGinrai: Yeah, need more sleep LOL Jan 18 20:15:12 np Jan 18 20:15:14 :) Jan 18 20:15:19 Little one is having fits about sleeping in his own bed LOL Jan 18 20:15:32 Which means regular tantrums of shouting at night LOL Jan 18 20:16:02 I don't think there's a parent who doesn't experience that Jan 18 20:16:04 ;) Jan 18 20:16:21 Well this was a bit extreme last couple of nights LOL Jan 18 20:16:23 But well Jan 18 20:17:14 I'm not saying "suck it up", but "welcome to parenthood" :P Jan 18 20:19:59 Yeah LOL, he's almost 2,5 so we had most of this fun stuff I guess Jan 18 20:20:07 Well next one due end of April so it starts again LOL Jan 18 20:22:25 oh wow Jan 18 20:22:46 the merry-go-round continues Jan 18 20:22:48 ;) Jan 18 20:24:50 For us it's more "not wanting to go to bed at all" :-( Jan 18 20:26:14 Herrie|2: oh, just when you began getting some sleep again ;) Jan 18 20:29:48 DougReederPhone: Yeah we have that too :P Jan 18 20:29:59 10-11PM and Mrs is passed out already LOL :P Jan 18 20:30:02 Little one still not Jan 18 20:30:24 At least he sleeps till 6:30-7:30 nowadays when he sleeps, so that's better :P Jan 18 20:30:29 COmpared to 4:30-5:00 :P Jan 18 20:32:40 Tofe: his child is helping him out. Decided to start up the crying again so that he can get back on schedule before the next one comes along Jan 18 20:36:49 Yeah LOL Jan 18 20:46:49 :D Jan 18 23:06:37 re: Google XMPP. Apparently it works, for now. It's not 100% clear to me if they are going to kill the entire XMPP system in October, or if they are just killing the AppEngine API to it. **** ENDING LOGGING AT Thu Jan 19 03:00:01 2017