== Meeting information == * #ubuntu-touch-meeting: Ubuntu touch clock app meeting, 13 Sep at 20:00 — 20:42 UTC * Full logs at [[http://ubottu.com/meetingology/logs/ubuntu-touch-meeting/2013/ubuntu-touch-meeting.2013-09-13-20.00.log.html]] == Meeting summary == ''LINK:'' https://launchpad.net/qtcreator-plugin-ubuntu ''LINK:'' https://bugs.launchpad.net/qtcreator-plugin-ubuntu/+bug/1225178 == Vote results == == Action items == * (none) == People present (lines said) == * popey (56) * nik90_ (49) * meetingology (3) == Full Log == 20:00 #startmeeting Ubuntu touch clock app meeting 20:00 Meeting started Fri Sep 13 20:00:07 2013 UTC. The chair is popey. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 20:00 20:00 Available commands: #accept #accepted #action #agree #agreed #chair #commands #endmeeting #endvote #halp #help #idea #info #link #lurk #meetingname #meetingtopic #nick #progress #rejected #replay #restrictlogs #save #startmeeting #subtopic #topic #unchair #undo #unlurk #vote #voters #votesrequired 20:00 Hi popey 20:00 How are things? 20:01 Great! 20:01 I thought of starting with a little mind teaser :P 20:01 blueprint: https://blueprints.launchpad.net/ubuntu-phone-commons/+spec/initial-clock-development 20:01 bugs: https://bugs.launchpad.net/ubuntu-clock-app/+bugs 20:01 reviews: https://code.launchpad.net/~ubuntu-clock-dev/ubuntu-clock-app/trunk/+activereviews 20:01 Uh-oh! 20:01 burndown: http://status.ubuntu.com/coreapps-13.10/ 20:01 Go on ☻ 20:01 Look at picture http://i.imgur.com/Sw7ENPh.png and let me know if you can spot the one provided by the design team :) 20:02 oh blimey 20:02 2 of them are used by the clock app (in trunk and in my personal branch) 20:02 the one on the right? 20:02 right most one by design? 20:02 yes 20:03 did i win a prize? 20:03 that's right :) 20:03 the one in the middle is the one I will propose at the end of the day 20:04 hehe well a better clock experience :) 20:04 thats great! 20:04 so yeah the design is now almost matched. 20:04 I like that yours looks better than design ☻ 20:04 lol 20:04 I also emailed lina and got the reply regarding the HUD 20:05 ah okay? 20:05 so I will fix that tomorrow 20:05 she asked to remove the save and cancel from hud 20:05 ah okay. good. 20:06 Looking at https://launchpad.net/ubuntu-clock-app/+milestone/hack-days-1309, we are squashing quite a number of bugs. The ones remaining are the only ones remaining for the 1.0 release 20:06 Yeah, great progress. 20:07 I will fix the stuff asked by zsombi and get that merged as well by this weekend or perhaps early next week. 20:07 Which leaves only the notification part from charles kerr 20:08 I spoke to charles' manager 20:08 i think the notification fell between the cracks between two teams 20:09 ah 20:10 should get a response now though 20:10 Can we expect their work to be completed before 1.0 release? 20:11 I don't have an answer for that, but will keep chasing. 20:11 okay 20:12 That's all the new stuff that I worked on this week with Paolo. 20:12 Paolo has been reviewing my code and merging them 20:12 nice to see someone finally do that for me :) 20:13 Yeah, I saw. ☻ 20:14 oh btw, after a recent flash, I am unable to launch apps through qtcreator. I get the error message, 20:14 [21:46:48] bash: cannot set terminal process group (-1): Invalid argument 20:14 bash: no job control in this shell 20:14 [21:46:48] QXcbConnection: Could not connect to display 20:14 erk 20:14 This is not the ssh error that I mentioned early this morning 20:14 thats not in a vm is it? 20:14 no 20:15 you're using cdimage-touch not ubuntu-system? 20:15 I am however able to take screenshots, and do other stuff through qtcreator 20:15 I am using cdimage-touch 20:15 tried restarting, but same issue 20:16 you're on saucy? 20:16 It has copied the necessary files to /dev_tmp 20:16 and yes on saucy 20:16 lemme grab latest trunk and try here 20:17 so this is failing when launching apps on device yes? 20:18 popey: yes (through qtcreator alone) 20:19 hm 20:20 hmmm 20:20 you too? 20:20 different issue, one mo 20:20 ok, yes, same problem 20:21 :( 20:21 not sure against what to report a bug? qtcreator-plugin? 20:22 let me see 20:23 https://launchpad.net/qtcreator-plugin-ubuntu 20:23 want me to file it, or do you have time to? 20:24 I can do it 20:24 how do I find out which version of image I am running? 20:24 cat /var/log/installer/media-info 20:24 thnx 20:24 gimmie the bug number and I'll confirm it 20:24 okay 20:24 Sorry about this. 20:25 no problem 20:25 I can still go to /dev_tmp and try it there myself 20:27 trying to look at where the bug is... 20:28 /usr/share/qtcreator/ubuntu/scripts/qtc_device_run_app is the script that does it 20:29 https://bugs.launchpad.net/qtcreator-plugin-ubuntu/+bug/1225178 20:31 confirmed 20:34 so manually running works? 20:36 right qmlscene /home/phablet/dev_tmp/ubuntu-clock-app/ubuntu-clock-app.qml --desktop_file_hint=/home/phablet/.local/share/applications/ubuntu-clock-app.desktop 20:36 thats the command it runs 20:38 popey: yeah manually running it from that folder works 20:38 well, technically it's http://paste.ubuntu.com/6103257/ that which it runs 20:38 alan@deep-thought:~$ ssh -i /home/alan/.ssh/ubuntudevice_04c770facfe7991f_id_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -p2222 phablet@127.0.0.1 "bash -ic 'qmlscene /home/phablet/dev_tmp/ubuntu-clock-app/ubuntu-clock-app.qml --desktop_file_hint=/home/phablet/.local/share/applications/ubuntu-clock-app.desktop'" 20:38 Warning: Permanently added '[127.0.0.1]:2222' (RSA) to the list of known hosts. 20:38 bash: cannot set terminal process group (-1): Invalid argument 20:38 bash: no job control in this shell 20:38 QXcbConnection: Could not connect to display 20:38 there you go 20:38 something wrong with that 20:39 yup 20:40 To the google! 20:42 popey: think you should end meeting :) 20:42 popey: I am going to test some showdown apps to help them 20:42 Oh yes ☻ 20:42 thanks 20:42 #endmeeting Generated by MeetBot 0.1.5 (http://wiki.ubuntu.com/meetingology)