18:03 #startmeeting Weather app meeting 18:03 Meeting started Thu Jul 10 18:03:35 2014 UTC. The chair is popey. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 18:03 18:03 Available commands: action commands idea info link nick 18:04 No update on the API key I'm afraid. I sent a poke email but nothing yet 18:04 okay 18:05 I've started to update the tests with the new header 18:05 Excellent, was going to ask about the new header. 18:06 try this one: https://code.launchpad.net/~martin-borho/ubuntu-weather-app/new_header_with_fixed_icons 18:06 ok 18:06 has also a fix for icon animations 18:06 so perhaps balloons can give me a hint about testing with the new header 18:06 * popey pokes balloons 18:07 the transition is really simple. 18:07 StateNotFoundError: Object not found with name ''. 18:07 inside the qml, set it to false. Inside the testsm change things to call the header.. A couple small tweaks is all you should need 18:08 the error above is the only one in the tests 18:11 balloons: is this the current documentation? http://developer.ubuntu.com/api/devel/ubuntu-14.04/autopilot/emulator/ubuntuuitoolkit.html 18:11 hmm 18:11 i cant install that branch for some reason 18:11 m-b-o, you can find the latest from here: http://developer.ubuntu.com/apps/platform/apis/ 18:12 http://developer.ubuntu.com/api/devel/ubuntu-14.10/python/autopilot-emulator/ 18:12 http://paste.ubuntu.com/7776458/ 18:12 balloons: thanks! 18:13 m-b-o: header looks good on laptop, not sure what's up with the click on my phone 18:13 m-b-o, use get_header(), then use click_action_button 18:13 it's like a find/replace operation 18:13 popey: but grey colored buttons, right? 18:14 balloons: yes. I want to have everything right, until the icon color bug is fixed and we can transition to the new header as fast as possible 18:16 yes 18:17 popey: currently installing kit in qtc 18:17 last time I've tried on the device out from qtc it failed 18:17 some weeks ago 18:18 i just used click-buddy --dir foo/ 18:18 then pushed it to the device and installed it with pkcon install-local foo.click 18:20 popey: do you think there's an error in the weather app? 18:21 I'm not sure, let me try on another device 18:22 no, installs fine on my other device 18:22 http://popey.mooo.com/screenshots/device-2014-07-10-192147.png 18:22 thats what I see on device 18:23 ooh, found a bug 18:23 oh 18:23 http://popey.mooo.com/screenshots/device-2014-07-10-192219.png 18:23 only have one city, press the hamburger icon in the top left 18:23 empty popup 18:23 sdk bug 18:24 yeah 18:24 will file a bug 18:26 hmm 18:26 when I start the app from qtc on the device I get: 18:26 [20:25:00] Application started: 14296 18:26 [20:25:03] QSqlQuery::prepare: database not open 18:26 [20:25:03] file:///opt/click.ubuntu.com/com.ubuntu.developer.martin-borho.ubuntu-weather-app/0.1/components/Storage.qml:32: Error: 18:26 callbacks 0xb3c0f445 0xb3c0f33d 18:26 oof 18:26 not seen that before 18:27 the same thin glike some weeks gao 18:29 mhall119: have you seen that in qtc? ^ 18:30 popey: and when I do provision with click-buddy I get: 18:30 Fatal error: /tmp/com.ubuntu.weather_1.1.294_all.click failed to install. 18:30 Cannot install /tmp/com.ubuntu.weather_1.1.294_all.click: Framework "ubuntu-sdk-14.04-qml-dev2" not present on system (use --force-missing-framework option to override) 18:30 ah yes 18:30 you need to fix that 18:31 ubuntu-sdk-14.04-qml-dev2 should be ubuntu-sdk-14.10-qml-dev2 18:31 i thought I'd fixed that 18:31 oh balls I didnt propose it 18:32 https://code.launchpad.net/~popey/ubuntu-weather-app/refix-1336764/+merge/226358 18:32 http://bazaar.launchpad.net/~ubuntu-weather-dev/ubuntu-weather-app/trunk/revision/292 18:32 yeah, my bad, i "fixed" it then fixed that 18:32 sorry. 18:33 no problem 18:33 popey: seen what? 18:34 the message m-b-o posted at 24 mins past the hour 18:34 error when using qtc? 18:34 no, havne't seen that, but none of the apps I write use localstorage either 18:34 ah 18:35 sorry, i dont know, could be a qtc bug? 18:36 popey: does it give the error running the app outside of qtc? 18:37 not for me 18:37 mhall119: it gives the error when running the app on the device. 18:37 is this running it locally from qtc or on a device/emulator from qtc? 18:37 m-b-o: only on the device? 18:37 yes, only on the device. emulator I dont know 18:38 then it sounds like an apparmor denial, check /var/log/syslog for apparmor messages 18:38 it could be that qtc isn't launching it with the right policy 18:39 IIRC, running it locally on your laptop qtc doesn't put it under confinement, so you wouldn't see that 18:40 mhall119: Jul 10 20:38:41 ubuntu-phablet kernel: [25787.785316] type=1400 audit(1405017521.045:112): apparmor="DENIED" operation="open" profile="com.ubuntu.developer.martin-borho.ubuntu-weather-app_ubuntu-weather-app_0.1" name="/home/phablet/.local/share/com.ubuntu.weather/Databases/34e1e542f2f083ff18f537b07a380071.ini" pid=16247 comm="qmlscene" requested_mask="r" denied_mask="r" fsuid=32011 ouid=32011 18:40 aha 18:42 lets ask jamie 18:43 I bet it's caused by the mismatch between com.ubuntu.developer.martin-borho.ubuntu-weather-app and com.ubuntu.weather 18:43 ah, probably 18:44 oh 18:44 so yeah, fix that in the packaging tab in qtc 18:48 did that fix it? 18:48 yepp :) 18:49 mhall119 thanks 18:49 popey: you've said two weeks ago you would publish a new version :) 18:50 with the detail-hourly-scrolling 18:50 oh you're right! 18:51 weather has fallen behind. 18:51 m-b-o: np 18:51 I'll update the store once https://code.launchpad.net/~popey/ubuntu-weather-app/refix-1336764/+merge/226358 lands 18:51 popey: great, thanks! :) 18:51 sorry about that. 18:51 no problem 18:52 Ok. Anything else to discuss? 18:52 no, waiting for https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1317816 to switch to the new header. I'll fix the tests until then 18:54 awesome! 18:54 Shall we wrap up? 18:54 oh, one last thing: 18:54 ya 18:54 the links are broken for twc 18:54 oh jeez 18:55 the mobile redirect I guess 18:55 yep 18:55 same here. I'll ping a mail to our twc contact to get an updated set 18:55 thanks! 18:55 (I never click them) 18:56 I've clicked them accidentally 18:56 haha 18:57 ok, nothing left :) 18:57 great, thanks m-b-o ! 18:57 thank you! 18:57 will push to the store, and poke twc 18:57 have a great weekend 18:57 #endmeeting