2016-08-18 01:21:40 SylvieLorxu kido: Compiling under the Ubuntu LXC worked, it just took approximately forever :P 2016-08-18 13:13:33 SylvieLorxu Hmm, from my knowledge https://github.com/AsteroidOS/asteroid-launcher/compare/master...TheLastProject:master should really work, but it doesn't (I've made sure to put 002-words.nl.qm in /usr/share/translations/watchfaces/). My first thing to debug would be checking the loop in the C++ part, but I have no clue how I'd log that to journalctl (or somewhere else ) so I can actually see what happens. I also 2016-08-18 13:13:34 SylvieLorxu can't find anything online. If anyone has a clue please tell me 2016-08-18 13:14:58 @kido SylvieLorxu: you can just log to a file 2016-08-18 13:15:47 SylvieLorxu Hurr, of course 2016-08-18 13:16:03 SylvieLorxu I guess this is a good sign I need to actual go and do the morning rituals and properly wake up :P 2016-08-18 13:16:10 SylvieLorxu s/actual/actually/ 2016-08-18 13:16:29 SylvieLorxu Thanks, I'll go and check that out later 2016-08-18 13:17:46 @kido haven't you done your morning rituals? how can you expect asteroid to work if you haven't sacrified a goat today 2016-08-18 13:24:27 SylvieLorxu Wait, a goat? Awww, maaaan... 2016-08-18 13:37:55 SylvieLorxu For some reason http://stackoverflow.com/a/4916286 does not work >.< 2016-08-18 13:42:54 @kido have you tried outside of the loop? 2016-08-18 14:01:00 SylvieLorxu Yeah: https://lut.im/y4Jo2Dig04/hHXW26XWHHAoRH86.jpg 2016-08-18 14:01:22 SylvieLorxu Also, yes, that's a picture of my screen because pictures from my camera get synced to my desktop but screenshots on my laptop not and that's a LOT more work 2016-08-18 14:01:24 SylvieLorxu ^^" 2016-08-18 14:07:28 @kido I don't know, are you sure this gets compiled and pushed? 2016-08-18 14:17:20 SylvieLorxu I was running all those temp commands in one line, I now see that ../temp/run.do_configure already fails >.< 2016-08-18 14:19:05 SylvieLorxu "Cannot read /home/ubuntu/asteroid/build/tmp-glibc/sysroots/dory/usr/lib/mkspecs/oe-device-extra.pri: No such file or directory" 2016-08-18 14:19:18 SylvieLorxu Which is true, that file doesn't exist, not after a complete build of the OS 2016-08-18 14:19:43 @kido mhh 2016-08-18 14:20:06 @kido can you grep for oe-device-extra.pri in the log files of the temp/ directory ? 2016-08-18 14:20:20 @kido maybe you'll have another path for this file or whatever 2016-08-18 14:20:50 SylvieLorxu Only that error, nothing else 2016-08-18 14:21:05 SylvieLorxu Unless you mean another temp directory than I think you mean 2016-08-18 14:21:14 @kido is it really an error or just a warning? 2016-08-18 14:24:21 SylvieLorxu Exit code 0, so I guess just a warning 2016-08-18 14:25:58 @kido then does something goes wrong with compile? 2016-08-18 14:32:53 SylvieLorxu I did something stupid by copying /home/ubuntu/asteroid/ to /home/ubuntu/asteroid_personal/, not realizing the build system hardcodes all of that 2016-08-18 14:33:07 SylvieLorxu So it wasn't compiling my version but the original one in /home/ubuntu/asteroid/ >.< 2016-08-18 14:34:11 @kido :) 2016-08-18 16:12:05 SylvieLorxu Okay, I'm building the correct version, but it's not working and I still can't log :( 2016-08-18 16:14:50 @kido SylvieLorxu: well, I will try this tonight then 2016-08-18 16:15:31 SylvieLorxu Shall I commit my latest changes and put a DO-NOT-MERGE pull request ready with some info? 2016-08-18 16:17:43 @kido if you want yep 2016-08-18 16:18:22 SylvieLorxu I think that may be the last thing I do with git today too 2016-08-18 16:18:39 SylvieLorxu This is the 10th time or so today I lose stuff because it decides to do something silly 2016-08-18 16:19:11 SylvieLorxu Good thing I have these changes on the Debian box too so I can retype it 2016-08-18 16:26:44 SylvieLorxu Okay, done: https://github.com/AsteroidOS/asteroid-launcher/pull/5 2016-08-18 16:29:58 @kido ok I'll give it a look in ~3 hours 2016-08-18 16:35:45 SylvieLorxu Sure 2016-08-18 19:48:48 @kido SylvieLorxu: are you aware that your latest patches don't even compile? I'm not sure how you tried to build that but I'm pretty sure you haven't compiled your code 2016-08-18 19:50:50 SylvieLorxu o_O 2016-08-18 19:51:58 SylvieLorxu I'm going to try that again because the only way that makes sense if is something went wrong with git 2016-08-18 20:09:47 SylvieLorxu kido: Yeah, I accidentally pushed a slightly outdated version which missed the QDirIterator include and typo'd installTranslator. Force pushed the correct version, sorry 2016-08-18 20:10:22 SylvieLorxu Me and git just aren't getting along today 2016-08-18 20:12:54 @kido np :) 2016-08-18 21:47:02 @kido SylvieLorxu: sorry I was busy with other stuff but I'm trying it right now 2016-08-18 21:47:27 @kido putting qDebug in the loop and running lipstick by hand output things 2016-08-18 21:50:19 @kido you might have missed the "ln: failed to create symbolic link '/home/kido/asteroid/jethro/build/tmp-glibc/work/armv7a-vfp-neon-oe-linux-gnueabi/asteroid-launcher/+gitAUTOINC-r1/image/usr/lib/systemd/user/default.target.wants/asteroid-launcher.service': File exists" error when running do_install 2016-08-18 21:50:34 @kido just rm that file, I will change the recipe to make that not happen 2016-08-18 21:50:50 SylvieLorxu I did notice that, but I thought it was fine because I didn't change the service file 2016-08-18 21:51:15 @kido no, it stops the installation process 2016-08-18 21:51:25 SylvieLorxu x.x 2016-08-18 21:51:29 SylvieLorxu Whoops. 2016-08-18 22:00:51 SylvieLorxu Oh. My. God. 2016-08-18 22:00:54 SylvieLorxu I see the problem 2016-08-18 22:01:10 SylvieLorxu I was giving QTranslator the full path instead of just the filename 2016-08-18 22:04:45 SylvieLorxu Hmm, that was only part of it 2016-08-18 22:27:08 SylvieLorxu Well, one issue I noticed is that QLocale->name() returns "C", so we need to make sure systemd loads /var/lib/environment/ceres/locale.conf into memory so QLocale() is correct. However, even after that AND succesful loading by QTranslator... the watchface isn't translated 2016-08-18 22:30:16 @kido :/ 2016-08-18 22:30:53 SylvieLorxu So I thought "Perhaps it's because in 002-words.nl.ts is "002-words" but, unlike all other files, the directory structure is different 2016-08-18 22:31:18 SylvieLorxu So I tried watchfaces/002-words, /usr/share/asteroid-launcher/watchfaces/002-words and ../watchfaces/002-words but all to no avail 2016-08-18 22:31:23 SylvieLorxu s/all other files/all other apps/ 2016-08-18 22:32:11 SylvieLorxu Maybe it's the way the component is loaded in qml/MainScreen.qml but I have no clue now 2016-08-18 22:32:14 @kido http://stackoverflow.com/questions/33542660/qt-quick-does-not-translate-components-loaded-via-loader 2016-08-18 22:37:38 SylvieLorxu The only character I could understand to possible cause any issue is the underscore 2016-08-18 22:37:58 SylvieLorxu So I renamed it to words.jpg, words.qml, words.nl.qm and set the context name to words 2016-08-18 22:38:03 SylvieLorxu But no dice