[00:11] ahayzen: quick question...contenthub stores the file temporarily in /home/phablet/.cache/com.ubuntu.clock/HubIncoming/2/something.mp3....what does the "2" signify? Should I hardcode that path in the move() function? [00:12] the 2 doesn't IIRC but the something.mp3 is the name of it [00:12] if you do lots of imports you'll note that 2 incrementing IIRC [00:13] ah ok [00:13] I guess that path doesn't matter since I just need to specify the final path [00:13] yup [00:13] last question for tnite... [00:14] I have 2 connections{} one targetting activeTransfer and the other contentHub [00:14] yup [00:14] in the sample code, both of them have the exact same code in OnStateChanged{} and onImportRequested{} [00:14] Do I need both? [00:14] think you do let me check mine [00:15] in yours I see only the ContentHub Connection [00:15] yeah same [00:15] where do you see the activeTransfer one? [00:15] in the hub-importer sample app you linked [00:16] Connections { [00:16] target: root.activeTransfer [00:16] onStateChanged: { [00:16] ? [00:17] yup [00:17] i think that covers when... if (root.activeTransfer.state === ContentTransfer.Charged) inside the onImportRequested wonder why we don't have that [00:17] may just be something we missed when implementing the import support [00:18] hmm ok..I am checking using console.log() which one is used in my case [00:18] :-) [00:19] nik90, anyway i'm gonna go to sleep i've been staring at autopilot mocking code for ages, have fun :-) [00:19] ahayzen: same ... thnx for your help. [00:19] gnite [00:19] no problem.. night o/ [00:19] \o === chriadam|away is now known as chriadam === chihchun_afk is now known as chihchun === _salem is now known as salem_ === salem_ is now known as _salem === chriadam is now known as chriadam|away [07:03] Good morning [07:11] good morning [07:53] mzanetti_, hello [07:53] Nymerea, hi [07:54] How are you today ? [07:54] I'm ok, thanks :) [07:54] you too? [07:54] May I distrubing you for few minutes ? [07:55] Nymerea, sure [07:56] Nymerea, sorry, I got distracted yesterday night [07:56] mzanetti, I've download the source code of your soft [07:56] Nymerea, I think the problem is that you don't have libv4l-dev installed [07:57] on my computer i've install zbar lib : sudo apt-get install libzbar0 zbar-tools libzbar-dev libqrencode-dev [07:57] aaah [07:57] mzanetti, that true :) [07:58] mzanetti, that work properly now, thank you : [07:58] :) [07:58] ok, great [09:31] mzanetti, May I disturbing you once more ? [09:31] I cannot deploy application on smartphone, zbar is not found [09:32] on qt creator -> option -> ubuntu -> armhf kit, I've click on "maintain" on type : apt-get install libzbar0:armhf zbar-tools:armhf libzbar-dev:armhf libv4l-dev:armhf libqrencode-dev:armhf [09:32] zbar still not found [09:33] mzanetti, do you know where is my mistake ? [09:36] Nymerea, are you trying to deploy my app or yours? [09:37] and where exactly does it report the app missing? [09:37] erm, the lib [09:37] I try to deploy on my smartphone my application, but I use your barcodereader component [09:37] ok [09:38] does it complain when linking the app, or when running it? [09:38] /home/morgan/qt/openfoodfacts/app/qrcodereader.cpp:23: In file included from ../../openfoodfacts/app/qrcodereader.cpp:23:0: [09:38] Oups [09:38] :) [09:38] I cannot compile it [09:38] it doesn't find zbar.h into qrcodereader.cpp [09:39] oh ok [09:39] run this on your machine (not inside the chroot): [09:39] on my machine (desktop) it's okay [09:39] click-chroot-agent -r [09:40] bzoltan_, hey, I remember this used to work... seems reliably broken now ^ [09:40] sorry mzanetti, i'm not very familiar with thoses command [09:40] Nymerea, no problem, you shouldn't need this. I think it's a bug in the click tools [09:40] Where i'm suppose to past it ? [09:41] on your desktop [09:41] into "maintain" or into my console ? [09:41] no [09:41] regular command line [09:41] okay [09:41] nothing happen [09:41] it will cause QtCreator to "reload" the click chroots [09:41] sor of [09:41] sort of [09:41] no message printed [09:41] that's ok [09:41] now it should work [09:42] basically you need to run this every time you install something in the "maintain" console [09:42] mzanetti, cool, you learn me ssomething [09:42] now I have -ljpeg not found [09:43] that's odd.. it should be preinstalled... check if you have libjpeg-dev:armhf in the chroot [09:44] I have Aquaris E4.5 stable version [09:45] mzanetti, you're right, library was missing [09:45] Nymerea, when I say "chroot" I mean the "maintain" console [09:45] not the device itself [09:45] but ok :) seems you figured that :) [09:46] is it working now? [09:48] mzanetti, i'm trying [09:48] i've some error (.desktop not found but that my problem) [09:53] mzanetti, okay, it compile but I cannot lunch application [09:53] what's the error? [09:53] there is my error : http://paste.ubuntu.com/12123488/ [09:54] thaht odd [09:55] I don't see a real error message in your paste [09:55] thaht all I've in my .log [09:55] that all the content I have in my .log* [09:56] does "sudo dmesg | grep DEN" show any apparmor denials for your app on the device? [10:06] popey, mzanetti I'm sorry to disturbing you ! My problem was in .desktop file (error from copy/past) [10:06] \o/ [10:06] Thank a million for your help [10:06] glad you found it [10:06] nice [10:08] Thank to you I will publish my application soon :) [10:08] Look forward to it [10:08] And maybe a scope [10:08] just [10:08] I have to send an image to webservice [10:09] but I cannot write an image [10:09] they is any way to have write right into tmp dir ? [10:27] davidcalle, how are things going with the deployment? [10:28] davidcalle, the django upgrade is a small nightmare :) === _salem is now known as salem_ [11:36] heh... the new hotspot setup UI exposes a weird UITK bug [11:37] in the setup dialog the blue handle for text input is shown before the keyboard expands ... once it expands the dialog moves up but the handle stays wheer it is on screen [11:37] touching it makes it jump to the actual text input field [11:39] yeah, i took my screenshots carefully for that [11:39] heh [11:39] do you knwo if it is reported already ? [11:39] http://people.canonical.com/~alan/screenshots/device-2015-08-19-120147.png vs http://people.canonical.com/~alan/screenshots/device-2015-08-19-120201.png [11:40] no, I'll report it now. [11:40] ah, looks way better on krillin :) [11:41] on arale it actually covers the start of the cancel button [11:41] hmm, i wonder what that hangouts app is supposed to do [11:42] it doesnt work [11:42] just a webview thing [11:42] yeah [11:42] thats what i thought [11:42] weird to upload something like this [11:43] lol [11:43] i installed it and on arale i seem to even get the desktop UI [11:43] bug 1486529 [11:43] bug 1486529 in ubuntu-ui-toolkit (Ubuntu) "Blue text input arrow in wrong place after UI moves" [Undecided,New] https://launchpad.net/bugs/1486529 [11:43] needs a looking glass shipped with it to actually be able to read any fonts [11:44] * ogra_ confirms the bug [11:50] davidcalle, https://code.launchpad.net/~developer-ubuntu-com-dev/developer-ubuntu-com/1470715/+merge/268471 [11:55] dholbach, black magic :) [11:55] popey: it might be where the initial text field was when the page opens and then it moves I've seen this else where but not been able to reproduce easily [11:55] davidcalle, it's not quite there yet - I think I spotted a bug - I'll let you know once it's done done [11:55] davidcalle, it'll require huge amounts of testing :) [11:57] dholbach, I'll have a try in a moment. Let's keep this branch until we have 1) mojo actually working 2) current stuff deployed to prod 3) sufficient testing of this branch on staging, what do you think? [12:01] davidcalle, ok - instructions updated - it works for me now [12:01] davidcalle, yes, that makes sense [12:01] davidcalle, it's just something I wanted to have a look at for a while now and it's not as hard as I thought it was [12:02] lunch time - see you in a bit [12:04] davmor2: this is nice and easily reproducible now :) [12:06] popey: I've seen it in rotation and there it is harder, it's like the two bit are completely different items the text input line is always correct but the tab can be anywhere :D === tedg is now known as ted [13:34] dholbach: hi! Would it be possible to make the guides at https://developer.ubuntu.com/en/start/platform/guides/ change depending on the framework being used? [13:35] dholbach: I'm preparing a completely different API for Online Accounts, and it needs a new guide, but the new API will be available only with the frameworks 15.10 and later [13:38] mardy, sure - you could just add a disclaimer in the text above the new API that they're just available in >=15.10, right? [13:42] dholbach: if there's no better way, I'll do that [13:43] dholbach: also I think that these guides are quite hard to find [13:43] mardy, I'm not sure... which other way were you thinking of? [13:43] mardy, do you think they should be linked more prominently from elsewhere? [13:44] dholbach: compare this https://developer.ubuntu.com/en/scopes/ to this https://developer.ubuntu.com/en/apps/ [13:44] dholbach: in the scopes page, you have links to the guides and tutorials [13:44] dholbach: in the apps page, just the api reference [13:45] dholbach: ah, ok, tutorials are in the qml or html sub pages (makes sense) [13:45] dholbach: but the guides are not linked from there [13:46] dholbach: do you prefer me to file a bug about this? [13:46] I'll file a bug, so we can list the subsequent articles a bit more explicitly [13:49] dholbach: thanks! [13:50] dholbach: and would it be possible for me to get edit access to the OA guides (both the old and the future one)? [13:54] mardy, absolutely - let me take care of it [14:11] mardy, filed bug 1486588 [14:11] bug 1486588 in Ubuntu Developer Portal "List guides and tutorials more prominently on landing pages" [Undecided,New] https://launchpad.net/bugs/1486588 [14:19] dholbach, this calls for a widget retrieving the two or three most recent published one :) [14:20] dholbach, or we could re-use this style https://developer.ubuntu.com/en/start/platform/ [14:22] * davidcalle tries something [14:26] woohoo [14:34] dholbach, being logged out constantly is not helping. Anyway, my idea is to re-use the last row of https://developer.ubuntu.com/en/start/platform/ + call-to-action for all landing pages. This way we can list a few prominent doc. Does that make sense to you? [14:35] davidcalle, we should fix the log-out bug [14:35] I'll subscribe mhall and dpm to it and mark it critical [14:35] I hope it's fixed with the django+cms upgrade ;-) [14:35] ah hang on [14:36] it's landed in trunk already (https://code.launchpad.net/~mhall119/developer-ubuntu-com/cache-cooke-fix/+merge/259417) [14:36] dholbach, I haven't had it at this frequency in a long time, yes, hopefully :) [14:36] so another fix we'll get with the next deployment [14:37] dholbach, I believe it's already deployed [14:37] dholbach, since r119 was for a crash fix on some pages and was very urgent [14:37] oh ok [14:37] maybe you can follow up on the bug and say that it's not fixed yet? [14:40] dholbach, let me check if it has actually landed or if we are still relying on some workaround... We should have a way to check the deployed version in the admin or on an about page for the site itself (bonus points for an about page with a link to lp and some guidance on how to hack on it :) ). [14:42] bug 1486603 and bug 1486602 [14:42] bug 1486603 in Ubuntu Developer Portal "Link to LP project and explain how to hack on lp:developer-ubuntu-com" [Undecided,New] https://launchpad.net/bugs/1486603 [14:42] bug 1486602 in Ubuntu Developer Portal "Show which version of lp:developer-ubuntu-com is running" [Undecided,New] https://launchpad.net/bugs/1486602 [14:43] for 1486602 there should be code in the LTP [14:44] dholbach, LTP? [14:44] loco team portal, sorry [14:44] dholbach, oh right :) [14:44] phew ... not printer port [14:46] :D [14:58] Is there an API by which a plain-C app could trigger a notification on the phone? [15:07] Presumably there is a way to tickle dbus to do this, but I don't think I can poke dbus from a confined app, can I? [15:10] zsombi: hey! I was talking with kenvandine and it seems to him that bug #1485222 would be a sdk bug rather than a contenthub one [15:10] bug 1485222 in content-hub (Ubuntu) "Using ContentStore disables silently any StateSaver capability" [Undecided,New] https://launchpad.net/bugs/1485222 [15:11] zsombi, remember there are some cases when there is a pending transfer that it doesn't restore from the statesaver [15:11] this happens without initiating any transfer though, so I wonder if something is triggering this in the ContentStore init [15:11] zsombi, in this case it seems to be disabled even without a transfer, just by instantiating a ContentStore [15:11] yep === chihchun_afk is now known as chihchun [18:55] ogra_: can you give me a link to your blog post about packaging node.js packages? [18:56] https://ograblog.wordpress.com/2015/02/21/meet-node-snapper-a-helper-to-easily-create-snap-packages-of-your-node-js-projects/ [18:56] ? [18:56] popey: cheers! [18:57] popey: argh - snappy. Thought it was click :( === salem_ is now known as _salem === _salem is now known as salem_ [20:07] Would I be right in thinking a C++ app compiled in a wily chroot would be unlikely to run on vivid? [20:39] hi guys [20:40] mcphail: not sure actually, not tried that [20:42] hi have a qml question [20:49] popey: compilation has just hung, anyway, so I'll never know :( [20:49] Hi guys, just came to spam a little. I have made Ubuntu 16.04 Stupendously Hot Charmander concept < http://on.be.net/1LiWdYl > and I would like to know your thoughts. If you like it, you can click appreciate on the behance page. To be fair and honest, your thumb ups will help me too! Any comments are welcome! Thank you and sorry for bothering :( :) [20:51] eh? [22:33] ogra_: can I ask, when you get a chance, if you can give me some pointers about how to package a node.js app in a .click for the phone? I've built a quasselcore package and want to add in https://github.com/magne4000/quassel-webserver to make a persistent IRC client with a web interface [22:34] ogra_: I won't get a chance to work on it until Monday, probably, but I don't know much about node.js and packaging it and would appreciate any pointers as to what to put in and leave out