13:04 #startmeeting Trojita meeting 13:04 Meeting started Fri Jun 27 13:04:15 2014 UTC. The chair is popey. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 13:04 13:04 Available commands: action commands idea info link nick 13:04 popey: pls :) 13:04 k 13:04 hey DanChapman 13:04 anyone else about? 13:04 Oh I see jkt is on vacation? 13:04 hey popey nope, jkt is going on holiday for two weeks now 13:05 heh yeah 13:06 ok 13:06 So one piece of good news... 13:06 https://code.launchpad.net/~popey/ubuntu-seeds/add-keychain/+merge/224667 13:06 that should be in the next image - #102 13:06 popey so I've just added some items to trello i can think of for next week 13:06 AWESOME :-) 13:06 ☻ 13:06 thought you'd like that 13:06 :-) no more cleartext passwords 13:07 ya 13:07 it should benefit quite a few apps having that sys wide 13:07 is there much work to do in trojita to make it use that? 13:07 agreed! 13:08 all that's needed is a combobox/optionselector to select GNOME keyring and it "should" just work 13:08 plus password watcher for smtp but that's a quick thing 13:08 Ok, great. 13:08 hey boren 13:08 hey boren o/ how are you? 13:09 Will either of you be around on thursday or friday next week for hacking on trojita? 13:09 thinking of adding email client to the hack days 13:09 Hi, Great. 13:09 Yes I will be around for sure 13:09 for context see:- http://developer.ubuntu.com/2014/06/bring-your-apps-to-hack-days/ 13:09 and https://wiki.ubuntu.com/Touch/CoreApps/HackDays 13:10 we have Beru and OSM Touch lined up as "non core community apps" 13:10 i figured we could add trojita to that category too. 13:10 but pick which ever day is best for you guys (although people can work on whatever, whenever) 13:11 popey; Next Friday is a holiday. I can make Friday. 13:11 oh, its a US holiday isnt it.. 13:11 ok, lets add it to friday.. 13:11 * popey edits the wiki 13:12 friday's good for me 13:12 great! 13:12 Is there anyone else who can accept patches upstream while jkt is away on vacation? 13:14 Thomas and Caspar can, Caspar should be about over jkt's absence as he's taking over his GSoC mentoring for that period 13:16 ok. 13:17 DanChapman: could you look over the wiki page and see if it's still sane for new people? 13:17 https://wiki.ubuntu.com/Touch/CoreApps/EmailClient 13:17 make sure if anything has changed upstream or in the process, that we have it nailed, so people don't get lost ☻ 13:17 How do the items look in the Hackfest column on trello? or do they need to be even more bitesize? to get people involved? 13:17 popey sure i'll sort that today 13:18 lets see 13:19 whats wrong with the click packaing? 13:19 things like expunge mailbox are quite simple in that it's just hooking up a button or "something" to the imap model methods 13:21 well it seems QtCreator or click not sure which. strips the output from HOST_ARCH_TRIPLET when installing the binary so the desktop file is saying /lib/armhf.../bin/trojita but in fact it got installed into lib/bin.trojita 13:22 it's an easy fix i believe 13:23 hey dholbach 13:23 hey hey 13:23 14:21:02 < DanChapman> well it seems QtCreator or click not sure which. strips the output from HOST_ARCH_TRIPLET when installing the binary so the desktop file is saying /lib/armhf.../bin/trojita but in fact it got installed into lib/bin.trojita 13:23 hey dholbach. 13:23 any ideas dholbach ? 13:23 no, not at all I'm afraid, but probably xnox should be able to help 13:24 or sergiusens 13:24 ok thanks, i'll give one of them a ping about it 13:26 ok 13:26 DanChapman: dholbach noticed the new libkeychain 13:27 does trojita need a rebuild or are there actual code changes required? 13:27 so yeah, I'm just doing a local test build and will then add it as a build depends to the daily build 13:27 let me just check that 13:27 to me it looked like the build would just pick it up if it's there 13:28 dholbach: yes it should just pick it up as part of the shared plugin generation 13:29 sweet 13:29 great 13:31 So once we have password saving in the keychain, reckon that's close for a build in the store/ 13:31 ? 13:31 WITH_SHARED_PLUGINS is on by default so yes it should just work. For click packaging i.e UBUNTU_CLICK_MODE option is a different story as atm that disables it which i need to change as it will now be available 13:33 popey yes I would say so. I've been making good progress on the smtp submission / composing now, so should have something up for review over the weekend :-D 13:33 boren how is the plainTextToHtml going? i noticed jkt replaced your branch :-D 13:34 be good to have something in the store ready before the hackday 13:34 that way people can test it 13:34 might also be good to do an x86 click package so people can test in the emulator? 13:35 DanChapman: He moved code from simplepartWidget to Composer, It was submitted yesterday. I can work on integrating the function with Ubuntu then. 13:37 that's a good idea, what's the best way to configure "architecture" in manifest.json at build time. does "dpkg-architecture HOST_ARCH" return correct for i386 like it does armhf as i know it doesn't for x86_64 which returns amd64. grrr does that even make sense 13:38 boren awesome :-) 13:39 in qtcreator you can create a kit for the emulator 13:39 dpm has a blog post detailing all this planned ㋛ 13:40 indeed, emphasis on "planned" unfortunately. But I'll get it out the door as soon as we've fixed Reminders :) 13:41 I don't really want to have a manifest.json for each arch though. But rather just configure it at build time by querying something in the build environment arch and plumb it into the manifest 13:42 true, and we should be automating the click creation 13:42 not doing it in qtcreator 13:43 but for devs getting started we need some way for them to test out, and they can test on the desktop, but for testing on utopic the emulator makes more sense 13:43 DanChapman, do you know what to do about http://paste.ubuntu.com/7711230/? 13:44 installing qt5keychain-dev doesn't seem to have been enough 13:47 I used WITH_QTKEYCHAIN_PLUGIN=on as well 13:47 dholbach just looking into it 13:48 yep, cool 13:51 ah no... it finds the keychain packages, but still it says 13:51 -- The following features have been disabled: 13:51 * WITH_QTKEYCHAIN_PLUGIN , Build Qtkeychain password plugin 13:55 DanChapman: still there? 13:56 popey yeah sorry i didn't see the message while i was looking. dholbach so it finds it but then disables it? 13:56 yep, looks like it 13:56 I'm not sure why though 13:57 hmmm that's strange 14:00 Ok, well, we should take this offline? 14:01 popey sure 14:01 dholbach: could you paste the cmake output for me 14:02 popey offline as in end meeting? 14:02 OK, lets move to -app-devel, we can carry on there. 14:02 popey ok cool 14:03 ya, unless there's anything else we need to discuss? 14:03 i'm good. 14:03 good 14:04 Thanks guys, thanks dholbach 14:04 #endmeeting