== Meeting information == * #ubuntu-touch-meeting: Weather app meeting, 10 Oct at 10:02 — 10:37 UTC * Full logs at [[http://ubottu.com/meetingology/logs/ubuntu-touch-meeting/2014/ubuntu-touch-meeting.2014-10-10-10.02.log.html]] == Meeting summary == ''LINK:'' http://146.185.188.87/?query=Far% doesn't work anymore ''LINK:'' http://146.185.188.87/?query=Farnborough now works ''LINK:'' http://146.185.188.87/?query=Far% also does ''LINK:'' http://146.185.188.87/?query=Stuttg works, http://146.185.188.87/?query=Stuttg% does not ''LINK:'' https://bugs.launchpad.net/ubuntu-weather-app/+bug/1370582 == Vote results == == Done items == * (none) == People present (lines said) == * popey (46) * m-b-o (43) * dpm (11) * DanChapman (3) * meetingology (3) * nik90 (2) == Full Log == 10:02 #startmeeting Weather app meeting 10:02 Meeting started Fri Oct 10 10:02:03 2014 UTC. The chair is popey. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 10:02 10:02 Available commands: action commands idea info link nick 10:02 So, where are we? ☻ 10:02 we are fine, thanks! :) 10:03 Code-wise the transition to geonames-ubuntu is almost done! Just some steepping stones left 10:04 ok. 10:04 http://146.185.188.87/?query=Far% doesn't work anymore 10:04 Any outstanding issues that we need to fix on our side? 10:04 * popey checks the vps 10:05 hmm, it's up 10:05 looks like sphinx died 10:05 * popey restarts 10:06 and there's somewhere a comment from myself, about searching from start of the name 10:06 can't find it anymore 10:07 ahh, my VPS runs out of RAM 10:07 hail to browser history: https://code.launchpad.net/~twstd-dev/ubuntu-geonames/search-wildcard/+merge/234578/comments/575618 10:07 haha 10:07 \o/ added tonnes of swap 10:07 http://146.185.188.87/?query=Farnborough now works 10:08 http://146.185.188.87/?query=Far% also does 10:08 cool, thanks! 10:08 I'll take a look at that merge and see if I can fiddle the code to do that 10:08 http://146.185.188.87/?query=Stuttg works, http://146.185.188.87/?query=Stuttg% does not 10:08 strange 10:09 thats odd 10:09 i dont know the code, would need to have a look to figure out why 10:09 okay 10:11 added to my list to look at 10:11 thanks 10:11 you can use https://code.launchpad.net/~martin-borho/ubuntu-weather-app/ubuntu-geonames to test, will update later to 146.185.188.87 10:12 uses temporaryily http://geoname-lookup.ubuntu.com/ 10:12 okay, another important point: 10:12 ok 10:12 the app currently can't be started from within QtCreator 10:12 there are some CMAKE rules missing, I'Ve bee told. But I have no clue 10:13 ok, I'll see if I can find someone to help fix that 10:13 i saw a conversation pass by on irc between you and dpm I think yesterday? 10:13 DanChapman and dpma laready looked at it, don't know what's the current state 10:13 dpam 10:13 dpm 10:13 dpm: you about? 10:13 m-b-o, popey, I can have a look at it this weekend 10:13 nice one, thanks 10:14 m-b-o: whats the status of https://code.launchpad.net/~martin-borho/ubuntu-weather-app/position-lookup ? 10:14 m-b-o, I'm thinking now that the app is a compiled one, I'll add a very simple main.cpp that takes care of loading the plugin. This should help with app startup time vs. qmlscene 10:14 dpm: How about the autopilot tests? 10:14 +1 to that 10:15 :-) morning btw 10:15 ☻ 10:15 All the gang is here! 10:15 moin moin 10:15 m-b-o, yeah, they'll need to be adapted too. We did that for file manager, terminal and reminders 10:15 hey DanChapman! o/ 10:16 dpm: ok, currently its says module "TimeZone" is not installed too 10:16 hey dpm o/ 10:16 yeah, it's because it does not search for the plugin in the right location 10:16 popey: started with that one some weeks ago, but the Position-Service hasn't worked properly 10:17 should try that again, there's also a realted bug report 10:17 it works now 10:17 you may need to re-run the wizard to accept the HERE T&C for it to work 10:17 https://bugs.launchpad.net/ubuntu-weather-app/+bug/1370582 10:17 popey: okay 10:17 run this with your phone attached. phablet-config welcome-wizard --enable 10:17 then reboot it 10:17 it will run the wizard 10:17 popey: thanks 10:18 popey, m-b-o, until the positioning service works more reliably, it might be worth focusing on https://bugs.launchpad.net/ubuntu-weather-app/+bug/1355835 or https://bugs.launchpad.net/ubuntu-weather-app/+bug/1326918 instead 10:18 well positioning does work, so that should be a simple landing, but I agree on the others 10:19 dpm: the latter one is in work 10:19 m-b-o, awesome, shall we change the status to In Progress to reflect that? 10:19 yeah 10:20 dpm https://bugs.launchpad.net/ubuntu-weather-app/+bug/1355835 switching to mobile url as default was the solution for the moment, right? can't remember exactly :) 10:21 m-b-o, yeah, let's go for that for now 10:21 one question about the geo lookup: should there be a timeout for the lookup? 10:22 I don't know actually. 10:23 m-b-o, good point, probably. Do you know if nik90 implemented a geolookup timeout for https://bugs.launchpad.net/ubuntu-weather-app/+bug/1326918 in clock? 10:23 well, I dont know if it spins forever until it gets a location 10:23 at the moment there is no timeout 10:23 but should be easy enough to add 10:23 popey: I'll try. When geolookup is implemented, the geoip thing should be uneccessry? 10:24 m-b-o, yes, we should then either not use geoip, or prompt the user. There is a related bug about that 10:24 nik90: thanks 10:25 dpm: prompting the user for which question? 10:26 m-b-o, prompting if they want to use geoip. But I think the easiest thing would be to remove it for now (once GPS location is implemented) and then worry about the UI. Here's the related bug: https://bugs.launchpad.net/ubuntu-weather-app/+bug/1370582 10:27 dpm: alright 10:29 what happens if someone rejects the HERE T&C though? 10:29 They won't get accurate location lookup 10:29 so will have to do it via geoip.. 10:31 popey: so we have a general location setting and the HERE t&c? 10:31 popey: perhaps they are related, you can only use location lookup when t&c accepted 10:31 ? 10:31 the HERE T&C is just a tickbox during the wizard which says "yes, i want to use the binary blob to get my location more accurately" 10:31 if you dont tick it then you get the slow GPS fix 10:31 which can take minutes 10:32 popey: hmmm, perhaps we should implement the lookup and try afterwards how it works under certain scenarios 10:33 before the merge perhaps 10:33 i think probably as dpm suggested we should focus on the other bugs until we can be sure of all the location use cases 10:33 alright 10:36 Ok. anything else? 10:36 nope! 10:36 super stuff. Thanks m-b-o ! (and everyone else) 10:36 thanks too! 10:36 let me know if you need any testing done. 10:36 have a great weekend. 10:36 you also! 10:37 #endmeeting Generated by MeetBot 0.1.5 (http://wiki.ubuntu.com/meetingology)