[02:29] I'm trying to create an emulator but it won't create it === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === rmescandon is now known as rmescandon|brb [08:06] good morning === rmescandon|brb is now known as rmescandon [08:43] nik90: ping, you here? [08:45] zbenjamin: pong [08:45] nik90: hey how do you make sure your app loads the right localization files? [08:46] zbenjamin: I just update the .pot file and launchpad builds it to generate po files. That gets loaded correctly by unity8? [08:47] nik90: ah of course clock is a default app... i wonder where to put the pot files if you are coming from a normal click package [08:48] zbenjamin: I don't think that matters. As long as the po files are installed in the correct directory, the system should pick it up. [08:48] let me check [08:50] zbenjamin: check out https://bazaar.launchpad.net/~verzegnassi-stefano/quick-memo/trunk/view/head:/po/CMakeLists.txt its a 3rd party app making use of launchpad translations [08:50] nik90: awesome thx [08:51] liuxg: ^^^^ [08:52] zbenjamin, hi, I just tried the scope template. it seems that it is working. for the QML one, it is not working :) [08:53] davidcalle, hey :-) Sorry to bother you again, could you ping me when you have 10 minutes? I have a couple of questions :-) [08:53] nik90: i'll try to talk to renetu [08:54] liuxg: did you try to "run cmake" ? [08:55] zbenjamin, there is a little problem with the scope localization, the scope's name is not there in the "pot" file [08:56] zbenjamin, yes, I did it. but the UI is still English :( [08:57] liuxg: i might need to test myself [08:59] rpadovani, pong, no worries :) [08:59] zbenjamin, OK. thanks! if you have any update, please let me know. [09:00] zbenjamin, it would be good to have the readme file there in the templates introducing the steps to do. [09:00] liuxg: actually the pot files should be picked up automatically on the next cmake run [09:00] davidcalle, first answer it's easy :-) How could I do a query without parameter? e.g: api.com/QUERY? No ?, no =, only the query [09:00] *first question [09:01] zbenjamin, the scope is some sort of working. However, the title is not translated. I think this could be fixed. Last time, I talked to pete-wood in DC, and he said that he would do that. [09:02] liuxg: then you should ask him :) [09:02] liuxg: thats a minor issue i think he will do it when he has time [09:02] zbenjamin, he seems not online these days. For the QML template, please help to take a look at it. [09:06] rpadovani, if it's with the template get() function, just use an empty dict where you would have your parameters. [09:07] davidcalle, yap, with get, so could I use something like this? http://paste.ubuntu.com/9054369/ [09:10] rpadovani, ah, I see what you mean. No, it would be get( {query}, {{"format", "json"}, ... , since the "query" is just a part of your path. [09:11] hi popey rpadovani [09:12] davidcalle, ah, right, easy :D Thanks! Second question: how do I install the scope on the phone? I did the click package with click build ., then I pushed it on the phone and used pkcon install-local, but it appears nowhere... What's wrong? [09:12] popey: rpadovani could you guys try to evaluate this , http://mathjs.org/. [09:12] hi mihir :-) I'll take a look, thanks! [09:12] rpadovani: sure , thanks , it is easy just evaluate the expression === rmescandon is now known as rmescandon|afk [09:13] rpadovani, hmm, try "restart scope-registry", that could help (but shouldn't be necessary...), optionally, gimme a click, I want to try it ;) [09:14] mihir, it requires Node.js, I think it's better to find something that uses only plain javascript [09:17] rpadovani: it is available as normal javascript as well http://mathjs.org/docs/getting_started.html [09:17] rpadovani: http://mathjs.org/js/lib/math.js [09:18] rpadovani: I guess it should work, i might be incorrect. [09:20] mihir, oh, wow, could work, I'll take a look in next days, thanks! [09:20] rpadovani: no issues...if this works it'll makes our life easy i believe we can pass expression directly to the library. [09:20] davidcalle, https://drive.google.com/file/d/0ByIeGH9eQ4QoUUwtbEdQSzRQS2s/view?usp=sharing thanks :-) [09:24] nik90: can you review this doc fixing branch? https://code.launchpad.net/~kalikiana/u1db-qt/qmlDocs/+merge/208818 note the recent failure is from an old revision [09:25] kalikiana: can you provide me with instructions on building and testing the documentation...I can then see if the docs have been generated properly [09:28] hmmmm this has the docs but never merged https://code.launchpad.net/~kalikiana/u1db-qt/hackingDocs/+merge/205426 [09:28] need to get this landed [09:28] nik90: easiest is to build it with -DBUILD_DOCS=ON [09:28] it's regular cmake [09:28] kalikiana: ack === rmescandon|afk is now known as rmescandon [09:48] rpadovani, do you see "scoperegistry: could not open Click installation directory, ignoring Click scopes" in .cache/upstart/scope-registry.log? [09:49] davidcalle, http://paste.ubuntu.com/9054648/ [09:52] rpadovani, there is apparently a path issue here : "/home/phablet/.local/share/unity-scopes//com" . I have that for another scope (from the store). [09:52] rpadovani, I'll ping you a bit later when I have a solution [09:52] davidcalle, thanks :-) If you need it, the source is here: https://github.com/rpadovani/discerning-duck [10:03] Good morning all; happy Monday, and happy Home-Made Bread Day! :-D [10:04] rpadovani, in your main cmake file, change (line 57) : set(SCOPE_INSTALL_DIR "/discerningduck") to set(SCOPE_INSTALL_DIR "discerningduck") [10:16] davidcalle, I have the same error [10:16] rpadovani, ok, that wasn't it then. Do you have scopes installed from the store? [10:17] davidcalle, nope, I have only the standard one [10:20] davidcalle, I installed untapped and works well [10:23] rpadovani, try installing the ssbscope, and see if you are stil able to access other click scopes (untapped, for example) [10:26] davidcalle, yes, I'm able to use other scopes, but there isn't ssbscope [10:27] rpadovani, then restart scope-registry. When I install this scope, all others scopes installed via click disappear, this could be related to your issue, somehow. [10:30] davidcalle, now I don't have neither sbbscope and untapped [10:30] no related messages log [10:34] are you taking care of this? https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1342031 [10:34] Launchpad bug 1342031 in unity-action-api (Ubuntu) "Rename QML modules to follow qml-module-foo naming" [Low,Triaged] [10:34] rpadovani, ok, so this is one bug, that could be related to yours. Could you please : reverse the change from earlier in cmake, remove that faulty ssbscope scope and yours (if it's still installed), with "click unregister" . Install yours again with pkcon. Then rm ~/.cache/upstart/scope-registry.log and restart scope-registry. [10:35] revert* [10:41] davidcalle, same error as before [10:42] rpadovani, ok. A few questions : are you on 14.04 or 14.10? Do you build clicks with the Publish page of QtCreator? [10:43] davidcalle, 14.10, I use click build . in the root of the project [10:44] davidcalle, qtcreator says Error information on Publish page [10:45] rpadovani, when you press "Create and validate Click package", any specific error? [10:46] davidcalle, it's deactivated [10:47] My "Create and validate Click package" button is always greyed out, so I can't use it. I can only use the "Validate existing Click package" button (14.10) [10:49] rpadovani, is the phone kit selected in the panel above the Run button in the left [10:50] Wow, davidcalle, now I feel stupid, now it's activated, you fixed my brain [10:51] davidcalle, when I add phone kit and try to build it says: http://paste.ubuntu.com/9055193/ [10:52] but the button is activated, I'm running it [10:53] rpadovani, when I build the package this way and install it on the phone (either by clicking Install on device, or by pushing the click and using pkcon), your scope works fine on the device. [10:53] davidcalle, oh, wow, thanks :-) [10:54] it's still building on my netbook [10:55] rpadovani, which means your setup has an issue. You can try : pick the right kit and do "Build" -> "Run CMake", then try again what you just did. Or "Tools" -> "Options" -> "Ubuntu" -> "Update" the Armhf kit. [10:56] davidcalle, it works \o/ /o\ Remeber me to buy you a lot of beers next time we see :D [10:56] :D [11:07] Hum, when creating an armhf emulator, the emulator that appears in QtCreator is called "cat:" (while I called it "emulator") and can't be started or deleted due to that. Where can I find the file that has its name so as to change it for it to work? [11:10] vitimiti, huh, zbenjamin, maybe you can help? ^ [11:11] I see that it's looking for ~/.local/share/ubuntu-emulator/emulator/.device and .device has not been created automatically, either, apart from receiving the error chroot: failed to run command ‘/bin/sh’: Exec format error [11:12] vitimiti, do you see the emulator if you run "ubuntu-emulator list" ? [11:12] davidcalle, yes, it appears there [11:13] I just issued a touch .device in the folder to try and see and now the name of the emulator changed in QtCreator [11:13] emulator,arch= [11:14] So I suppose the problem is the .device file, if I could find an example to create it manually since it's failing to do it automatically? [11:17] vitimiti, this file just contains the arch name, like "i386" or "armhf" [11:17] I'll try to add it, then [11:19] vitimiti, if the emulator creation failed at some point (which would explain your issues), I'm not sure that will help. You should probably "ubuntu-emulator destroy " this one and create a new one. [11:19] Alright, now it sees the emulator and its architecture, identifying the correct kit on its own. It seems that the armhf emulator didn't create the .device and that was the problem, the i386 emulator didn't go that way [11:19] vitimiti, ok, I'll try to reproduce [11:20] Thanks, davidcalle, do you need versions of packages? (using proposed updates) [11:21] vitimiti, which channel did you pick for the emulator creation? (devel, devel-proposed, stable, etc.) [11:21] davidcalle, devel [11:22] I have deleted both emulators and am creating them again in case I can find something else that I can report, with more data [11:26] vitimiti, thanks :p [11:26] :)* [11:26] No prob :D [11:26] Thanks to you [11:30] davidcalle, I have another thing, the armhf only created the sdcard.img and ubuntu-system.img files, while I just have seen the i386 has created more. When I create again the armhf emulator I'll say if it repeats the errors === _salem is now known as salem_ [11:49] davidcalle, this is all I can find, and it happens every time. Do you think that with the versions of the packages it will be enough to report? http://paste.ubuntu.com/9055706/ [11:53] sergiusens_, ^ [11:54] vitimiti, sergiusens_ should be able to help you more than I can, but yes, you should probably file a bug with these info, here : https://bugs.launchpad.net/ubuntu/+source/goget-ubuntu-touch [11:55] davidcalle, will do [11:55] vitimiti, thanks! === MacSlow is now known as MacSlow|lunch [11:55] sergiusens_, the armhf emulator is giving me problems as explained in my paste [11:59] vitimiti: what paste? what system? what version of ubuntu-emulator? what graphics card? [12:00] sergiusens_, http://paste.ubuntu.com/9055706/ | Ubuntu 14.10 (proposed updates activated), armhf devel emulator, ATI HD 6320 card [12:02] sergiusens_, using the FOSS drivers, btw [12:03] vitimiti: I don't use the sdk though; I just call 'sudo ubuntu-emulator create --arch i386 myi386' [12:03] vitimiti: where does this come from? chroot: failed to run command ‘/bin/sh’: Exec format error [12:04] sergiusens_, I will try the command now. That comes from the Ubuntu SDK log in the Devices tab [12:05] vitimiti: I see what's going on... but can you create an x86 one? [12:05] sergiusens_, yes, and it works properly [12:05] vitimiti: ok, just log a bug for the other one [12:05] sergiusens_, but, if I create the armhf one after it, the i386 one will not appear in the SDK either [12:06] I will try the command to see if it's an SDK problem or an ubuntu-emulator problem though [12:06] vitimiti: that is very likely an sdk problem [12:07] sergiusens_, I just issued the command, as soon as it finishes and I see what happens I'll report [12:07] sergiusens_, if the ubuntu-emulator command works should I issue the bug in https://bugs.launchpad.net/ubuntu/+source/goget-ubuntu-touch or in the ubuntu-sdk project? [12:08] vitimiti: sdk [12:08] sergiusens_, thanks, will do [12:09] vitimiti: seems there went something wrong with the detection on your system [12:09] vitimiti: I'll wait for that other bug report :-) [12:09] vitimiti: you can try to refresh the device list [12:09] zbenjamin, refreshing the device list does not work [12:10] vitimiti: seems that file does not exist for you /home/vitimiti/.local/share/ubuntu-emulator/armhf-emulator/.device [12:10] The ubuntu-emulator command failed, too, sergiusens_, zbenjamin [12:10] Setting up a default password for phablet to: '0000' [12:10] chroot: failed to run command ‘/bin/sh’: Exec format error [12:10] zbenjamin, yeah, it doesn't exist, that one and others like the kernel file [12:11] Only created in the i386 emulator for me [12:11] vitimiti: hm thats weird, seems the emulator is only half created or so [12:11] Oh, I'm using an AMD bobcat (dual core, 64 bits), too, will include that in the report [12:11] sergiusens_, I'll report in goget-ubuntu-touch since the command doesn't work, either [12:12] zbenjamin, it only creates the two .img files you see in the paste, it fails to configure it [12:12] vitimiti: yeah the QtC can not catch that i guess [12:12] zbenjamin, neither the ubuntu-emulator create command [12:13] vitimiti: yeah qtc just invoked the ubuntu-emulator command [12:15] Reported: https://bugs.launchpad.net/ubuntu/+source/goget-ubuntu-touch/+bug/1393398 [12:15] Launchpad bug 1393398 in goget-ubuntu-touch (Ubuntu) "ARMHF emulator failes to be created" [Undecided,New] [12:15] I will use the i386 emulator for now [12:15] vitimiti: the armhf emulator is still very slow [12:15] vitimiti: you will be more happy with the i386 one ;) [12:15] sergiusens_: :) you should use the SDK [12:15] zbenjamin, then I'm lucky it was that one which failed [12:16] vitimiti: indeed [12:17] sergiusens_: is it possible that the emulator does not bring up the UI on certain hw? [12:22] jdstrand, there's a few scopes stuck for manual review: https://myapps.developer.ubuntu.com/dev/click-apps/reviewer/ [12:22] with (MANUAL REVIEW) 'account-qml-plugin' not allowed [12:22] I'll let you decide [12:25] bzoltan: yes, but the armhf issues is a different one than what vitimiti is mentioning [12:25] It just doesn't create ir properly, not that it can't display [12:25] it* [13:02] renatu: ping [13:02] mihir, hi [13:03] renatu: i have resolved that issues, I had to create single in NewEvent page for dateChanged , and it worked well , thanks for your help [13:03] mihir, great [13:03] renatu: i have another question for that, in calendar we're using multiple bottomEdge at multiple views like . Month / View/ Week . is there any way we can have only on BottomEdgeView in Mainview? [13:04] renatu: i did try that and i got pageStack errors , where it says it can't push === MacSlow|lunch is now known as MacSlow [13:17] renatu: I am not sure if I can achieve that or not. [13:25] mihir, I am not sure if this is possible I never try that [13:26] renatu: okay , i did try , i'll give you MP if you get time to play with that. === jgdxx is now known as jgdx [13:34] davidcalle, hey :-) What's the registered name for the scope? I tried to do another search with scope://discerningduck?q=, but doesn't work [13:45] rpadovani, try the name of you .ini file === Guest4725 is now known as balloons === rmescandon is now known as rmescandon|lunch === balloons is now known as Guest12343 === Guest12343 is now known as balloons_ [13:58] nik90: could you please explain me this bug here? https://bugs.launchpad.net/bugs/1380248 [13:58] Launchpad bug 1380248 in Ubuntu Clock App "Alarm Settings: "%1m" can't be translatable in the right way" [High,Confirmed] [14:10] * mzanetti is sure there's a way to translate things like %1m [14:10] dpm_: you're the expert on this ^ [14:12] mzanetti, I'd go simply for "%1 m" - in any case, there should always be a space between the value and the units [14:13] gventuri: hi, just got back [14:14] dpm_: From the NIST Guide for the Use of the International System of Units (SI) [14:14] In the expression for the value of a quantity, the unit symbol is placed after the numerical value and a space is left between the numerical value and the unit symbol. The only exceptions to this rule are for the unit symbols for degree, minute, and second for plane angle (...) in which case no space is left between the numerical value and the unit symbol. [14:14] gventuri: so at the moment, we show the string "alarm in 3h 20m" .... however the character "h" in "3h" cannot be translated since it is combined with the number,. [14:14] gventuri: and hence we would need a spacing between "3" and "h" to ensure that it is translatable in all languages. That's what the bug is about. [14:14] nik90: see my conversation with dpm_ [14:15] nik90: I'm sure it can be translated somehow, and also having a space between the number an minutes is "wrong" [14:15] mzanetti: ah yes... [14:15] mzanetti, oh, nicely spotted. I only knew of the first part, not the exception for plane angle. In any case, it's a time of the day, so I guess it's not covered by the exception [14:15] mzanetti, an american institute and international standard? How could be possible?? [14:15] rpadovani: lol [14:16] rpadovani: fair enough :D [14:16] dpm_: it is covered by the minute, and second for plane angle? [14:16] nik90: I see [14:17] oh... now I get it [14:17] gventuri: I remember you explicitly asking for no space between the characters, hence I wasn't sure what to do [14:17] nik90: yeah, in other languages it is a space saver [14:18] nik90, is it? We're not measuring angles here, it's a time of the day, if I understand it correctly. In any case, if the space needs to be removed, I guess it could be 2 concatenated strings [14:19] nik90: can't we have 3 different text strings and 2 variables for example 'alarm in'+X+'h'+'Y'+m [14:19] yeah, just do text: value + i18n.tr("m") with a TRANSLATORS comment [14:19] gventuri: yeah that's what should be done I guess [14:19] popey, dpm_: Would I get approval to make the above change to clock app? ^^ [14:20] or would be for ota-1? [14:24] nik90: possibly, if it's just a string change, will it be translated? [14:24] popey: yeah its a new string that would need translation [14:29] have any other changes landed in trunk since the store build? === karni_ is now known as karni-lunch [14:34] ive been trying to compile bacon2d but keep getting QQmlExtensionPlugin: No such file or directory. any suggestions? === dpm_ is now known as dpm [14:42] kenvandine, ^^ [14:42] rpadovani, he's missing build depends [14:43] oh, you're already on #bacon2d, nevermind [14:43] yup :) [14:49] popey: let me check, 1 sec [14:49] popey: the only thing that landed in trunk since the last update was https://code.launchpad.net/~nik90/ubuntu-clock-app/bump-framework/+merge/241414 and a bunch of translations [14:50] nik90: thats going to be a problem [14:50] nik90: krillin doesn't know about 15.04 [14:50] popey: ? we bumped to 14.10 framework not 15.04 [14:50] oh, doh [14:51] that'll teach me to click links [14:51] ok, thats cool. [14:51] :) [14:51] popey: Can I go ahead with preparing the patch? [14:52] yes, we need to file a bug and submit to the wishlist. they meet in 1.5 hours, or can wait till tomorrow. [14:52] i recommend tomorrow. [14:54] swordfish90: heya, got your mail, it's on my list for testing ☻ [14:54] popey: cool tomorrow is fine [14:55] I will prepare a MP meanwhile [14:55] thanks [14:55] popey, no worries. when you have time... :) [14:56] kk ☻ === fginther` is now known as fginther === rmescandon|lunch is now known as rmescandon === karni-lunch is now known as karni [15:35] dpm: can you glance over https://code.launchpad.net/~nik90/ubuntu-clock-app/fix-translation-string/+merge/241980 and see if it is the correct way to do it? [15:35] it feels a bit strange breaking the string like that [15:47] popey: can you check if bug 1387231 is on the top blockers list...I haven't seen progress on it and is worrying [15:47] bug 1387231 in indicator-datetime (Ubuntu) "[regression][clock] alarm still rings once it's been disabled or deleted" [Critical,Confirmed] https://launchpad.net/bugs/1387231 [15:50] * popey looks [15:50] nik90: well its tagged ota-1 [15:51] popey: ok..I saw it tagged ota-1 and rtm...so wasn't sure which one it was === chihchun is now known as chihchun_afk [15:58] popey, is the music app supposed to be still in review? [15:58] yes, don't touch :D [15:58] yeah, thought so :) [15:59] nik90, done, thanks [15:59] popey, did you see Pete's scopes in the store? [16:00] nope [16:00] i dont look at the store now I dont have to ㋛ [16:00] nik90, indeed, it feels a bit strange to break the string, perhaps you might want to check with tsdgeos if he's got a better idea. [16:00] popey, some stuff ends up in there for manual review [16:00] yeah, I'm kidding ㋛ [16:00] ok, nevermind :) [16:00] dpm: ok, I will check with tsdgeos [16:00] but I wasn't quite sure about the scopes, but might have to go back to read the phone list again [16:02] nik90: why the old code doesn't work? [16:02] splitting like that seems like calling for trouble [16:02] tsdgeos: launchpad recognises "%1d" as one string ..however we want only the "d" character to be translated [16:03] tsdgeos: the %1 equates to a numerical day value... [16:03] ah so you're getting bitten by c-string [16:03] and design doesn't want a space between "3d" to solve the issue [16:03] let me remember how you tell gettext this is not c [16:03] ok [16:04] nik90: add //xgettext: no-c-format as comment just over the tr call [16:04] that should fix it [16:04] i think [16:05] tsdgeos: oooh ...awesome.. [16:05] * nik90 trie [16:05] * nik90 tries* [16:05] thing is that %1d is a printf-like string [16:05] and gettext gets all smart [16:06] and fails [16:07] tsdgeos: how do I confirm that this fixes the issue in launchpad without commiting to trunk? [16:07] that's a good questio [16:07] i am not even sure launchpad understands no-c-format [16:07] my pot file still like the old one w.r.t these string http://paste.ubuntu.com/9057890/ [16:08] sure [16:08] but now it has the no-c-format marker [16:08] yup [16:09] nik90: i'd say commit it and see what happens [16:09] it can't be worse than before [16:09] :D [16:09] tsdgeos: true :) [16:10] if you want some docu on the [no-]c-format see https://www.gnu.org/software/gettext/manual/html_node/c_002dformat-Flag.html [16:10] tsdgeos: thnx. will let you know how it goes [16:11] cool :) [16:11] good luck ;) [16:11] :) === rmescandon is now known as rmescandon|afk [16:12] dpm: can you approve the MP as per the conversation above and we can check if it fixes the issue or not. If not, it should be simple enough to revert. [16:18] popey: ping [16:22] sverzegnassi: hiya! [16:29] dpm, hey, did you have time to take a look to tagsUI branch? [16:33] rpadovani, not yet, sorry, but I enjoyed your "I had an idea while I was having some beers" e-mail :-) [16:33] lol :D [16:33] :) [16:33] I need to run, but I'll try to test it later on or early tomorrow morning [16:33] cheers [16:33] see you all tomorrow! [16:41] sverzegnassi: hey, I tried using the unity 8's zoomable image component but couldn't get it to work. When I used the component, it displays the picture properly, but the full screen zoom didnt work as expected..does it work in the docviewer app? [16:42] essentially I defined it in my qml file as http://paste.ubuntu.com/9058205/ [16:42] since the rest of the code is just copying the component from unity8 [16:43] nik90: hi! now i'll test. time to reboot my phone [16:44] ok [16:50] * sverzegnassi waiting for my poor single-core Atom to compile docviewer-app [16:54] nik90: which is the issue with full screen zoom? Here on docviewer-app it's ok [16:54] sverzegnassi: for me, when I click on the image, it doesn't go full screen [16:55] nik90: if i'm not wrong, zoom is supposed to work by pinching the image area or wheeling the mouse [16:56] sverzegnassi: oh that works! [16:56] sverzegnassi: but I was referring to that nice animation you see in the store when you click on an image [16:57] but I guess I know how to achieve that..just figured it might come built-in with the zoomable component [16:58] nik90: ah, we were talking about different stuff then. yep, it's nice! [17:17] jdstrand, hi there... remember what we discussed about overriding framework/policy data? [17:17] https://code.launchpad.net/~ricardokirkner/click-reviewers-tools/override-frameworks/+merge/241998 [17:17] ack, thanks! [17:32] There is a way in the scope to close the preview when the action is pressed? [17:46] verterok: ping [17:46] rpadovani: try asking in #ubuntu-unity [17:47] oh, you did already :) [17:47] :D [17:47] I just specified what I need [17:54] mzanetti: pong [17:55] verterok: I think I know why the push registration isn't working. I've just sent an email [17:56] mzanetti: yup, reading :) === balloons_ is now known as balloons === balloons is now known as Guest26895 === Guest26895 is now known as balloons_ [17:57] verterok: thanks :) [17:59] \o/ upward trend http://popey.mooo.com/mirror/clicks/graph.png [18:13] mzanetti: try now :) [18:16] mzanetti: hold it. not working yet :/ [18:16] :) [18:24] balloons_: ping [18:26] anyone knows what's wrong here? [18:26] Could not connect to host: SSH Protocol error: Server and client capabilities don't match. Client list was: aes128-cbc,3des-cbc. Server list was aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com. Is the device connected and set up for network access? [18:27] hi balloons_ we're trying to implement BottomEdge in calendar as i have already discussed with you. [18:27] balloons_: here is the MP , https://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/bottomEdge/+merge/241590 [18:27] could you help us with some initiation of AP . then I can make tweaks and carry forward ? [18:28] mzanetti: fixed [18:28] verterok: cool, will try asap. having troubles with the SDK atm not sure why [18:29] mzanetti: what is your problem? [18:29] bzoltan: Could not connect to host: SSH Protocol error: Server and client capabilities don't match. Client list was: aes128-cbc,3des-cbc. Server list was aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com. Is the device connected and set up for network access? [18:29] mzanetti: easy ... get the qtcreator from https://launchpad.net/~ubuntu-sdk-team/+archive/ubuntu/tools-development [18:30] :) [18:30] bzoltan: is there some mismatch in the latest image and the currently released version? [18:31] mzanetti: it is vivid ... the new ssh server dropped a bunch of so called "unsafe" ciphers and the QtC was using exclusively those few... [18:32] bzoltan: ah ok. will upgrade from that ppa. thanks a lot [18:32] mzanetti: we have the fix, and I made the new qtc in that ppa... now copying over to the SDK release PPA [18:37] gventuri: hi [18:37] gaspa: are you around ? [18:38] gaspa: sorry wrong ping. [18:38] gventuri: are you around ? [19:17] rpadovani: hey, how do I install your click? I am getting the authentication error when I do so..Was the argument --allow-unauthenticated to force install it? [19:17] rpadovani: Also wouldn [19:18] rpadovani: Also wouldn't it be better to distribute the click via the store (clearly labelling to as alpha) for easy updates? [19:18] jdstrand, pls let me know when you've had a chance to look at that mp (as I have another one building on top of it) [19:24] popey: as discussed converted most of the task into bugs. [19:25] mihir: hi [19:25] hey gventuri [19:25] mihir: quick hangout? [19:25] gventuri: sure i won't mind if you have time for that. [19:26] mihir: https://plus.google.com/hangouts/_/gyx23u6so5pprsktwyzmroldiqa [19:32] pindonga: yes, I haven't been able to get to it yet [19:32] I will try shortly [19:32] jdstrand, nw [19:32] thx a bunch [19:50] mihir: it dropped [19:51] mihir: let's catch up when you guys have finished with the update. I can install a click package on my phone [19:52] gventuri: i am re-joining [19:52] gventuri: had some interent issues [19:52] gventuri: https://plus.google.com/hangouts/_/gyx23u6so5pprsktwyzmroldiqa [19:58] verterok: ok... one step further, but still not working [19:58] verterok: I'm getting status 0, as opposed to 200, no responseText [20:02] mzanetti: same POST request? [20:03] verterok: ah got it. I had "com.ubuntu.reminders" as opposed to "com.ubuntu.reminders_reminders" [20:03] now it seems to work. [20:03] verterok: do we need the _reminders thing? we're not really using that in the app (although I'm not sure why [20:04] mzanetti: the register call should work with and without the _reminders "suffix" [20:04] verterok: doesn't seem to [20:04] only works with it [20:05] mzanetti: the curl POST works...something else is going on then [20:06] * mzanetti tries again [20:06] also, if it's returning status 0, something is really broken ;) [20:07] :) [20:08] http://paste.ubuntu.com/9060418/ [20:09] mzanetti: is there a way I can reproduce it? [20:09] I can push it to a branch, one sec [20:09] mzanetti: curl -i -H "Content-Type: application/json; charset=UTF-8" -X POST -d '{"appId":"com.ubuntu.reminders","token":atoken"","userId":"user_id"}' http://162.213.34.150:7778/register http://162.213.34.150:7778/register [20:10] with a single url :) [20:10] verterok: yeah, I tried with curl too. works there [20:10] very weird [20:11] I've pushed to lp:~mzanetti/reminders-app/push-helper [20:11] it should compile and run on the phone with qtcreator [20:12] code is in src/app/reminders.qml line 226 [20:12] src/app/qml/reminders.qml [20:12] mzanetti: ok, will need to setup the phone-dev-env but will try it ASAP [20:13] verterok: well, I know this takes a bit. you don't have to spend the time, I guess I'll figure it eventually [20:14] verterok: and once the register call succeeds, calling the sample url should immediately call the helper binary? [20:14] http://162.213.34.150:7778/evernote/v1/webhook?userId=testuser¬ebookGUID=10 [20:15] mzanetti: yes, after the 2 register calls (push server and the gateway) [20:15] mzanetti: immediately might have a bit of delay, but you can tail the push client logs [20:16] *not immediately, [20:16] oh, I guess I missed the second register call then [20:17] the test server does return {"ok": true} now if I use the testuser userId [20:17] so that one seems good [20:18] mzanetti: that means the msg was sent to the push server, and should be on it's way to the device [20:18] verterok: so both register calls should be ok then? [20:18] * mzanetti is still not sure what the second one should be :) [20:19] mzanetti: 1st is to get the token, 2nd is to set the token <-> userid relation in the gateway server (this gateway is the one you then call the webhook: http://162.213.34.150:7778/evernote/v1/webhook?userId=testuser¬ebookGUID=10) [20:20] verterok: I get the token from the PushClient component, so I assume that one does the call implicitly [20:20] Getting this error when trying to run app from the SDK. I can connect to the device just fine via phablet-shell or ssh. http://pastebin.ubuntu.com/9060530/ [20:21] verterok: is there a log of the thing that tries to call the helper binary? maybe it can't find it - wrong path or so [20:21] nik90, I'll make it available on the store asap, but I need to fix 2 previews... [20:21] josharenson: had the same today, bzoltan said it should work after installing qtcreator from here: https://launchpad.net/~ubuntu-sdk-team/+archive/ubuntu/tools-development [20:21] mzanetti, thanks [20:21] josharenson: otherwise you can install rtm on the phone, then it works again too [20:22] ah ok [20:23] verterok: yep, found it... the log is in ~/.cache/upstart/ubuntu-push-client.log, and indeed it can't find the helper binary. but I'll be able to solve that [20:23] thank you very much for your help [20:24] mzanetti: cool, I was looking for the log path on the phone :) [20:24] np [20:24] mzanetti: will let you know when the real server is up and running [20:25] awesome === balloons_ is now known as balloons === balloons is now known as Guest23152 === Guest23152 is now known as balloons_ [20:59] mihir, you about? [21:00] popey, hi, at what time is the filemanger meeting tomorrow ? [21:00] popey, last time I was late, got the wrong time I think :-P [21:02] Letozaf_: glad you asked, just cc'ed you on a mail about that ☻ [21:02] popey, ok thanks :-) === balloons_ is now known as balloons [21:55] hi all, I currently don't have a device to install the ubuntu touch on, are the apps in emulator the final versions of those apps and are they the only apps available? [21:56] theo: depends which emulator [21:56] theo: the armhf emulator which is s l o w shows what's actually available on devices [21:57] theo: the X86 emulator is nice and zippy but we don't have many x86 compiled binaries in the store [21:57] ahh I have only run the x86 [21:57] I will give the armhf a try. thanks for that === greyback__ is now known as greyback === salem_ is now known as _salem [23:09] beuno: I looked at songkick and commented that it is ok to approve, but I don't see where I can actually 'this is ok' [23:10] beuno: I apparently can only 'Add new comment' [23:15] beuno: I took care of vimeo and soundcloud (they were updated applications) [23:16] beuno: I guess maybe because songkick is a new click it isn't letting me approve it? [23:16] jdstrand, thanks [23:16] let me look [23:16] I'm looking at 'Tasks' too, but looks like I'll have the same issue [23:17] jdstrand, you don't have an approve button at the bottom of this? https://myapps.developer.ubuntu.com/dev/click-apps/1193/review/ [23:17] (I can approve, just want to check) [23:17] meh, I do. sorry I didn't see it [23:18] np [23:18] (approved) [23:18] found redflagged fields (needs human review): read_path [23:18] Task is different [23:18] yes [23:18] I am looking at it now [23:18] * beuno doesn't review clicks with scary wording [23:18] hehe [23:19] that's fine :) [23:22] beuno: I think you'll want to pull the latest click-reviewers-tools for bug #1392133, which I just committed a fix for [23:22] bug 1392133 in Canonical Click Reviewers tools "Click review complains about internationalized ini files for scopes" [High,Fix committed] https://launchpad.net/bugs/1392133 [23:28] jdstrand, ack, will get on that tomorrow morning [23:29] pindonga, ^^ [23:31] beuno: fyi, the other one is not needed due to a pending landing [23:31] beuno: (read_path on tasks) [23:31] I commented [23:36] jdstrand, pending landing in the sdk? [23:38] beuno: no, the image. apparmor-easyprof-ubuntu. this is bug 1384286 which is about to land [23:38] bug 1384286 in click-reviewers-tools (Ubuntu Vivid) "add directory allowing scopes and apps to share data" [High,In progress] https://launchpad.net/bugs/1384286 [23:38] (there is a click-reviewers-tools component, but that isn't the relevant part I am talking about) [23:39] (I want to add a couple of extra tests) [23:43] jdstrand, perfect [23:43] jdstrand, I'm still postponing permanent exceptions per app per manual review test [23:43] but if it gets too much for you to keep reviewing updates of the same app, let me know [23:44] I sort of feel it's good to feel the pain and drive us to remove them wherever possible [23:44] also less work for me, which is always a win [23:51] beuno: I generally feel little pain wrt this. people use the reviewers tools and seem to manage it themselves [23:52] beuno: I'm not ready for per apps permanent exceptions. that is a complex problem for the security tests and cleanliness of the clicks in the store in general [23:54] jdstrand, I will take no extra work.