2016-07-10 00:18:37 @kido so today I got rid of QtQuickControls pretty much everywhere but asteroid-calendar, I still have a couple of commits to push tomorow but the overall experience feels definitely faster 2016-07-10 00:20:37 @kido + me and bebecede will probably consult you soon for advices on the new UI, I'm really excited and pretty sure it will look fantastic :) 2016-07-10 00:21:15 @kido SylvieLorxu: you disconnected before my two messages and joined right away after I sent them :) 2016-07-10 00:22:03 @kido just in case you are interested, I almost got rid of QtQuickControls, and it now feels super fast 2016-07-10 00:22:32 @kido I added the support for actual watchfaces in asteroid-settings (different from wallpapers) 2016-07-10 00:23:15 @kido and a much needed redesign shouldn't happen in the following weeks that will be great 2016-07-10 00:23:32 SylvieLorxu kido: Sorry, system lockup, had to REISUB out. I noticed the changes, I look at GitHub a lot, cool stuff :) 2016-07-10 00:24:06 @kido np ! I didn't push everything to github yet 2016-07-10 00:24:19 @kido I will finish that tomorow, have a good night 2016-07-10 00:25:34 SylvieLorxu Cool 2016-07-10 00:25:41 SylvieLorxu See ya 2016-07-10 00:30:14 SylvieLorxu I suppose you meant "shoud happen in the following weeks" about the redesign? I'm kinda hype heh 2016-07-10 00:30:19 SylvieLorxu s/shoud/should/ 2016-07-10 12:21:40 @kido SylvieLorxu: of course yesterday I mean't "should" 2016-07-10 12:22:27 SylvieLorxu kido: Happens, thanks for the confirmation :) 2016-07-10 12:24:19 @kido so I wonder what I should do of the calendar apps 2016-07-10 12:25:15 @kido currently it is kind of unusable and useless and it is the last remaining usage of QtQuickControls so I'll have to remove or rewrite it anyway 2016-07-10 12:25:41 @kido but I wonder what kind of info should be in there 2016-07-10 12:26:16 @kido the best would be to have an agenda but it requires complicared synchronization 2016-07-10 12:27:59 SylvieLorxu It is currently reasonably useless indeed, but I suppose it can't hurt to keep it until there is a replacement. After all, it can still answer the question "When is July 13th?" by "Oh, next Wednesday" with a quick look 2016-07-10 12:28:31 SylvieLorxu I agree an agenda is best, but as long as there is no replacement I don't really see a reason to remove the calendar now either unless it adds annoying dependecies? 2016-07-10 12:30:18 @kido yes I would like to remove QtQuickControls once and for all 2016-07-10 12:30:56 @kido I mean, I could re-code the exact same thing but if I spend time on this it might be worth thinking if it can be made a little bit better 2016-07-10 12:31:43 SylvieLorxu I agree that an agenda, despite the complex syncing, would be the best replacement 2016-07-10 12:58:35 locusf ehlo 2016-07-10 14:05:39 @kido hey locusf 2016-07-10 14:11:36 locusf some crazy errors from gcc on building asteroid from clean 2016-07-10 14:12:32 locusf | /home/locusf/asteroid/build/tmp-glibc/work/x86_64-linux/elfutils-native/0.163-r0/elfutils-0.163/libebl/eblunwind.c:40:6: error: nonnull argument 'ebl' compared to NULL [-Werror=nonnull-compare] 2016-07-10 14:12:36 locusf | if (ebl == NULL || ebl->unwind == NULL) 2016-07-10 14:12:39 locusf | ^ 2016-07-10 14:17:07 @kido huhu, not sure what I can do there 2016-07-10 14:19:12 @kido http://permalink.gmane.org/gmane.comp.handhelds.openembedded.scm/105120 2016-07-10 14:19:57 @kido not in the same file but the same error 2016-07-10 14:20:24 @kido this seems to be your host's toolchain 2016-07-10 14:20:43 @kido can you downgrade your arch's gcc to gcc5p 2016-07-10 14:20:53 @kido gcc5 ? * 2016-07-10 14:21:34 locusf dunno 2016-07-10 14:21:36 locusf lets see 2016-07-10 14:21:48 @kido we should put a warning on the wiki reminding that arch breaks all kind of things 2016-07-10 14:22:07 @kido problems with python, perl and gcc 2016-07-10 14:23:13 @kido you can try to build from a lightweight debian/ubuntu LXC container, it will probably fix most of those strange issues you meet 2016-07-10 14:25:35 locusf its a tad too bleeding edge 2016-07-10 14:25:36 locusf yeah 2016-07-10 14:25:54 @kido https://www.stgraber.org/2013/12/20/lxc-1-0-your-first-ubuntu-container/ 2016-07-10 14:26:07 locusf I have docker 2016-07-10 14:26:19 @kido alright, use what you know :) 2016-07-10 14:26:43 @kido it's just that I used LXC once and thought it was good to standardize build hosts 2016-07-10 14:31:28 locusf https://aur.archlinux.org/packages/gcc53-alternative-multilib/ 2016-07-10 14:32:24 locusf it won't take too long to compile gcc 2016-07-10 14:33:49 @kido alright, but let's hope OE will pick this one 2016-07-10 17:07:01 @kido I checked once again the anthias boot logs and the otg controller is probed so power management and device phy drivers are ok... but for some reasons it enters low power mode and then never leaves it 2016-07-10 17:08:04 @kido whereas dory (which has the exact same otg controller) enters low power mode and exits it as soon as it detects a voltage on the usb line 2016-07-10 17:10:19 @kido android_probe() isn't called either 2016-07-10 17:24:16 locusf hmm ok 2016-07-10 17:24:25 locusf I also wondered about the hwcomposer used 2016-07-10 17:24:39 @kido why? 2016-07-10 17:24:40 locusf I'd like to try with eglfs but lets see about that later 2016-07-10 17:24:58 locusf it helped on some phone ports to switch to that 2016-07-10 17:24:59 @kido well I think that first of all you should make sure that your /system/bin/* are chmod +x 2016-07-10 17:25:02 locusf mainly nemo 2016-07-10 17:25:05 locusf they are 2016-07-10 17:25:18 @kido alright, did you get logs with this change? 2016-07-10 17:25:32 @kido because the last journal you sent me hadn't this 2016-07-10 17:26:12 @kido you can try eglfs by temporarily changing meta-asteroid/recipes-asteroid/asteroid-launcher/asteroid-launcher/default.conf 2016-07-10 17:26:38 locusf nope 2016-07-10 17:26:46 locusf no logs due to cleaning 2016-07-10 17:26:52 locusf also the gcc build failed :p 2016-07-10 17:27:06 @kido however those things will be easier to try once we get usb... :( this is so annoying 2016-07-10 17:27:26 @kido ok then use docker or whatever you want 2016-07-10 17:27:56 @kido but consider that OE isn't able to run on arch 2016-07-10 17:28:19 locusf indeed