[00:18] wxl: link me [00:18] jose: here they come [00:18] https://codein.withgoogle.com/dashboard/tasks/5069673288695808/preview/ [00:18] https://codein.withgoogle.com/dashboard/tasks/5175319015194624/preview/ [00:18] https://codein.withgoogle.com/dashboard/tasks/6193234183192576/preview/ [00:18] https://codein.withgoogle.com/dashboard/tasks/4798882177351680/preview/\ [00:20] wxl: all set [00:21] thx jose [00:21] np [00:31] jose: publish https://codein.withgoogle.com/dashboard/tasks/4798882177351680/ please [00:31] and https://codein.withgoogle.com/dashboard/tasks/6193234183192576/ [00:31] and https://codein.withgoogle.com/dashboard/tasks/5175319015194624/ [00:31] all set [00:31] and https://codein.withgoogle.com/dashboard/tasks/5069673288695808/preview/ [00:32] s/preview\// [00:35] done [00:35] thanks again! [00:37] np ;) [01:08] How do I publish a task? [01:08] jose: is that something you do? [01:08] marcoceppi: yeah only admins can publish [01:09] marcoceppi: and only they can add other mentors too btw [01:09] wxl: cool, I'll be adding a few more but I was put off by the whole "NOT PUBLISHED" [01:09] with no real follow up [01:09] :) [01:09] jose: if you're still around: https://codein.withgoogle.com/dashboard/tasks/6195630238072832/ [01:14] marcoceppi: sorry was having dinner, let me check [01:15] jose: no worries! [01:15] marcoceppi: published, but removed the beginner task tag [01:15] jose: why? [01:15] what constitutes beginner? [01:15] students are only allowed 2 beginner tasks, and at this point most students have already completed theirs [01:15] oic [01:16] jose: cool, thanks [01:16] once they have completed their 2 beginner, poof, all the rest disappera [01:16] np! [01:16] jose: I've got a few more to add, but I'll do them later tonight [01:16] sure, I'll be around all night [01:16] I've already messed up my sleeping cycle === salem_ is now known as _salem [02:19] * tsimonq2 hands jose a pillow :) === _salem is now known as salem_ === salem_ is now known as _salem === _salem is now known as salem_ === alan_g is now known as alan_g|lunch === alan_g|lunch is now known as alan_g [16:46] some quick shameless promotion -- the font testing task I put on GCI a few days agao should be easily done by anyone, and I'd love to get your feedback! [16:46] balloons, did you get my question? I asked if the new font was installed and enabled by default on the daily build - I can't exactly tell [16:47] MatthewAllen, ohh, yes the font is installed by default. Did you try pango view? [16:48] pango-view --font="Ubuntu 48" --markup \ --text=' BLAH BLAH COOL TEXT' [16:48] so I can you that to test text or what? [16:52] balloons, the new font looked great when I tested it :-) [16:58] balloons, is there any way to test the bug that was occuring in Windows - as I can't seem to find a download for the beta version of the font [16:58] https://bugs.launchpad.net/ubuntu-font-family/+bug/859677 [16:58] Launchpad bug 859677 in Ubuntu Font Family "[nc] Set Vertical Metrics to BBOX and LineGap 0 to avoid clipping on MS Windows" [Medium,In progress] [17:04] yes, it's silly that you have to install xenial to see the font [17:07] knome, so there's no way I can attempt to recreate it the bug in windows? Could I rip it from the fonts folder? [17:07] i'm sure there is a way, hold on [17:08] knome, found it /usr/share/fonts/truetype/ubunt-font-family [17:09] yes, to answer your question, just copying the font over would likely be just fine [17:09] yep, just got it installed :) [17:14] thankyou for the help [17:14] np [17:18] yea, the xenial only thing is a little silly, but only xenial has some other changes needed for non-western stuff. You can of course install it other places. It will be SRU'd anyways as I understand it [17:29] anyone know if we have any plans to do GSOC this year? [17:41] maybe it would make sense to wait until the current contest is over first... [17:43] indeed but one of the students is asking about it. [17:43] tell them that [17:43] or "there is still at least 17 days to go of the current contetst this year" [17:52] balloons: https://codein.withgoogle.com/dashboard/task-instances/6549782369665024/?sp-page=1 === salem_ is now known as _salem === alan_g is now known as alan_g|EOD === _salem is now known as salem_ [18:56] DanChapman: popey: I'd like to take on the task : Add ‘include me in replies’ option in email. [18:56] Could you give me a headstart? [19:03] Girish, hey! that's great. What would you like to know? do you understand the task ok? [19:10] DanChapman: Yes. When there is an email conversation between more than 2 people, replying to all sends an email to the sender also. This should be a selectable setting. [19:11] Am I getting this right? [19:12] I've cloned the Dekko repository. How do I build and run this? No relevant README available. [19:13] Should I direclty do qmlscene Main.qml? [19:16] Girish, https://dekko.gitbooks.io/development-guide/content/SetupDevEnv.html for build instructions. [19:24] Girish, yes in short that's pretty much it :-) At the moment Dekko does a pretty dumb reply all and basically replies to every recipient found in the header of the message being replied to. Dekko stores a list of sender identities, so logic needs adding that will remove any addresses belonging to the user based on the model of identities when include me in replies is disabled. You also need a switch in the settings UI to toggle it. [19:27] DanChapman: Okay, I'm building it right now, will get back to you when it's done. [19:28] DanChapman: Will be able to push to the repository? [19:34] You'll need to create your own personal repo. Once you clone dekko you can do "git remote add origin myreponame git+ssh://{lp-username}@git.launchpad.net/~{lp-username}/dekko" then "git push myreponame master" and you should end up with a repo in here https://code.launchpad.net/dekko in the other repositories section [19:34] Girish, ^^ [19:36] ahhh typo should be "git remote add myreponame git+ssh://{lp-username}@git.launchpad.net/~{lp-username}/dekko" [19:37] Okay, thanks. [19:45] Girish, ty [19:59] balloons, np [20:00] DanChapman: Will I need to get an approval from the design team for the UI of the feature? [20:05] Girish, nope. :-) I'd say the switch should go below the "Add new identity button" in the Account Settings page. as it's related to those identities you will be removing/adding. What you think? [20:07] ahhh i probably need to merge what i'm working on into master as there has been some changes & a bit of a move around for building recipients. [20:07] * DanChapman does that now [20:14] Girish you need to update your repo. I just merged some changes into master [20:14] Okay. [20:16] btw, I'm not able to run the app in my desktop. It's giving me a blank screen with the header "dekko.dekkoproject" [20:16] And the terminal is saying APPLICATION INACTIVE [20:16] APP_ID isn't set, the handler ignored [20:16] what release are you on? [20:16] You can ignore that [20:17] any other errors? [20:18] Sending a pastebin. Just a sec) [20:20] DanChapman: http://pastebin.com/nNYpMr3X [20:22] ahhh run ./scripts/run-desktop --setup [20:24] that should install anything your missing [20:24] I'm pretty sure I ran it. [20:24] I'll try once more. [20:25] Yep, have all the dependencies, [20:25] 0 upgraded, 0 newly installed, 0 to remove and 126 not upgraded. [20:26] ahh i see it's missing qml-module-qtqml-statemachine in the setup script. Try installing that [20:30] Aaaand it runs! [20:32] I'm not able to add an account? [20:33] http://pastebin.com/G31UHHSW when I try adding a Google account [20:34] To update a git repo you have to do 'git pull' right? [20:52] DanChapman ^^ [20:52] Girish, you need to add google accounts via the add IMAP account option. The google account option only works on the phone atm. [20:52] Okay. [20:53] Yes git pull to update then push it to your personal repo [21:01] DanChapman: Google is preventing me to sign in to Dekko. It's saying 'Someone just tried to sign in to your Google Account from an app that doesn't meet modern security standards.' [21:02] Does this count as a bug? [21:21] Hey Girish [21:22] Are you still having problems with 'Someone just tried to sign in to your Google Account from an app that doesn't meet modern security standards.' [21:28] xcub: Yes. [21:32] That's a problem with google [21:32] https://support.google.com/accounts/answer/6010255?hl=en you just need to follow these instructions [21:32] xcub: Thanks! [21:33] np