01:01:59 Quit: SylvieLorxu (Quit: ZNC - http://znc.in) 01:49:46 Quit: chain_ (Ping timeout: 252 seconds) 01:52:37 Quit: andyrtr (Ping timeout: 240 seconds) 01:53:56 chain_ joined the channel 01:57:12 Quit: missionfriend (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 02:00:20 andyrtr joined the channel 02:19:32 hh215 joined the channel 02:20:23 hh215 | hello i have a chinese brand of watch called zmaee is it compatible? 02:22:31 hh215 | If it is possible i would like to test out asteroid OS on my watch to see if it will work 02:26:23 hh215 | is anybody online 02:49:09 Quit: hh215 (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 02:49:18 hh215 joined the channel 02:50:38 Quit: hh215 (Client Quit) 02:51:36 hh215 joined the channel 02:55:04 Quit: hh215 (Client Quit) 04:06:38 Asara | kido: I am having trouble building 04:09:31 Asara | please set a MACHINE in your local.conf 04:09:32 Asara | o.o? 04:11:23 Asara | i do: 04:11:29 Asara | . ./prepare-build.sh bass 04:11:35 Asara | it downloads (its downloading) 04:13:18 Asara | never mind 04:13:24 Asara | i think its cuz i didn't have gawk etc. installed 04:13:43 Asara | alright lets time this 04:31:35 Asara | granted i only gave this machien 4 cores :x 04:32:01 Asara | but its def maxing those 4 cores out 04:32:21 Asara | alright 04:32:26 Asara | time for me to sleep and let the compile 04:32:26 Asara | night 04:52:54 Asara | okay i got angry that i only gave it 4 cores 04:52:57 Asara | i killed it and gave it 10 04:53:00 Asara | night 05:28:20 Asara | real 35m5.466s 05:28:21 Asara | user 262m43.864s 05:28:21 Asara | sys 19m32.304s 05:28:23 Asara | but it failed 05:28:26 Asara | also still didn't go to sleep 05:28:58 Asara | ERROR: Function failed: do_compile (log file is located at /home/build/asteroid/build/tmp-glibc/work/armv7ve-neon-oe-linux-gnueabi/boost/1.61.0-r0/temp/log.do_compile.5077) 05:29:01 Asara | ERROR: Task (/home/build/asteroid/src/oe-core/meta/recipes-support/boost/boost_1.61.0.bb:do_compile) failed with exit code '1' 05:35:51 Asara | just reran it 05:35:53 Asara | wishing it luck 05:42:03 Asara | missing gcc6 maybe? 08:13:02 jreznik joined the channel 08:32:57 Nokius_ is now known as Nokius 08:36:42 Nokius | Asara: I had the same issue for me it worked when I rerun it I saw some memory warnings 08:36:54 Nokius | but that' fast .... 08:37:43 Nokius | the build tonight just toke 13minutes thaks kido for the hint to not clean the $workspace :) 09:04:36 Quit: faenil (Remote host closed the connection) 09:20:04 faenil joined the channel 09:32:35 Quit: faenil (Quit: Lost terminal) 09:39:03 SylvieLorxu joined the channel 09:59:31 cedbonhomme joined the channel 10:00:15 kido | hi Asara 10:01:08 kido | I've never met this boost error, does it work after a re-run as Nokius says? 10:01:27 kido | Nokius: hehe, indeed it's much better this way :) 10:03:15 rreignier | Hi, just for info, I have built the image for dory yesterday without any error. But I did not have enough space on my disk so I had to add INHERIT += "rm_work" 10:08:58 kido | rreignier: nice :) we should probably include that in the instructions for those who don't want to build asteroid often 10:09:02 kido | or develop on it 10:09:36 rreignier | Yes, maybe. 10:10:47 rreignier | Actually, you should add a warning to say how much space is needed. I had 23 GB on my drive and it was not enough. 10:11:33 kido | I think it's around ~43 gb 10:11:41 rreignier | Also, just for information, why donn't you use git submodules instead of the bash script to clone all the repos? 10:12:22 kido | I wanted a simpler script but I also considered moving to repo several time 10:13:19 kido | and in the end it just stayed this way for ~2 years now, it's not very good but good enough, if I get a pull request I would definitely consider it 10:13:30 rreignier | Ah yes. I thought about using an external drive but if I need the files each time I reboot the watch, it is more convenient to keep them on the laptop directly. 10:13:52 kido | well, you only need the zImage 10:14:17 kido | and you can even flash it on the recovery partition if you want to and you would not need your computer anymore 10:14:28 rreignier | Yeah sure, the simple script keep it simple. I already had some headaches because of modules on other projects :) 10:14:30 kido | also, http://www.openembedded.org/wiki/MultipleRepositoryMethods#Git_Submodules 10:15:20 kido | if I remember correctly it meant we would have to update asteroid everytime meta-asteroid is updated and I don't want that 10:15:40 rreignier | Ah yes, true. 10:16:08 rreignier | So instead, the workflow is the git pull in every repo regularly? Or just meta-asteroid? 10:16:15 kido | and with repo I don't like the fact that it's not "self-contained" 10:16:31 kido | it would require the user to install an external tool 10:16:42 kido | so I prefered keeping this simple script 10:17:08 kido | indeed, for now if you want to update asteroid you git pull every layer and you also run bitbake -c cleanall asteroid-launcher asteroid-alarmclock asteroid-calculator asteroid-calendar asteroid-settings asteroid-stopwatch asteroid-timer asteroid-weather qml-asteroid asteroid-btsyncd asteroid-music 10:17:50 kido | and bitbake asteroid-image again 10:18:26 kido | automating the pull of every repo and the cleanall of recipes that might have changed upstream could be added to prepare-build.sh though 10:27:45 rreignier | What do you mean by "repo"? 10:28:02 rreignier | Is it an external tool to manage git repositoties? 10:31:37 rreignier | And maybe a small script to update and clean would be nice for newbies like me :) 10:32:10 rreignier | Also, about the watchfaces, is there other variants made be others? 10:33:06 kido | yes repo is this tool https://source.android.com/source/developing.html 10:33:09 rreignier | If I create new ones, should I make a PR to your repo? (nothing planned right now, just to know) 10:33:40 kido | sure, two of the watchfaces have been created by SylvieLorxu 10:34:12 rreignier | Oh ok, I see. I have heard about it some time ago but never used it. 10:34:19 kido | add your work here https://github.com/AsteroidOS/asteroid-launcher/tree/master/watchfaces and if the style is accepted by the designer I'll accept the PR 10:34:47 rreignier | Ok, I see later if I can create a binary clock watchface, just for fun ;) 10:36:55 rreignier | But before I need a watch, I have a meeting this afternoon with Leboncoin seller! 10:42:09 kido | great! :) 10:55:38 SylvieLorxu | rreignier: Example pull request, in case it helps, shows you what you need (the image is outdated though because new background UI): https://github.com/AsteroidOS/asteroid-launcher/pull/2 10:55:48 rreignier | kido: To work on a watchface for example, I have to clone asteroid-launcher manually in another directory? I do not find the source files in the build workspace (other than the rootfs: build/tmp-glibc/sysroots/dory/usr/share/asteroid-launcher/watchfaces/) (maybe because of the use of rm_work?) 10:56:54 SylvieLorxu | rreignier: I'd fork it on GitHub and clone your own fork, so you have your own independent copy you can mess around in 10:57:00 SylvieLorxu | Also useful: https://github.com/AsteroidOS/asteroid/wiki/Watchfaces-creation 10:57:15 rreignier | SylvieLorxu: Thanks, I will look at that PR! 10:57:30 kido | rreignier: indeed, if you use rm_work you will loose your asteroid-launcher build directory 10:57:55 kido | but for watchfaces it's not an issue, you can just push your qml and corresponding jpg file to /usr/share/asteroid-launcher/watchfaces with adb 10:58:06 kido | and they will appear in asteroid-settings so you'll be able to choose them 10:58:35 rreignier | kido: Ok, make sense, so to develop, I need to remove the rm_work flag. I will first need to clean my drive or use an external one. 10:58:43 Quit: andyrtr (Ping timeout: 258 seconds) 10:59:32 rreignier | Oh, so there is no metadata needed for the watchface to be detected, just the two files present. Great. 10:59:38 kido | rreignier: if you want to develop apps you'll most likely need your full build tree 10:59:46 kido | or extract an sdk but it's been a long time I haven't tried this 11:00:37 rreignier | Yeah I see. For now, I have only use bitbake on projects I was not developping. 11:01:31 kido | good 11:05:52 andyrtr joined the channel 11:09:19 faenil joined the channel 11:13:24 Quit: cedbonhomme (Read error: Connection reset by peer) 11:24:51 Quit: SylvieLorxu (Quit: ZNC - http://znc.in) 11:50:20 Quit: rreignier (Ping timeout: 256 seconds) 11:59:05 EvilAntCyborg | [06AsteroidOS/AsteroidOSSync] 12FlorentRevest pushed 1 commit on 13master: https://git.io/v1qlZ 11:59:05 EvilAntCyborg | * [06becf45d] 12Florent Revest Adds a weather settings option from which the city will be taken 11:59:05 EvilAntCyborg | [06AsteroidOS/asteroid-btsyncd] 12FlorentRevest pushed 1 commit on 13master: https://git.io/v1qln 11:59:05 EvilAntCyborg | * [063c45161] 12Florent Revest asteroid-btsyncd.pro: install the gschema file correctly 12:59:05 EvilAntCyborg | [06AsteroidOS/AsteroidOSSync] 12FlorentRevest pushed 1 commit on 13master: https://git.io/v1qur 12:59:05 EvilAntCyborg | * [06bbb8267] 12Florent Revest DeviceDetailActivity: Use FAB for connect/disconnect action and makes bluetooth icons clearer 13:37:05 EvilAntCyborg | [06AsteroidOS/AsteroidOSSync] 12FlorentRevest pushed 1 commit on 13master: https://git.io/v1qaF 13:37:05 EvilAntCyborg | * [066ed506e] 12Florent Revest SynchronizationService: Subscribe to batteryLevelCharac's notifications 13:43:42 Quit: andyrtr (Ping timeout: 246 seconds) 13:49:48 andyrtr joined the channel 14:03:29 jreznik_ joined the channel 14:04:24 Quit: jreznik (Ping timeout: 250 seconds) 14:52:56 Quit: andyrtr (Ping timeout: 250 seconds) 14:53:28 Asara | kido: so i gave the vm 40gb of ram 14:53:30 Asara | same issue 14:57:09 SylvieLorxu joined the channel 14:59:20 andyrtr joined the channel 15:10:20 jreznik joined the channel 15:11:28 Quit: jreznik_ (Ping timeout: 260 seconds) 15:11:31 kido | Asara: with boost? 15:11:44 Asara | yeeeee 15:11:51 Asara | with boost sorry 15:11:59 kido | Don't worry about the ram, try to build boost again sometimes it works this way 15:12:12 kido | and that's what Nokius proposed as a fix 15:16:47 Asara | alright 15:16:50 Asara | i'll keep you posted 15:24:20 Nokius | Asara: iirc I run it 2/3 times 15:24:43 Nokius | 0.o 40gb of ram 15:29:38 Asara | 128gb of ram on the machine :D 15:29:49 Asara | telling you, ivyking is the beefiest machine i've ever put together 15:29:52 Asara | took like 6 months of saving 15:31:47 Nokius | Asara: what are u doing with it when not building Astroid ? 15:55:44 cedbonhomme joined the channel 16:09:22 Quit: SylvieLorxu (Quit: ZNC - http://znc.in) 16:13:14 Quit: cedbonhomme (Quit: Konversation terminated!) 16:13:37 SylvieLorxu joined the channel 16:16:01 Asara | playing games 16:17:05 Asara | running lots of vms actually 16:17:14 Asara | planning on moving all my personal cloud stuff to the server 16:17:23 Asara | and off of aws/linode/my other freebsd server 16:23:38 Quit: jreznik (Quit: Konversation terminated!) 17:02:17 louisdk joined the channel 17:02:57 Asara | include/linux/compiler-gcc.h:103:30: fatal error: linux/compiler-gcc6.h: 17:02:59 Asara | what am i missing? 17:04:26 kido | Asara: you are building for bass? 17:05:35 kido | https://github.com/AsteroidOS/meta-dory-hybris/commit/7eaa28850915125eef2869d2e0b5112a64a762b8 17:05:54 Asara | yeahg for bass 17:05:58 kido | try to apply the equivalent of this to your meta-bass-hybris 17:06:23 kido | there are a couple of commits which need to be adapted from meta-dory-hybris unto meta-bass-hybris 17:06:43 Asara | iight 17:06:56 kido | you can then send a pull request and we will review it with TheAppleMa 17:07:23 * kido afk 17:08:34 Asara | alright 17:33:42 Asara | i won't be able to install this till i get home sadly 17:33:42 Asara | :( 17:37:07 Asara | but yeah it built woo 17:45:51 Asara | also made a pull request 17:47:48 drakonizer joined the channel 17:49:20 Quit: eekkelund (Ping timeout: 252 seconds) 17:59:05 EvilAntCyborg | [06AsteroidOS/meta-bass-hybris] 12Asara created fork Asara/meta-bass-hybris: https://git.io/v1mYx 17:59:06 EvilAntCyborg | [06AsteroidOS/meta-bass-hybris] 12Asara 03opened pull request #2 (07master -> master) Copy fix from dory: https://git.io/v1mYh 18:00:12 eekkelund joined the channel 18:01:07 Quit: eekkelund (Changing host) 18:01:07 eekkelund joined the channel 18:05:46 Quit: dmr (Quit: Leaving) 18:18:10 kido | hi drakonizer 18:18:33 kido | Asara: tell me how it goes 18:20:02 kido | huhu you could have chosen a better commit message 18:20:42 Quit: drakonizer (Ping timeout: 258 seconds) 18:21:43 drakonizer joined the channel 18:21:57 drakonizer | Hi kido 18:22:08 drakonizer | Sorry, I had some issues with my browser before 18:23:07 drakonizer | I have a Sony Smartwatch 3, and am interested in building AsteroidOS. 18:23:07 Asara | :P 18:23:10 Asara | sorry kido 18:23:26 drakonizer | Just a couple of questions though 18:24:46 drakonizer | Does the Smartwatch 3's version of AsteroidOS use the unified kernel from Sony's Open Devices project? 18:24:48 drakonizer | Because I saw commits by Florent Revest to the kernel which added support for the SW3's processor. 18:29:40 kido | drakonizer: indeed I also made the support of the unified kernel for sony sw3 18:29:49 kido | but this was not directly related to asteroid 18:31:09 EvilAntCyborg | [06AsteroidOS/meta-bass-hybris] 12FlorentRevest 04closed pull request #2 (07master -> master) Copy fix from dory: https://git.io/v1mYh 18:31:09 EvilAntCyborg | [06AsteroidOS/meta-bass-hybris] 12FlorentRevest pushed 2 commits on 13master: https://git.io/v1mZd 18:31:09 EvilAntCyborg | * [0670957d6] 12asara Copy fix from dory 18:31:09 EvilAntCyborg | * [06f17f2f8] 12Florent Revest Merge pull request #2 from Asara/master 18:31:49 drakonizer | kido : Right, so does Asteroid use that kernel? Or does it use the Google source? 18:31:53 TheAppleMan joined the channel 18:31:53 Quit: TheAppleMan (Changing host) 18:31:53 TheAppleMan joined the channel 18:31:56 kido | it uses the google source 18:32:07 drakonizer | I see. 18:32:20 drakonizer | How does the unified kernel work though? What hardware is broken? 18:32:38 kido | as far as I can remember bluetooth and wifi were broken 18:32:51 kido | I had display working but with some hacks here and there 18:33:08 drakonizer | But the kernel booted Android Wear? 18:33:14 drakonizer | That's great. 18:33:15 kido | yes it did 18:33:29 kido | actually I never tried asteroid on it, I guess it should kind of work 18:33:44 kido | but the asteroid port to the sw3 is buggy because of the userspace blobs from broadcom 18:34:03 drakonizer | Oh. That's sad. 18:34:33 drakonizer | Are the blobs broken? Or are there compatibility issues with Asteroid/libhybris? 18:35:38 kido | compatibility issues, it needs a little bit of reverse engineering 18:36:07 kido | I already spent days on it, got it working but there are still some buffers not being freed/hidden correctly I guess 18:36:09 jreznik joined the channel 18:40:00 drakonizer | reverse engineering...hex editing? 18:42:30 kido | no, just trying to understand what arguments are given/expected by surfaceflinger to broadcom's hwcomposer and trying to reproduce the behavior in qt5-qpa-hwcomposer 18:43:25 kido | for example, I had to patch the QPA like this https://github.com/AsteroidOS/meta-tetra-hybris/blob/master/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin/0001-Adapt-to-what-tetra-s-hwcomposer-expects.patch in order to see something on screen 18:44:01 kido | but I assume that some of the buffers which are shown are never hidden again 18:44:29 kido | I tried to play with the releaseFenceFd in each and every way possible but without much success 18:45:49 kido | if you want to play with those things we could give it a look together 18:45:59 drakonizer | So you're actually trying to rewrite the userspace parts? 18:46:40 kido | well, asteroid is not based on android 18:47:03 kido | it's only re-using some of the drivers with libhybris so yes some of the userspace parts are re-written 18:47:16 Quit: SfietKonstantinW (Ping timeout: 252 seconds) 18:47:19 kido | this qt5-qpa-hwcomposer is more or less an equivalent to a part of the surfaceflinger's code 18:48:06 drakonizer | Yeah, I know 18:48:43 drakonizer | I just assumed Asteroid had a way to adapt the code from Android. 18:49:55 kido | yep, that's where the magic happens 18:50:20 kido | asteroid-launcher is ran on this qt platform abstraction which uses libhybris to load the broadcom's hwcomposer 18:50:36 drakonizer | Is that your commit? The one you linked above? 18:51:09 drakonizer | NVM I just read the message again 18:51:25 kido | it's a patch I made to qt5-qpa-hwcomposer to reproduce more closely the behavior of surfaceflinger and make broadcom's hwcomposer happy 18:52:48 drakonizer | Sorry 18:52:48 drakonizer | Right. But that wasn't enough was it? 18:52:53 kido | indeed 18:53:10 kido | it shows things on screen, like we can actually see the OS running 18:53:20 drakonizer | Would Sony be interested to release some modified blobs? They've done it for their phones. I've worked on my Xperia Z1 for a while now, and I love Sony's support. 18:53:22 kido | but there are some graphic glitches like clock being drawn twice etc 18:53:56 drakonizer | Maybe jerpelea could give you some pointers. (C joke) 18:53:57 kido | I've been working closely with alin jerpelea but we didn't get to do that 18:54:40 kido | you can try to ask him too hehe 18:54:46 drakonizer | I'm sure he can't release the blobs or something, but he can tell you what you're looking for. 18:55:11 kido | I talked about this issue with him several time (not further than one week ago) without success 18:55:12 drakonizer | Like, if you don't know what arguments a particular function needs or something. 18:55:41 drakonizer | He's required by his job to keep a silent mouth, especially when it comes to userspace. 18:57:12 kido | yep, I'll need to work on it again between the alpha and stable releases 18:57:17 drakonizer | BTW congrats on getting the Hero Developer award. It's a bit too late, I know. 18:57:21 kido | I hope we will find a solution 18:57:24 drakonizer | How's the Xperia X? 18:57:29 kido | hehe thx 18:57:41 kido | the X was pretty good, I'm currently using my Jolla C but I change from time to time 18:57:59 kido | are you working on becoming a "hero developer" too? 18:58:01 drakonizer | Cool 18:58:02 drakonizer | Sailfish OS 18:58:16 drakonizer | Nope. I don't have that much experience. 18:58:30 drakonizer | Plus the main devs took care of all the major issues 18:58:44 drakonizer | The ones that are remaining are the ones that even they find tough to solve. 18:58:50 drakonizer | So... 18:58:52 kido | hehe :) 18:59:31 drakonizer | Out of curiosity, how much data does the asteroid os build script download for building? 18:59:46 drakonizer | The git source itself isn't much 18:59:58 kido | I don't know how much it downloads but if you keep your full build tree it takes ~43GB 19:00:00 drakonizer | I know the download takes place after the script is run 19:00:09 drakonizer | Shyt 19:00:15 drakonizer | Almost like Android itself 19:00:23 kido | you can use a rm_work flag to clean after building 19:00:36 kido | and it won't take much space 19:00:47 drakonizer | I have a lot of space on my HDD. I don't have much bandwidth 19:00:53 kido | the packages are downloaded along the build 19:01:33 drakonizer | Right. I figured. 19:01:50 drakonizer | well, I'll try building next month when my quota resets. 19:02:14 kido | :) 19:02:20 drakonizer | Thanks for your time! I hope to talk to you again soon 19:02:20 kido | where do you live to have such limitations? 19:02:24 drakonizer | India 19:02:44 kido | alright, didn't know it was that drastic 19:02:51 drakonizer | My speed is good, I'm just restricted to 85GB per month 19:03:00 drakonizer | I get 50Mbps 19:03:00 kido | I hope to see you again too, have fun :) 19:03:46 Quit: drakonizer (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 19:12:17 Quit: louisdk (Ping timeout: 260 seconds) 19:27:24 Quit: jreznik (Ping timeout: 246 seconds) 19:29:49 jreznik joined the channel 20:22:21 Quit: jreznik (Ping timeout: 246 seconds) 20:25:58 jreznik joined the channel 20:26:42 Nokius | what 50Mbps is the max I can get for more I need wood 20:30:52 Asara | okay now that the commit was merged 20:30:56 Asara | time to do a fresh compile 20:30:58 Asara | and see how long it takes. 20:41:18 Asara | i'll be sad if it crashes at boost again -.- 20:53:08 TheAppleMan | i'm still getting errors 21:16:59 Asara | weird, i didn't when building it 21:17:05 Asara | building boost again now 21:17:08 Asara | lets see what happens 21:21:08 Asara | I am already at Currently 1 running tasks (3234 of 3772) 85% |############################################################################################################################# | 21:21:12 Asara | 0: qtbase-5.6.2+gitAUTOINC+b4ada3f0d8-r0 do_compile - 18s (pid 7589) 21:21:14 Asara | which is well past making boost/linux 21:21:15 Asara | methinks. 21:22:21 Nokius | \o/ 21:37:12 Asara | so there we go 21:37:16 Asara | NOTE: Tasks Summary: Attempted 3772 tasks of which 14 didn't need to be rerun and all succeeded. 21:37:19 Asara | Summary: There were 64 WARNING messages shown. 21:37:22 Asara | real 66m8.394s 21:37:24 Asara | user 498m20.580s 21:37:27 Asara | sys 38m41.664s 21:37:31 Asara | 66 min 21:37:32 Asara | not bad 21:38:07 Asara | all of the warnings were: WARNING: android-lollipop-r0 do_package: QA Issue: File 'XXXXXXXXXXXXXXXXXXX' from android was already stripped, this will prevent future debugging! [already-stripped] 21:43:54 Quit: jreznik (Ping timeout: 246 seconds) 21:44:03 Quit: Asara (Quit: leaving) 21:44:12 Asara joined the channel 21:52:35 TheAppleMan | hmm... i think my compiler is broken as i'm failing on gcc-cross-initial fairly early in the build 22:03:47 kido | Asara: yep that's another commit from meta-dory-hybris which needs to be applied 22:04:29 kido | TheAppleMan: hey, long time I haven't seen you 22:05:33 kido | I may get a g watch urbane soon, would help on the bluetooth side 22:06:11 TheAppleMan | cool! 22:07:56 TheAppleMan | didn't dory have bluetooth? or is this for combined bluetooth enhancements? 22:08:49 kido | dory has bluetooth but that would be cool if all the asteroidos ports could have bluetooth capabilities 22:09:30 kido | Asara, TheAppleMan if you manage to put your hands on a new build on your urbanes please report all the remaining issues with round screens 22:10:27 kido | I think there is one in agenda and one in bluetooth settings, the rest should be fine 22:10:38 TheAppleMan | i'll try a few things to get mine working... we really should use submodules for the repo :( 22:11:13 kido | once again, submodules is a pain to work with since it would require to update the asteroid repository everytime meta-asteroid is modified 22:12:38 TheAppleMan | i know... 22:18:59 jreznik joined the channel 22:23:31 Asara | TheAppleMan: i got no compile problems 22:23:37 Asara | i'll push it to my watch tonight 22:37:47 return0e_ joined the channel 22:54:03 Nokius_ joined the channel 22:57:08 Quit: Nokius (Ping timeout: 245 seconds) 22:59:05 EvilAntCyborg | [06AsteroidOS/asteroid-weather] 12FlorentRevest pushed 1 commit on 13master: https://git.io/v1Yf5 22:59:05 EvilAntCyborg | * [065103768] 12Florent Revest Update background color to suit the AppLauncher's gradient (problem caused by renaming calendar to agenda) 22:59:06 EvilAntCyborg | [06AsteroidOS/asteroid-timer] 12FlorentRevest pushed 1 commit on 13master: https://git.io/v1Yfd 22:59:08 EvilAntCyborg | * [0654a8d6d] 12Florent Revest Update background color to suit the AppLauncher's gradient (problem caused by renaming calendar to agenda) 22:59:10 EvilAntCyborg | [06AsteroidOS/asteroid-calendar] 12FlorentRevest pushed 1 commit on 13master: https://git.io/v1YfF 22:59:12 EvilAntCyborg | * [06b13123b] 12Florent Revest Update background color to suit the AppLauncher's gradient (problem caused by renaming calendar to agenda) 22:59:14 EvilAntCyborg | [06AsteroidOS/asteroid-calculator] 12FlorentRevest pushed 1 commit on 13master: https://git.io/v1Yfb 22:59:16 EvilAntCyborg | * [061d25dd4] 12Florent Revest Update background color to suit the AppLauncher's gradient (problem caused by renaming calendar to agenda) 22:59:19 EvilAntCyborg | [06AsteroidOS/asteroid-alarmclock] 12FlorentRevest pushed 1 commit on 13master: https://git.io/v1YfA 22:59:22 EvilAntCyborg | * [06136c01b] 12Florent Revest Update background color to suit the AppLauncher's gradient (problem caused by renaming calendar to agenda) 23:23:00 Quit: andyrtr (Ping timeout: 252 seconds) 23:29:51 andyrtr joined the channel