=== salem_ is now known as _salem === chriadam is now known as chriadam|away [07:42] good morning === chihchun_afk is now known as chihchun [09:04] dpm, I'll delete the https://code.launchpad.net/~dholbach/help-app/1430735/+merge/252910 MP === chihchun is now known as chihchun_afk [09:04] and break it up into small chunks - here's the first: https://code.launchpad.net/~dholbach/help-app/1430735-pt1/+merge/253164 === mcphail_ is now known as mcphail [09:13] Hi. I'm trying to use the Ubuntu SDK on a machine running 14.10 and a hand-rolled 3.19 kernel. When starting qt-creator, I get an error message showing the schroot command has failed and that "overlayfs" is not a supported filetype. This looks as if it has been fixed for kernels > 3.18 in Vivid. Is there any chance the changes will be backported? It prevents packages from being built [09:14] dholbach, ok, cool. Looking at the phone theme now [09:15] mcphail, not sure we've got any kernel experts here. You might want to ask on #ubuntu-touch [09:15] hi mcphail, to me it looks like overlayfs is maybe not supported in your handrolled kernel? or not a module or something? [09:15] does it work with the normal kernel? [09:17] dholbach: no - overlayfs is built in but the way it is mounted changes in kernels > 3.18. It has been fixed in 15.04 but I don't want to upgrade yet until the systemd changes stabilise. A stock ubuntu kernel works but my graphics card suffers with a normal kernel [09:17] mcphail, vivid has 3.19 - you could try to install one of those kernel [09:18] systemd works absolutely fine for me [09:18] it was never broken for me [09:18] you could try booting up a live cd to check... [09:18] dholbach: as i said - my kernel is fine. Any kernel > 3.18 will cause the crash when running the ubuntusdk under 14.10 [09:19] dholbach: there is a fix commited for vivid on launchapd [09:19] I'm sorry - I never ran into that issue. Neither on utopic nor on vivid. [09:20] It looks to me like the kernel you're using and whatever does the mounting is incompatible or not adjusted to work with each other and I don't know how to fix it. [09:23] dholbach: i'll try to find the commit in launchpad which explains it better [09:25] ok [09:33] dpm, if you could have a look at https://code.launchpad.net/~ubuntu-touch-coreapps-drivers/help-app/trunk/+activereviews that'd be great :) [09:33] dpm, you'd also get the newest markup and everything [09:34] dholbach: the fix is in https://bugs.launchpad.net/ubuntu/+source/schroot/+bug/1398523 . Utopic uses 1.6.10-1 but the fixed version is 1.6.10-1ubuntu1 in vivid. There is a milestone for "utopic-updates" but I don't know if that means it is actually going to be backported [09:34] Ubuntu bug 1398523 in schroot (Ubuntu Utopic) "schroot overlayfs v1 workdir support" [Low,Triaged] === chihchun_afk is now known as chihchun [09:43] dholbach, sure, let me finish the phone styling and then I'll have a look [09:44] mcphail, you're on utopic? [09:45] dholbach: yes [09:46] dholbach: don't know if I should just download and install the vivid .deb [09:46] mcphail, I just uploaded a backport to https://launchpad.net/~dholbach/+archive/ubuntu/ppa [09:46] it should be available there in a few minutes [09:47] hope that helps [09:47] dholbach: brilliant. I won't be at the machine until this evening but that is fantastic. Cheers! [09:47] mcphail, no worries [09:48] mcphail, actually the build should be done very quickly [09:50] * mcphail has fingers crossed he can start using that machine to develop [09:52] good luck - the builds are now finished [09:54] Good. It has been driving me mental. It is the machine I use when working away from home (when I actually have spare time to sit down and code in the evenings) [10:22] dpm, I'm running a few errands now... I'll look into the merge proposals later on again and fix whatever you find broken :) [10:23] ok, thanks dholbach [11:01] Silly question. Is trusty-updates a superset of trusty-security? [11:02] Is there any documentation explaining what goes in what repository and how things are updated for LTS releases? [11:07] dholbach: mcphail: I have just read your discussion, thanks dholbach for the fix. === MacSlow is now known as MacSlow|lunch [11:36] hello! I run Ubuntu 14.10 and have the repository version of the ubuntu-sdk package, I get the following problem, this to lines don't work "import Ubuntu.Components 1.1" and "import Ubuntu.Web 0.2" [11:38] the message I get is "QML module does not contain information about components contained in plugins..." [11:39] My computer have a x86_64 CPU architecture [11:47] I can't get the webcam to work in my app, that's another problem I have, the led goes on but nothing more (I copy pasted the example in the tutorial) [12:14] dobey: hi! About your question on how to generate the signature, I'm not aware of any QML helpers [12:18] hello I got the webcam to work, I had put one element in the wrong place [12:22] gcov [12:22] whoops === _salem is now known as salem_ [12:39] dpm, ok... so I'll just continue like that, I'll do some more testing and see what else needs fixing [12:40] dpm, is https://launchpad.net/help-app/+milestone/0.1 what you also feel needs fixing for our first release? === MacSlow|lunch is now known as MacSlow [12:45] can anyone tell me what "Invalid property assignment: unknown enumeration" mean? [12:52] mzanetti: hi :) [12:54] hi mivoligo [12:54] mzanetti: seen that new bug? [12:54] yes [12:54] mzanetti: I would rather avoid adding more menus [12:56] mzanetti: as it is the problem with positions of the two options, I'd just make the space between them bigger [12:57] mhm.. maybe [12:57] not sure if things fit on the screen still then [12:58] on the computer it looks like it would be fine, not sure on the phone [12:59] I think we're rather stuffed already [12:59] mzanetti: can you do screenshot? [13:02] balloons, are you up already? [13:02] balloons, I could need some help with code review [13:02] * mzanetti needs a pastebin app for the phone [13:04] mzanetti: i followed your instructions from yesterday, and can get the whole thing to build with -DCMAKE_BUILD_TYPE=coverage but I am unsure what to do next to actually run the tests in the right way [13:06] nerochiaro, just run them somehow [13:09] mzanetti: and that should generate a dir with coverage reports ? I can't find it. i ran them with qmltestrunnner [13:10] it should create some files, yes [13:10] not really a separate dir [13:10] can't remember what the files are called [13:11] find . | grep cov [13:11] just a guess [13:14] mzanetti: i am running the tests from the source dir, and bzr st notices no new files [13:15] nerochiaro, delete the entire build directory before calling cmake with -DCMAKE_BUILD_TYPE=coverage [13:17] this to lines don't work "import Ubuntu.Components 1.1" and "import Ubuntu.Web 0.2", I get the error "QML module does not contain information about components contained in plugins..." [13:17] anyone having any thought? === chihchun is now known as chihchun_afk [13:18] mzanetti: bzr clean-tree --ignored --unknown ; cmake -DCMAKE_BUILD_TYPE=coverage ; make ; qmltestrunner [...] but still no reports [13:20] mardy: so online-accounts provides no way to create a signature? [13:22] no ideas? [13:24] nerochiaro, please push a branch and send over the link [13:25] mzanetti: lp:~phablet-team/+junk/halide-filters-tests [13:29] mzanetti: if you are trying to build it you need additional things. or are you just looking at the code ? [13:31] nerochiaro, yeah, wanted to build [13:32] mzanetti: you need to install halide-lang from ppa:fboucault/vips [13:32] mzanetti: and i run the tests with qmltestrunner -input backend/tests/unit/test.qml -import backend (from the checkout dir) [13:39] dholbach, yes, I didn't check the mp to see your replies yet, let me do that [13:40] balloons, I broke the big one up into small ones [13:40] let me know if there's anything I can explain or change [13:40] so we can get this all in and uploaded [13:44] a bit less important, but there's also https://bugs.launchpad.net/help-app/+bug/1429896 you can comment on, if you like [13:44] Ubuntu bug 1429896 in Ubuntu Help App "edit-here directory shouldn't contain build files" [Medium,Incomplete] [14:01] nerochiaro, fails to load here [14:01] mzanetti: fails to load ? [14:01] dholbach: dpm: so, the very first one is out: http://developer.ubuntu.com/en/community/blog/ [14:01] nerochiaro, undefined symbol: _ZN6Halide8Internal8ExprNodeINS0_9BroadcastEE10_type_infoE) [14:01] when loading the plugin [14:01] http://paste.ubuntu.com/10615431/ [14:02] zsombi, nice work! [14:02] dpm, ^ do we have to use a certain tag to let it show up on planet? [14:03] zsombi, cool! [14:03] mzanetti: that's strange. you installed the package from the ppa, right ? Kaleo, and ideas on mzanetti problem running the filters app above ? [14:03] dholbach, planet-ubuntu, I think [14:03] it should be on the previous entries [14:03] how do I make an movement animation? I tried a "PropertyAnimation" on the "top" property of the object I want to animate, but I get the error "top" is read-only [14:04] dpm, yep, planet-ubuntu [14:04] nerochiaro, yeah, I installed it... [14:05] mzanetti: i am not sure what's wrong. let's see if Kaleo can help [14:05] dpm, ok, I documented it in the editors guide [14:05] zsombi, can you add the tag 'planet-ubuntu' too? [14:05] ahh, I think I found it, a PathAnimation [14:08] dobey: nope [14:08] nerochiaro, anyhow, if I put a "message()" into the cmakelists into the coverage block, it never is executed [14:08] alex_abreu: the code you wrote for uploading to twitter, how does it generate the OAuth signature? From C++ or QML? [14:09] mzanetti: so basically the CMAKE_BUILD_TYPE is never picked up ? [14:09] dholbach, I can't find the old MP, so I'm wondering about my question. Can we assume the default is text and not have to use !!T for everything? [14:09] mardy: that's a bit prohibitive to getting user details in the plug-in :-/ [14:09] nerochiaro, yeah [14:09] balloons, I replied to that question: how can Markdown know what a Q&A block is and what another block is? [14:09] dholbach: done [14:10] nerochiaro, this line is missing: string(TOLOWER "${CMAKE_BUILD_TYPE}" cmake_build_type_lower) # Build types should always be lowercase but sometimes they are not. [14:10] like... what's a heading, what's an ordinary piece of text, what's a question/answer block [14:10] mzanetti: a cmake bug ? [14:10] I don't know how to do that [14:10] zsombi, thanks - good work! [14:10] nerochiaro, no... the if() uses cmake_build_type_lower, but that isn't set... [14:10] dholbach: ;) [14:11] nerochiaro, you could also change the if to use "CMAKE_BUILD_TYPE" (which would fail if one uses "COVERAGE" instead of "coverage" though) [14:11] mzanetti: I see. it seems to work now [14:11] nerochiaro, so it does generate some files now? [14:11] dholbach, presumably you would parse them expecting a certain q and a format, everything has to be the same. Unless you found a tag inside the block you assume text. Clearly not something easily done, but I hate to see those tags in the text [14:12] mardy, javascript ... [14:12] mzanetti: well, only ./coverage-xml.cmake [14:12] I didn't look in detail yet how you are parsing [14:12] mardy, and a bit of c++ for the hmac part obviously [14:12] nerochiaro, right. now you can run "make coverage" to generate some jenkins-readable xml files [14:12] balloons, it's markdown doing the parsing, and it's an extension on top of that, looking for the tags we defined [14:13] mardy, http://bazaar.launchpad.net/~abreu-alexandre/webapps-core/twitter-share/view/head:/webapp-twitter/unity-webapps-twitter/share.user.js [14:13] nerochiaro, or "make coverage-html" [14:13] balloons, maybe you can take a look at the markdown files we're shipping and dream up something that will allow us to do that? [14:13] mzanetti: http://paste.ubuntu.com/10615497/ [14:13] balloons, I'm happy if we find a cleaner alternative [14:13] mzanetti: this is after running the tests with qmlrunner [14:14] nerochiaro, worked for me :/ [14:14] nerochiaro, http://paste.ubuntu.com/10615501/ [14:15] nerochiaro, and: http://i.imgur.com/uXEdnor.png [14:15] thanks dholbach [14:16] dholbach, right right. Obviously what is possible vs easily done [14:16] nerochiaro, seems all fine here: http://i.imgur.com/cRRs1DP.png [14:16] mzanetti: i will try that again in a few minutes. thanks for the help so far :) [14:17] dholbach, and this is all in support of https://bugs.launchpad.net/help-app/+bug/1430735 yes> [14:17] Ubuntu bug 1430735 in Ubuntu Help App "Allow richer styling of questions/answers" [High,In progress] [14:17] balloons, yes [14:18] nerochiaro, ah right... I did change something: http://paste.ubuntu.com/10615519/ [14:18] balloons, just branch the last one, run 'make web' and check out what the output of settings.en-us.html for example looks like [14:18] nerochiaro, iirc you need to set the CXFLAGS before defining your targets [14:18] settings has the animated gif in it [14:19] balloons, yes - it's not quite the way dpm wanted it yet (pending 1432710) [14:19] but we're slowly iterating [14:20] zsombi: yay [14:20] zsombi: https://developer.ubuntu.com/en/blog/2015/03/17/creating-theme-your-application/ [14:22] balloons, so yeah... I'm not quite sure what to do now - if we want to get 0.1 into the store today, we need the MPs landed soon, or somebody has to figure out how I shall change the code to improve ease of use for contributors [14:22] dholbach, https://code.launchpad.net/~dpm/help-app/phone-theme-fixes/+merge/253209 [14:22] just the basics. I think navigation will be a bit of a challenge for the phone theme :/ [14:22] ok [14:22] I'll take a look [14:23] dpm, did you check if this works with the new markup as well? like the stuff we introduce with !!T or !!I? [14:23] mzanetti: to be clear, I'm only thinking about making more space between first two options. [14:24] dholbach, it shouldn't affect it, but I can test it, yes [14:24] mivoligo, really... I guess there's enough spacing... Mr. Javacookies will hit the wrong button with more spacing too [14:24] :D [14:24] thanks dpm [14:24] mivoligo, oh well... maybe... [14:25] dpm, nice work! === chihchun_afk is now known as chihchun [14:25] dpm, would you say that'd resolve bug 1432699? [14:25] bug 1432699 in Ubuntu Help App "Specify bare essentials, ie padding, h3, h1, ul/li, etc for phone theme" [Critical,Triaged] https://launchpad.net/bugs/1432699 [14:26] mivoligo, http://i.imgur.com/Uy7rEh4.png [14:26] dholbach, ah, yes, I hadn't noticed we had a bug that was specific for that [14:27] dpm, it looks like for the new branch placement of images is a bit off [14:27] mzanetti: yeah, we can move it up a bit [14:27] dpm, with lp:~dholbach/help-app/1430735-pt5 that's in app/www/settings.de.html [14:30] dholbach, on the web theme? I hadn't changed the style for the images in there [14:30] dpm, no, not in the web theme [14:33] zsombi, t1mp: I noticed in the QtC SDK docs, that the palette values are missing..the ones like Theme.palette.foregroundText etc... This is however present in the online docs -> https://developer.ubuntu.com/api/qml/sdk-14.10/Ubuntu.Components.Themes.PaletteValues/ [14:33] zsombi, t1mp: Is that intentional? [14:37] dpm, I responded to the MP - if you want, we can land it as-is and just open another bug report for the image [14:37] it's a huge improvement as it is [14:40] nik90: no idea why those are missing from teh QCH file [14:41] zsombi: np, I will report it as a bug [14:43] zsombi, kalikiana: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1433121 [14:43] Ubuntu bug 1433121 in ubuntu-ui-toolkit (Ubuntu) "SDK docs missing palette values" [Undecided,New] [14:55] dpm, balloons: can we have a call about how we want to proceed with the 0.1 release? I feel like I have no idea what's coming up next and what I should do........................ [14:55] dholbach, I'm happy to go with the the mp's you have now. I'd rather not wait on making it better atm [14:56] dholbach, happy to jump on the phone, but perhaps in ~30? [14:56] dpm, wfm [14:56] balloons, I'm happy for us to look for a better solution [14:56] balloons, but right now I think we want to get 0.1 out and I don't know what a better solution could look like [14:56] dholbach, right and I agree [14:56] ok, thanks :) [14:57] I'll file a bug so we don't forget [14:57] dpm, ok, let's chat at 16:30 our time [14:57] I want to get the app out there, so I guess I can just approve the mp's you have then [14:57] balloons, oh, is the Q&A starting now or in 1h for you? [14:57] now [14:57] then I'll have to move the meeting [14:58] ok [15:15] balloons, thanks for your help - I filed bug 1433136 [15:15] bug 1433136 in Ubuntu Help App "Simplify markup, so we don't have to indicate every Q&A pair with !!T or !!I" [Undecided,New] https://launchpad.net/bugs/1433136 [15:15] dpm, let me know how to proceed with your MP [15:15] dpm, I found a bug in some of the link rewriting - I'll work on that until our call - I hope by the time we can review things together and give it the thumbs up :) [15:22] mzanetti: got it to work following your last advice. thanks [15:23] nerochiaro, cool [15:46] hmm, who pushed the webdm client to the phone store ... [15:46] that cant work [15:46] (would require working avahi on the phone, which we do not ship) [15:48] dholbach, I tried to reproduce what you were mentioning in the MP - I merged trunk, but now I get these errors when trying to 'make html' -> http://pastebin.ubuntu.com/10615941/ [15:49] dpm, what's the contents of ./edit-here/ in your case? [15:49] dholbach, let me have a look, but I'm getting the same with a fresh checkout from lp:help-app [15:50] dholbach, http://pastebin.ubuntu.com/10615957/ [15:50] from a checkout from lp:help app [15:52] dpm, can you run in edit-here: ./generate-translations && pelican content -o ../app/www -s pelicanconf.py -D [15:53] dholbach, http://pastebin.ubuntu.com/10615968/ [15:54] dpm, it's bizarre - I'm beginning to wonder if it's a utopic vs vivid thing? [15:54] ah, yeah, I'm in utopic [15:55] http://paste.ubuntu.com/10615978/ [15:55] ^ that's what it looks like for me [15:55] much better, yes :) [15:56] dpm, I'll set up a utopic chroot to check out if that's where the problem is coming from [15:56] ok [16:01] dpm, yep, that's the issue [16:01] :-(((((((((((((((((((8 [16:02] I'll see what I can do [16:03] * dpm hugs dholbach [16:06] dpm, hum........... Could not convert "content/pages/security.md" into Markdown. [16:07] that's already an issue some time earlier [16:08] dpm, I guess "./generate-pot" fails too? [16:23] dpm, it appears like the extension importer of markdown is a bit picky in its older inception [16:23] yep, that's the problem [16:23] if I move it to edit-here/local/ and change the configuration to list the extension as local.q-and-a it works [16:23] that might actually make the case for solving bug 1429896 for 0.1 [16:23] the local.q-and-a workaround works in vivid too [16:23] bug 1429896 in Ubuntu Help App "edit-here directory shouldn't contain build files" [Medium,Triaged] https://launchpad.net/bugs/1429896 [16:27] dholbach, great [16:28] dpm, I don't know... shall I propose this dirty hack (move the extension into a separate directory) or do the big cleanup (1429896)? [16:29] dholbach, yeah. Altough, is it really a hack? I thought that it made sense from what you're explaining [16:30] dholbach, balloons, let's discuss it in the call in a minute [16:30] dpm, the new python3-markdown seems to be happy to look in "." for an extension [16:30] the older one doesn't [16:30] sure [16:37] dpm: is it OK if I post the app theming blogpost link to G+ Ubuntu App Developers? [16:38] zsombi, you're rocking it, of course! [16:38] dpm: to the discussions I guess... [16:39] dpm: there it went :) [16:39] more to come! [16:43] * balloons hugs dholbach [16:43] rock on [16:44] sorry for not helping so much yesterday, we found an autopilot critical bug..it's broken on vivid desktop [16:47] don't worry balloons [16:47] * dholbach hugs balloons and dpm [16:50] balloons, dpm: https://code.launchpad.net/~dholbach/help-app/1433171/+merge/253240 [16:51] dpm: shouldn't posts on https://developer.ubuntu.com/en/community/blog/ show up on planet.ubuntu.com? [16:52] t1mp, you need to add the tag "planet-ubuntu" [16:52] dholbach: ah, thanks :) [16:52] zsombi: ^ [16:53] zsombi: tag it :) [16:54] How to correctly set up a local branch of ubuntu projects | http://askubuntu.com/q/597965 [16:54] dpm, balloons: https://code.launchpad.net/~dholbach/help-app/disable-.link-cta-ubuntu-for-now/+merge/253241 [17:06] dpm, balloons: if you could take a look at https://code.launchpad.net/help-app/+activereviews that'd be great [17:06] in that case I could just land everything, build a click, mail the guys and call it a day [17:10] dholbach, on it [17:10] yoohoo [17:14] dholbach, reviewed and approved [17:15] thanks a lot dpm [17:15] well, thank _you_ [17:15] https://code.launchpad.net/help-app/+activereviews → empty! [17:16] https://launchpad.net/help-app/+milestone/0.1 → almost empty :) [17:17] \o/ [17:22] yay [17:48] t1mp: it is tagged, dude [17:56] zsombi: why don't I see it on http://planet.ubuntu.com/ ? [17:56] t1mp: you hold it wrong, as usual :D [17:56] t1mp: you can see that the planet-ubuntu tag is added to the post, right? [17:57] zsombi: yes, I see it === chihchun is now known as chihchun_afk [17:57] dholbach escaped, so I cannot ask him now [17:58] dpm, mhall119 ^ any ideas why https://developer.ubuntu.com/en/blog/2015/03/17/creating-theme-your-application/ does not show up on planet ubuntu? [18:02] t1mp, not sure, it often takes a while for some reason [18:04] t1mp: when I'm trying to log in to p-u-c, I get internal server error === salem_ is now known as _salem [21:39] I've got a QUESTION: I'm doing up the translation template for Delivery Tracker, is it good programming practice to also translate what Im logging to the console? === chihchun_afk is now known as chihchun