**** BEGIN LOGGING AT Thu Mar 03 02:59:58 2016 Mar 03 04:00:39 Well, this is weird - sideloading works *better* through a hub. Mar 03 05:18:22 morning Mar 03 05:18:28 DougReeder: That's odd Mar 03 05:18:31 Just like your bug Mar 03 05:18:54 We have https://github.com/webOS-ports/luneos-components/blob/master/modules/LuneOS/Components/LunaWebEngineView.qml#L51 Mar 03 05:19:45 Browser & App rendering should use the same QML above. So it's strange 1 works and the other not Mar 03 05:21:25 DougReeder: We'll be looking into moving to Qt 5.6 soon. Could be it is a bug and will be fixed with the upgrade or it's something we need to address seperately Mar 03 05:23:07 Tofe: Strange, but isn't there a 4.4.4 as well? Or 4.4.2. I'm not sure what morphis' build was based on. Though I don't think there should be much difference between 4.4.2, 4.4.3 and 4.4.4 **** BEGIN LOGGING AT Thu Mar 03 05:29:15 2016 Mar 03 05:50:50 Herrie|Laptop: I just ran a mako build and I got the luneos-dev-image-mako.tar.gz, but no uImage. I have zImage, but not sure that's the same thing? Mar 03 05:57:45 Andolamin: It should create various ones in your temp-eglib folder Mar 03 05:57:50 Including a zip to deploy Mar 03 05:58:20 Got the zip, but the build instructions (http://webos-ports.org/wiki/Build_for_Mako) mention uImage, where I have zImage Mar 03 05:59:14 Ah the instruction might be wrong! Mar 03 05:59:22 I think uImage might be TP only Mar 03 05:59:25 Not sure Mar 03 05:59:37 Tofe knows I'm sure Mar 03 05:59:58 Ah, makes sense. But, looks like my changes for the Pi worked well. Mar 03 06:00:03 Andolamin: We just sideload the ZIP ;) Mar 03 06:00:46 Don't really look at the kernel normally :) Mar 03 06:00:56 Build for Pi took 3.5 hours, with 0% sstate use (because it was the first build). Build for Mako took 2 hours with 10% sstate use (because some overlap). Build for Maguro failed at linux-samsung-tuna_git.bb, do_configure, but finished 5921 tasks with 85% sstate use, because of the Mako build Mar 03 06:00:59 Andolamin: Ex HP-er got his Pi3 yesterday ;) Mar 03 06:01:03 No qt rebuild for the maguro build Mar 03 06:01:13 Nice Mar 03 06:01:44 You might know him... twtomcat, he's from Switzerland Mar 03 06:01:54 Used to be the Enyo PR guy here in Europe :P Mar 03 06:02:19 My order was confirmed as being in the first batch, but hasn't shipped yet. Should take a week or two, since it has to travel overseas. Mar 03 06:02:26 Met him once at some enyo dev day here in Amsterdam Mar 03 06:02:35 Yeah, I recognize that name Mar 03 06:02:38 He's in Switzerland, so had to travel too ;) Mar 03 06:02:45 But well :) Mar 03 06:02:50 I guess it'll be soon enough Mar 03 06:02:59 Good that your tests seem to work Mar 03 06:03:24 Just want to flash to make sure everything is working correctly, but I'm satisfied enough to suggest setting up a build target Mar 03 06:03:55 Already tested the Pi, it's working great, but wanted to make sure I didn't break the other builds Mar 03 06:06:42 Andolamin: I'm in the middle of getting the monthly release out. Once that's done we can take this on I guess :) Mar 03 06:06:58 Tofe will be looking at migrating to Qt 5.6 too :) Mar 03 06:07:15 NP - I expected as much. Mar 03 06:07:32 Just thought I would let you know that it seems the layers are ready to go Mar 03 06:08:06 Just going to merge my wip-machine-arch branch into develop/master Mar 03 06:10:49 Andolamin: Great. For Pi2/Pi3 you'll have a ZIP like mako/maguro/grouper or... ? https://github.com/webOS-ports/jenkins-jobs/blob/master/jenkins-job.sh#l132 Mar 03 06:11:04 So I can PR this stuff for JaMa already and setup Jenkins jobs etc Mar 03 06:11:07 At least try Mar 03 06:11:38 Should just call them pi2 and pi3? Mar 03 06:11:45 Or rpi2 and rpi3 ? Mar 03 06:12:06 Or they have a fancy codename as well ? Mar 03 06:12:14 Like we have Mako for Nexus 4 Mar 03 06:12:25 The build generates tmp-glibc/deploy/images/raspberrypi2/luneos-dev-image-raspberrypi2.rpi-sdimg Mar 03 06:13:02 For the Pi 3 it would be the same, except raspberrypi3 Mar 03 06:13:36 OK, I guess it's more like the tenderloin build then Mar 03 06:13:37 To save on space, we'd probably want to tar/zip that Mar 03 06:15:25 Can you check https://github.com/Herrie82/jenkins-jobs/edit/master/jenkins-job.sh#l386 to see what we might delete? Mar 03 06:17:20 For post build cleanup? Mar 03 06:17:24 For the pi targets I mean, so we only keep the useful files on build server Mar 03 06:17:25 Yeah Mar 03 06:17:31 Sorry been up since 3 AM Mar 03 06:17:36 Damn head is too busy Mar 03 06:18:41 NP Mar 03 06:19:58 The existing commands would remove ~98%-99% of the space from old builds Mar 03 06:20:27 Looks like there are only a couple files more than a few bytes that they would miss Mar 03 06:21:06 So you mean no cleanup is needed in this jenkins script? Mar 03 06:21:14 Adding rm -rfv tmp-glibc/deploy/images/${BUILD_MACHINE}/Image* and rm -rfv tmp-glibc/deploy/images/${BUILD_MACHINE}/modules* would cover the rest Mar 03 06:22:28 https://gist.github.com/Andolamin/b4e0ad72f2242527f348 Mar 03 06:23:20 Also, here are my build results: https://drive.google.com/a/associativeintelligence.org/folderview?id=0B5HOzYm2F6I8UkI2ZU9LblhfcHc&usp=sharing Mar 03 06:25:54 Tomorrow morning I'll see if I can get the mako image on my device to test if anything looks broken. Mar 03 06:30:39 Herrie|Laptop: I meant that the existing cleanup in the jenkins script was fairly comprehensive. Mar 03 06:32:15 Andolamin: for mako, it's the fastboot zImage which is important; but anyway you shouldn't care, because the sideload deployment also flashes the kernel Mar 03 06:32:51 Andolamin: Current cleanup does it based on target, so we need to know what needs deleting for rpi Mar 03 06:32:55 Tofe: morning Mar 03 06:32:59 morning :) Mar 03 06:33:35 Herrie|Laptop: https://github.com/Herrie82/jenkins-jobs/compare/master...Andolamin:patch-1 Mar 03 06:34:48 I'm guessing, of course, that the machine for the Pi 3 will be raspberrypi3, but since the existing machines are raspberrypi, raspberrypi2 and raspberrypi0 I think it's a safe guess Mar 03 06:46:08 Andolamin: but that would also remove your rpi-sdimg which you'd want to keep right? Mar 03 06:46:18 That's the file you need to deploy, no? Mar 03 06:48:34 Right...Need more coffee Mar 03 06:48:42 LOL Mar 03 06:48:44 Or sleep Mar 03 06:48:53 OK I'll adjust accordingly no worries Mar 03 06:49:19 One of those two Mar 03 06:53:01 I guess this should do? https://github.com/Herrie82/jenkins-jobs/commit/0d1d9a24d7c71bfc22a841cd380a30e3961ea0d7 Mar 03 06:53:15 Should keep your rpi-sdimg I guess :) Mar 03 07:07:00 LGTM Mar 03 07:10:27 JaMa: https://github.com/webOS-ports/jenkins-jobs/pull/1 Mar 03 07:10:51 What else needs to be done, besides setting up the Jenkins jobs for testing, unstable, stable? Mar 03 07:11:03 I'll document the steps on the Wiki right away for possible future targets :) Mar 03 07:49:58 Tofe: afaik with the 4.4 work there is the fd leak Mar 03 07:54:57 morphis: ok; I'll still check, though, as the sailfishos-porters guys tell me the leak isn't a pb anymore on mako (maybe due to latest commit of Stskeeps on the qpa?) Mar 03 07:55:45 possible, but if they claim its really worth to try that Mar 03 07:55:53 would be a really good thing to have :-) Mar 03 07:56:36 yep, I agree :) Mar 03 08:08:19 morphis: Seems we'll have Rpi2 and 3 builds soon too :) Andolamin got it building in a way we can use SSTATE properly :) Mar 03 08:08:34 Herrie|Veer: really nice Mar 03 08:08:35 We need 4.4 for all the media libraries and hw acceleration right? Mar 03 08:08:39 with the UI being up already? Mar 03 08:08:56 Herrie|Veer: that depends which way we're going Mar 03 08:09:23 morphis: All working. We have a nasty workaround for the hw buttons pending a proper libevdev solution but yeah works. Mar 03 08:09:26 Sailfish and Ubuntu are taking different roads to archive those things Mar 03 08:09:36 Herrie|Veer: nice Mar 03 08:09:40 So he has a volume slider in app menu and a shutdown option Mar 03 08:09:50 great Mar 03 08:09:59 Not ideal but that could be done short term pending a proper solution in future. Mar 03 08:10:09 propose it as new media-center :-) Mar 03 08:10:26 Tofe re-did the whole phone app and we upgraded ofono, connman etc Mar 03 08:10:46 yeah looks you all are doing an awesome job Mar 03 08:10:57 Have proper geocoding, contacts integration etc. Now just need to work on audio-service for routing of audio Mar 03 08:11:10 Bluetooth is also connecting, just audio doesn't route yet. Mar 03 08:11:40 bluetooth is still bluez4, right? Mar 03 08:11:44 Tofe's been doing a lot of heavy lifting :) Mar 03 08:11:54 It's almost ready to be used as a phone :p Mar 03 08:11:57 morphis: Yeah, bluez5 needs 3.4 kernel. Mar 03 08:12:08 Which we don't have everywhere I think. Mar 03 08:12:15 not even on mako? Mar 03 08:12:15 Herrie|Veer: even 3.4 is too old for that to work well Mar 03 08:12:38 Herrie|Veer, Tofe: have a look at https://wiki.ubuntu.com/Touch/BluetoothEnablement Mar 03 08:12:42 Mako has 3.4 with CM11 it seems Mar 03 08:13:03 that is what you want Mar 03 08:13:40 ok yes, that's a useful page Mar 03 08:13:51 morphis: OK. Mar 03 08:13:54 that is what we're doing for Ubuntu on those devices Mar 03 08:13:59 as none come with a recent kernel Mar 03 08:14:03 all are 3.4, 3.10, .. Mar 03 08:14:27 Herrie|Veer: if I'm correct, mako already uses a 3.4, even with CM10.1; If I'm wrong, that might explain the mess I have with my drivers with CM11 :p Mar 03 08:14:49 morphis: OK but you got bluez 5 working also on 3.10 ? Mar 03 08:15:08 sure Mar 03 08:15:27 Herrie|Veer: with backports you get the bluetooth kernel stack from 4.x Mar 03 08:15:30 Ah sorry I'm mixing up 3.1 with 3.10 Mar 03 08:15:47 so it doesn't matter than which kernel release you're sitting on Mar 03 08:16:07 Woke up at 3 :P Mar 03 08:17:08 Even old Maguro 3.0.31 kernel? Mar 03 08:17:09 :-) Mar 03 08:17:21 Herrie|Veer: puuh, with some additional work could work Mar 03 08:17:51 I think people are working on 3.4 for Maguro as well.. Not sure what's the status. Mar 03 08:19:14 Herrie|Veer: we could also drop bluetooth support for magoru, if it's too old. Mar 03 08:20:04 Tofe: Yeah that's true... Mar 03 08:20:33 Anyway I think the Pi2 and Pi3 might attract some devs and we can speed things up a bit on the outstandings :) Mar 03 08:20:46 hehe yes :) Mar 03 08:21:08 We've been closing quite some recently though :) Mar 03 08:24:29 Herrie|Veer: change version in the script and it should be all Mar 03 08:25:14 JaMa: OK let me update that Mar 03 08:26:45 Done Mar 03 08:26:52 Made it 2.3.0 Mar 03 08:27:09 Is there an easy way to copy a Jenkins job or just setup from scratch? Mar 03 09:37:42 Raspberry Pi 2/3 jobs have been setup in Jenkins. As soon as JaMa merges the script and we have layers we can do test builds :) Mar 03 09:38:32 Herrie|Veer: there is easy way, just start creating new and it will ask you which one to duplicate as template Mar 03 09:39:31 JaMa: Yeah that's what I found now :) Mar 03 09:39:36 They're all setup now :) Mar 03 09:40:15 So as soon as you merge the script & Andolamin has his layers organized we can start a testing build once I'm able to push the release out. Mar 03 09:40:37 Which will probably be tonight. I had a typo in one of the layers so needed to rerun. Mar 03 09:43:21 Herrie|Veer: again missing SOB line Mar 03 09:43:44 Eerrrg let me fix that Mar 03 09:44:41 it looks like all your meta-webos-ports are also missing SOB :/ Mar 03 09:45:15 use -s when doing the commits Mar 03 09:45:20 JaMa: Yeah sorry for that... Not only me it seems... Mar 03 09:45:39 JaMa, I do them manually usually.. I'll fix it going forward :P Mar 03 09:45:46 Learning as I go along.... Mar 03 09:45:51 Updated PR Mar 03 09:45:52 also you should use full name in SOB Mar 03 09:46:19 I did now with this PR. Mar 03 09:46:26 OK like this or? Mar 03 09:46:38 it belongs in commit message Mar 03 09:46:48 Just copied yours and modified with my data Mar 03 09:46:49 will do it in this one Mar 03 09:47:06 OK thnx, will keep in mind for future. Nobody told me before LOL Mar 03 09:48:00 I've applied both manually and also fixed added trailing spaces Mar 03 09:48:49 Blame GH for that :P Edited the script online Mar 03 09:48:57 https://github.com/webOS-ports/jenkins-jobs/commit/737eeb1b27dda3b0da44d8cec1fd69b8716f4304 Mar 03 09:50:32 Thnx Mar 03 09:50:55 Still have lots to learn :) Haven't been playing with OE and GH as long as you ;) Mar 03 09:52:19 np :) Mar 03 10:56:03 morphis: ping Mar 03 11:06:35 morphis: ping Mar 03 11:06:52 Herrie|Veer: pong Mar 03 11:07:39 With regards to Chromium on LuneOS: This still has benefits? QtWebEngine in 5.6 will support plugins like Pepper Flash etc Mar 03 11:17:32 Herrie|Veer: who on the earth really still wants flash? Mar 03 11:29:17 morphis: It beats me too :P Mar 03 11:31:21 Just wondered what your considerations were for mentioning Chromium. Mar 03 12:15:20 Herrie|Veer: my opinion: having QtWebEngine supporting flash is one more argument for *not* using chrome Mar 03 12:15:53 Because the first thing we'd do is adapt chrome to fit in LuneOS, which is kind of exactly the work that Qt and our browser are doing Mar 03 12:16:32 s/chrome/chromium/g Mar 03 12:16:54 * elvispre built a new dev image overnight. I have wallpaper! I can set a clock alarm, have it go off audibly and stop it in the expected popup dialog. (Hadn't checked that for a while.) Mar 03 12:17:23 * elvispre has no app menus though. Mar 03 12:22:07 That was on my N4. (Just dropping by; I am at work.) Mar 03 13:11:09 Tofe: There were a few other things that Chromium can do like android apps I think. But modified sfdroid might be more suitable for that. Mar 03 15:18:56 JaMa: You still around? Mar 03 15:19:06 y Mar 03 15:20:13 Seems my failed build earlier now caused the luneos-stable-staging to not populate for maguro, grouper and qemux86. Any chance you could push the files there? Mar 03 15:20:49 Ah no space left on device :P Mar 03 15:20:51 That explains Mar 03 15:21:08 Can you cleanup a bit? Mar 03 15:23:41 running du Mar 03 15:25:12 Would be good if we could simply have a script that we can setup as jenkins job to cleanup the nightly dirs where we provide a param for the date Mar 03 15:25:35 So we don't need to bother you, scoutcamper or ka6sox for this all the time :) Mar 03 15:26:17 can I just delete all testing builds older than X days? Mar 03 15:26:34 JaMa: Yes Mar 03 15:26:50 Anything pre February 1 can go Mar 03 15:56:56 69G builds/luneos-stable Mar 03 15:56:56 32G builds/luneos-stable-staging Mar 03 15:56:56 338G builds/luneos-testing Mar 03 15:56:56 99G builds/luneos-unstable Mar 03 15:57:05 56G oe-sources/ Mar 03 15:57:06 35G sources/ Mar 03 15:57:44 it appears as if we have run it out of space Mar 03 15:58:04 yes we did Mar 03 15:58:12 Herrie|Veer: can I drop ipk feed as well? Mar 03 15:58:16 ka6sox, we run quite some nightlies in general :) Mar 03 15:58:18 88G builds/luneos-testing/images Mar 03 15:58:18 199G builds/luneos-testing/ipk Mar 03 15:58:45 JaMa: That's for latest build or historic in there as well? Mar 03 15:58:49 not sure if anyone is using binary feed for upgrades Mar 03 15:59:00 older versions as well Mar 03 15:59:12 I'm not sure.... Mar 03 15:59:16 morphis: Mar 03 15:59:34 morphis: ^ How updates work? Do we need IPK or they can go? Mar 03 16:00:31 how about older versions 2 back? Mar 03 16:00:44 anything before that is 3 months old? Mar 03 16:01:00 ka6sox: Anything pre Feb 1 should be OK to go. Mar 03 16:01:02 (and for this project ancient history) Mar 03 16:01:18 Herrie|Veer, I'd have 2 back Mar 03 16:01:27 ka6sox: Saw some nice optware feeds :) Mar 03 16:01:36 Ehm Jenkins jobs :) Mar 03 16:01:41 Herrie|Veer, yes, but they are out of space too :) Mar 03 16:01:48 (same partition) Mar 03 16:01:58 ka6sox: Ah ok. Mar 03 16:02:12 we have 30 500MB qtwebengine-dbg and 40 time qtwebkit-gdb there Mar 03 16:02:31 I'm not too sure if we use IPK or plan to use it for updates. morphis or Garfonso should know that. Mar 03 16:02:40 lets kill all of it and next build will regenerate only the latest Mar 03 16:02:57 I think we do, but only from stable feeds Mar 03 16:03:16 testing was only convenience for people doing incremental upgrades Mar 03 16:03:23 JaMa: I think we also allow for unstable nowadays Mar 03 16:03:37 But upgrade mechanism is pending a rewrite by Garfonso Mar 03 16:03:41 I don't have enough builders to build unstable Mar 03 16:04:02 Just he's been unable to find a lot of time with his little one ;) Mar 03 16:05:28 Herrie|Veer, understandable Mar 03 16:05:55 JaMa, Herrie|Veer we can rebuild as 'we have the source" if needed Mar 03 16:06:40 ka6sox: yup Mar 03 16:08:37 JaMa, can we use the sources/oe-sources that you push from the world builds? Mar 03 16:09:28 and only have a small pre-mirror for things specific to wop? Mar 03 16:09:46 Right now, I pity the people who would upgrade solely with ipk feeds Mar 03 16:10:06 I'm not sure that is ready yet. Mar 03 16:10:12 (from what I'e seen) Mar 03 16:10:51 ka6sox: I don't think it's ready, and that's good, because we don't particularly pay attention to it today when doing changes Mar 03 16:11:10 For example, the wallpaper background update would have been a mess Mar 03 16:11:17 yes Mar 03 16:11:34 but someone could cherry pick I suppose Mar 03 16:11:46 ah yes, I do that often at home Mar 03 16:12:38 Herrie|Veer: deleted, you have 266G free now Mar 03 16:12:56 JaMa: OK, I just kick off the rsync again and all will be good? Mar 03 16:13:06 Herrie|Veer: maybe Mar 03 16:13:31 I'll try that for a start Mar 03 16:14:50 okay I'll tell the optware guy to try to rsync Mar 03 16:15:24 Herrie|Veer: I've updated the fido revisions for next testing build a bit Mar 03 16:15:37 there are few important security fixes and hopefully it won't break anything Mar 03 16:22:00 JaMa: I also did those for the stable-staging already. Worst case will revert and build again. Mar 03 16:22:36 Noticed we were out of date for a few bits. So will look extra careful while testing these images for anything suspicious in logs or behavior wise Mar 03 16:24:09 rsync seems OK Mar 03 16:24:21 Herrie|Veer: why are you doing these bumps in stable? Mar 03 16:24:32 these should be first in fido branch Mar 03 16:24:35 then tested in testing Mar 03 16:24:40 and only after that in stable Mar 03 16:24:50 JaMa: True Mar 03 16:25:05 Just since it were security fixes I'd thought to give it a go. Mar 03 16:25:35 I.e. run extra testing or doing it in this one for result wouldn't be much difference. Mar 03 16:25:38 hmm please stop doing that Mar 03 16:25:48 I've asked you last time as well IIRC Mar 03 16:25:51 JaMa: Will for future :) Mar 03 16:25:58 JaMa: Sorry.... Mar 03 16:25:59 in fido and testing branch you also have update script Mar 03 16:26:37 so that it will generate log in commit message and prevent typos in layers.conf Mar 03 16:28:25 OK Mar 03 16:30:32 thanks Mar 03 16:41:17 I'll make a note in our pre/post release to-do list to check this before actually preparing for a release so can run an extra test build. Mar 03 16:43:40 Ok added, so I don't forget :) Mar 03 16:49:07 even better do it at the beginning of new testing cycle Mar 03 16:50:13 Herrie|Veer, are you working on a release now? Mar 03 16:50:51 ka6sox: Yeah Mar 03 16:51:16 Need to test images when home in 1 or so hour, if OK push out and open for new one Mar 03 16:51:36 ka6sox: Tofe got the wallpaper fixed with a 1 liner :) Mar 03 17:05:19 kewl! I've been out of town for a week and then sick so that is good news. Mar 03 17:05:46 the Builder situation is my current focus to we can separate oe world builds from webos-ports builds. Mar 03 17:06:12 ka6sox: I thought they were on different machines? Mar 03 17:06:15 Or... ? Mar 03 17:06:21 Not sure what's the issue? Mar 03 17:08:53 separate but not separate... Mar 03 17:09:42 also working on a mirror for things so we can manage the master on Milla better Mar 03 17:22:51 OK nice :) Mar 03 19:42:15 morphis: ping Mar 03 19:52:11 Tofe: Mako & Maguro seem OK testing VBox and TP now Mar 03 19:52:23 Then will push release out and we can start with flashy new stuff :D Mar 03 19:52:52 Herrie: I'm still trying to get 4.4.3 running, but I have a mismatch somewhere and I don't know where Mar 03 19:55:25 Tofe: I'm not sure we had 4.4.2 or 4.4.4 Mar 03 19:55:32 I doubt we had 4.4.3 to be honest Mar 03 19:55:43 well, morphis' commits point to 4.4.3 Mar 03 19:55:48 Ah ok Mar 03 19:56:59 But I'll soon try 4.4.2 as well, just to be sure Mar 03 19:57:24 OK VBox fine too Mar 03 19:57:35 Now unpacking TP and will reboot to test Mar 03 19:58:05 Seems the security fixes in meta-openembedded and openembedded-core didn't cause issues. Mar 03 19:58:23 Didn't expect they would, but JaMa was right that it should be tested in testing :P Mar 03 20:05:24 Hi. Anyone else missing App menus with the latest build? (It could just be my own home-built dev image, but it was a clean one.) Mar 03 20:08:03 elvispre: confirmed Mar 03 20:08:10 meh Mar 03 20:08:12 Not serious enough to be a release blocker I guess Mar 03 20:08:21 Probably my z-index rework somehow Mar 03 20:08:30 We'll fix it shortly :P Mar 03 20:08:32 I'd say, probably me :p Mar 03 20:08:40 Tofe: Could also be Mar 03 20:08:54 when I reworded AppMenu for lockscreen bug Mar 03 20:08:58 Ah Mar 03 20:09:19 Sorry to be the bearer of bad news. Mar 03 20:09:48 Let's shoot the messenger! Mar 03 20:10:32 elvispre: there'd be no bad news if I didn't introduce regressions :) Mar 03 20:10:39 On the plus side, I have my wallpaper back and I set a clock alarm, it went off audibly and I dismissed it using the expected pop-up. Mar 03 20:11:01 Do you get app menu back if you go to lockscreen and back? Mar 03 20:11:29 elvispre: That's progress Mar 03 20:11:42 I think we should re-evaluate legacy calendar app as well Mar 03 20:12:00 It needs some CSS tweaks for sure on phones, but with all the popups etc fixed it might behave now Mar 03 20:13:56 OK TP seems fine too Mar 03 20:13:58 Tofe: I haven't had App menus all day. I took my N4 to work so I could give it a good workout. Mar 03 20:14:07 Only issue is the app menu Mar 03 20:14:12 I wouldn't call that a release blocker Mar 03 20:14:22 Let's push the release out and move forward :) Mar 03 20:14:33 I'll just add it to the release anouncement :P Mar 03 20:14:41 As being broken Mar 03 20:14:52 yeo Mar 03 20:14:54 yep Mar 03 20:15:34 Done Mar 03 20:15:40 Release should be out in a few mins Mar 03 20:15:47 And I'll open up a new staging :D Mar 03 20:23:55 OK we're good to go with new stuff :) Mar 03 20:24:04 Tofe: Feel free to PR stuff :D Mar 03 20:24:24 elvispre: My BT headset connects, just audio routing needs work it seems Mar 03 20:24:32 But that might be minor pulseaudio config Mar 03 20:24:42 From what I read it should auto-switch when connected Mar 03 20:25:20 Herrie: well, my two last days were dedicated to 4.4.3... which failed so far Mar 03 20:25:57 Tofe: QT 5.6 might be easier LOL :P Mar 03 20:26:37 elvispre: https://askubuntu.com/questions/366032/pulseaudio-not-detecting-bluetooth-headset-automatically and https://askubuntu.com/questions/561233/bluetooth-does-not-appear-in-pulseaudio-as-a-possible-source-sink and https://bbs.archlinux.org/viewtopic.php?id=194006 might be worth to play with a bit Mar 03 20:26:48 Herrie: quite true! Mar 03 20:26:58 Tofe: I thought you had 4.4.3 quite OK before a while ago when you tried? Mar 03 20:27:05 I remember we ran into fence? Mar 03 20:27:09 Or my memory is wrong? Mar 03 20:28:04 Herrie: well, I was actually running a 4.4.3 with 4.2.2 drivers... was pretty weird, but worked :D Mar 03 20:28:30 (I only sideloaded the 4.4.3 OTA on top of 4.2.2) Mar 03 20:29:06 which makes me think that maybe, our cm-11 builds are incorrect Mar 03 20:29:22 but then again, how would morphis have debugged the fence leak? Mar 03 20:29:39 I doubt he made the same newbie mistake as me Mar 03 20:31:40 I'm reflashing 4.2.2 back, and will try to run my cm-11 build :p Mar 03 20:36:44 Andolamin: All is setup at our side, we're ready when you are :) Mar 03 20:36:57 Just need to add device pages to our wiki it seems :) Mar 03 20:55:17 Herrie: Thanks for the BT links. Mar 03 20:56:13 Herrie: BTW, what does Herrie|Veer use to do IRC? I haven't found anything that is not microscopic on my Pre3. Mar 03 20:57:13 wIRC Mar 03 20:57:22 It's OK for my eyes on a Veer :P Mar 03 20:57:37 Herrie: Thx Mar 03 20:57:40 But we should port Communi or something for LuneOS sometime Mar 03 21:21:54 :-) **** ENDING LOGGING AT Fri Mar 04 02:59:58 2016