=== chriadam|away is now known as chriadam [00:27] starting to understand QML a bit...not too tough [01:53] Hello [01:54] hi === _salem is now known as salem_ === salem_ is now known as _salem [05:37] Good Morning guys :) [06:59] good morning [07:06] dpm: good Morning :) [07:06] hi mihir_ :) [07:06] dpm: hello :) [07:06] dpm: how can we see the database that we are using like contacts in calendar application ?? === zsombi is now known as zsombi|afk [08:47] nerochiaro, when you've got a minute, do you think you could look at this bug to update translations? It should only take a few minutes to fix: http://pad.lv/1232374 [08:49] dpm: i can have a look but it's not really very clear to me what do I need to do [08:50] nerochiaro, the same thing you did when you added translations support: run the cmake rule that updates the .pot file and commit and push the new .pot file. oSoMoN did it for webbrowser already, and perhaps he can point you to it [08:50] dpm: ok, i'll look into it shortly [08:50] thank you! [09:09] dpm: i marked share-app as invalid as it's not used anymore, and phone-app has been split into dialer-app, messanging-app and i think another i can't recall right now. [09:10] nerochiaro, thanks. Does that mean I need to disable translations for share-app? [09:11] dpm: ideally share-app should be removed entirely from the image [09:12] nerochiaro, thanks. Would you be able to find out the third app the phone app has been split into? [09:13] who's developing them? [09:13] dpm: looking, maybe i'm mistaken :) [09:13] dpm: boiko and tiago mostly [09:14] dpm: it's address-book-app [09:15] thanks nerochiaro :) [09:15] dpm: no problem [09:45] dpm: can you confirm that address-book-app has no pot file at all ? [09:46] nerochiaro, indeed it hasn't got one :( -> http://bazaar.launchpad.net/~phablet-team/address-book-app/trunk/files/head:/po/ [09:47] I've been setting the three of them up for translation in LP, and the other two do have one [09:47] dpm: yes, i'm checking them now, one is outdated [09:48] nerochiaro, ok, cool, would you be able to create the address-book-app one as well? [09:51] dpm: i'll look into it but i'm not very handy with translation stuff [09:52] dpm: can you review https://code.launchpad.net/~amanzi-team/dialer-app/dialer-app-pot/+merge/188538 ? [09:52] nerochiaro, thanks! I'm happy to help with any questions or reviews. Ok, looking at that one :) [09:55] +1'd [09:58] dpm: in address book app according to po/CMakeLists.txt it should be already possible to just say make address-book-app.pot and it should update or generate the pot. I'm not sure why the target doesn't work [09:58] nerochiaro, what error does it give you when you run it manually? [09:59] hi gusch, when you've got a minute, do you think you could look at this bug to update translations for camera-app? It should only take a few minutes to fix: http://pad.lv/1232374 [09:59] dpm: make: *** No rule to make target `po/address-book-app.pot'. Stop. [10:00] dpm: gusch: i already took care of it, they are already updated [10:00] ah, awesome nerochiaro [10:00] ok [10:00] hey nerochiaro, when you have a moment, can you please review https://code.launchpad.net/~osomon/notes-app/fix-pep8-warnings/+merge/188523 ? [10:01] gusch: dpm: Same for gallery [10:01] nerochiaro, awesome, can you also link the branches to the bug so that I can keep track of which ones are remaining? Thanks! [10:01] dpm: i already did for the one that i'm working on. marked them in progress as well. marked fix released the ones that are already up to date [10:02] rock on [10:02] oSoMoN: maybe i exchange can i ask you to check how to generate a .pot file for address-book-app ? [10:03] nerochiaro: sure [10:05] dpm: all apps done. the only one that needed an update was dialer, and you reviewed the branch already. and address-boot which oSoMoN is looking at right now [10:11] nerochiaro: so, in address-book-app source dir, just "cmake . ; make address-book-app.pot" [10:11] nerochiaro: the thing is, for some reason the pot file is not versioned yet, so you’ll need to bzr add it, and the commit [10:11] oSoMoN: i do that, it says there is no such target [10:12] nerochiaro: try on a fresh checkout [10:12] oSoMoN: it's fresh [10:12] nerochiaro: fresher then :) [10:12] nerochiaro: it works here [10:13] oSoMoN: oh, wait. in all other apps i did make po/$appname.pot, and it works . here i have to do make $appname.pot to make it work. why the difference ? [10:13] nerochiaro: no idea, in the browser I also do "make webbrowser-app.pot" and it works [10:14] oSoMoN: ok, whatever, i have the pot now, so that's all that matters ATM. thanks [10:15] oSoMoN: ah, the pot file has to exist, then you can do po/$appname.pot and it works. make voodoo [10:17] nerochiaro: actually, it makes sense, "$appname.pot" is the name of the target, so it works regardless, whereas "po/$appname.pot" is the file that gets generated, and if it’s not previously there make doesn’t know which target it belongs to [10:25] oSoMoN: good explanation [10:50] dpm: https://code.launchpad.net/~amanzi-team/address-book-app/address-book-app-pot/+merge/188549 [10:59] dpm popey: BLOCKED blueprints should not get potponed [10:59] ? [11:00] dpm, popey: POSTPONED :) [11:00] ey? [11:00] popey: in your mail [11:00] they should if there's no way we can do them, surely? [11:00] depends on the app [11:02] popey: okay. thanks. wasn't mentioned in the mail, so I was not sure about it [11:03] hi m-b-o, yes, as popey says [11:03] nerochiaro, reviewed, thanks! [11:08] oSoMoN, the webbrowser crashes for me when it tries to find my gps location on facebook.com [11:08] om26er: is that on the latest image? === MacSlow is now known as MacSlow|lunch [11:08] oSoMoN, very latest [11:09] oSoMoN, I am using saucy-proposed image [11:09] oSoMoN, is the gps location thing really supposed to work ? [11:09] om26er: supposed to work, yes, but last time I checked it wasn’t working yet [11:10] om26er: it wasn’t crashing though [11:10] om26er: can you get a stacktrace and file a bug? [11:10] oSoMoN, how to get a stacktrace ? [11:11] om26er: adb shell into your device, install gdb, and run the browser app in gdb [11:11] oSoMoN, ok [11:26] oSoMoN, the crash only happens with the facebook webapp.. how do I get a gdb trace for that ? [11:26] oSoMoN, opening the webbrowser and going to facebook.com and 'check out' work fine (i.e. no crash) doing the same with the web app causes the crash [11:26] om26er: launch the browser in gdb, browse to facebook, wait for the crash to happen, and issue "t a a bt" [11:26] om26er: ha [11:27] om26er: what if you launch the browser with the URL of facebook as parameter? [11:29] om26er: image 74 is balked so I wouldn't go mad testing it [11:30] oSoMoN, that doesn't crash [11:30] davmor2, I am pretty sure this issue will happen with 74 as well [11:31] davmor2, I am testing just for fun. I like to stay on the edge [11:31] om26er: so you’ll need to run the browser with the exact same command line the webapp uses [11:32] om26er: 74 has a usermetrics issues that means anything in usermetrics is broken so phone, sms, camera, nothing important though [11:33] om26er: the command line is: [11:33] aa-exec-click -p com.ubuntu.developer.webapps.webapp-facebook_webapp-facebook_1.0.3 -- webbrowser-app --enable-back-forward --webapp --webappUrlPatterns=https?://m.facebook.com/* http://m.facebook.com/ [11:33] om26er: try: webbrowser-app --enable-back-forward --webapp --webappUrlPatterns=https?://m.facebook.com/* http://m.facebook.com/ [11:33] oSoMoN, yeah I was inside the desktop file [11:33] in .local/share/applications/ [11:39] oSoMoN, no, does not crash this way :/ [11:40] oSoMoN, do you have a maguro ? can you try if it happens there as well or is it just mako [11:43] tmoenicke, ping [11:44] tmoenicke, this keyboard view is jumpy http://i.imgur.com/TSnvwCQ.png [11:44] om26er: yep, trying [11:44] the 123 should be always on the left [11:44] make the spacebar a bit longer [11:44] om26er: so it’s simply launching the fb webapp, logging in, and accepting the location request, right? [11:44] oSoMoN, yep [11:51] om26er: it is what? [11:52] tmoenicke, I said jumpy because when I tap on the '123' button the 'ABC' button appears on a different location [11:52] i would expect both to be at the same place [11:53] tmoenicke, compare these two http://i.imgur.com/hQ97B5F.png http://i.imgur.com/YMZxAyE.png [11:54] rather this http://i.imgur.com/tftvy5c.png and http://i.imgur.com/TSnvwCQ.png [11:54] tmoenicke, do you understand the issue ? [11:54] om26er: thats how design wants it [11:55] om26er: pls ping rachel and ask what she thinks [11:55] tmoenicke, ok. [11:56] om26er: we might have to put a modified symbol layout which matches the layout of url_seach [11:57] tmoenicke, my ideal solution would be to consume the empty space that we have move the '?123' button to the extreme left and the / button following it. and make the space bar longer [11:58] om26er: the design spec shows an empty area at the left [12:10] oSoMoN, regarding http://reports.qa.ubuntu.com/smokeng/saucy/touch_ro/4498/notes-app-autopilot/442410/ [12:10] how about I change the tests to fetch images from local location ;) [12:10] instead of localhost/blabla doing file:/// [12:11] oSoMoN, this came from Bill' email [12:28] dpm: when are the app showdown results coming? [12:29] hi GuidoPallemans, I'd prefer not to commit to an exact time and not set expectations, as we're still not done with the voting (sorry) [12:30] that's okay [12:57] om26er: I’m not convinced this will improve things, but we can try that, yes [12:59] dpm, where's your blog post? ;) [13:00] I've been busy with other things, we don't always get the time to do all what we're planning :) [13:00] dpm, oy, didn't I say that no Hangouts for me?:P [13:00] smartboyhw, and did I not answer your question when you told me? :P [13:01] dpm, you said we can use IRC [13:01] dpm, wait, is the Hangout on Air or private? [13:02] exactly, but for those who can make it for the hangout, we'll use the hangout. I'm happy to schedule a follow-up meeting on IRC for those who could not make it [13:02] will the hangout record be available lateR? [13:03] smartboyhw, it's not going to be on-air, but I can see if I can record it and share it. You have got experience contributing to Ubuntu, so most of the things won't be new to you [13:03] dpm, ah good it's not on-air, I can join then [13:03] ah, awesome! === _salem is now known as salem_ [13:21] om26er: regarding the fb app crash, I just tested, and it found my location without even asking my permission, scary… [13:21] om26er: I’ll delete the cache and retest [13:21] oSoMoN, good that it worked for you :) [13:21] the feature does not work at all for me [13:22] well it might be I am inside my room. gps generally works better out in the open [13:22] om26er: no, not good, I don’t expect fb to know my location without me granting it permission to do so [13:22] * popey re-activates his dormant evernote account [13:23] popey, heh heh [13:24] om26er: ok, just got the crash [13:24] om26er: have you filed a bug that I can confirm? [13:25] oSoMoN, in a hangout right now. I was reporting the bug but then did get the logs successfully === MacSlow|lunch is now known as MacSlow [13:26] om26er: I’ll try to get a backtrace, if you could at least file the bug I’ll attach them there [13:26] oSoMoN, sure Sir! [13:32] oSoMoN, bug 1233678 [13:34] om26er: thanks, and I managed to reproduce from the command line, it appears this is apparmour preventing the app from doing something it’s not allowed to do, need to dig further [13:41] mzanetti: ping [13:48] tmoenicke: pong [13:53] mzanetti: do you remember the issue at startup when the keyboard server was launched after the shell? [13:53] tmoenicke: yeah [13:54] nerochiaro: can you please advise on https://jenkins.qa.ubuntu.com/job/autopilot-testrunner-otto-saucy/567/testReport/junit/notes_app.tests.test_quit/TestQuit/test_save_before_quit_with_mouse_/ ? I don’t understand the purpose of: if path is None: self.assertNotEquals(path, None) [13:55] mzanetti: the keyboard comes up even if the server launches later. did it fix the issue? [13:55] oSoMoN: looking [13:56] oSoMoN: i think it's a misguided attempt to make sure to fail the test if the path is None [13:57] tmoenicke: I didn't test it [13:57] nerochiaro: then there are clearer ways of achieving this, like throwing an exception [13:57] tmoenicke: but if you say that works now, yea, it's probably fixed somewhere [13:58] oSoMoN: i'm sure, that's why i'm saying it's a misguided attemp [13:58] oSoMoN: i would be happy to see that improved [14:01] oSoMoN, mind trying things without the server ? [14:01] om26er: do you have a branch [14:01] ? [14:01] oSoMoN, I don't i had a few meetings, after the standup I can work on that [14:02] om26er: ok, if you can give it a try that’s good, because I don’t have time for it right now [14:03] oSoMoN, sure, I'll do that. just wanted to get make sure if the change will be allowed in. [14:03] om26er: if it fixes the issue, sure it will be allowed in :) [14:32] oSoMoN, is video playback in browser coming ? [14:32] om26er: it should be coming, although I don’t have an updated status [14:32] oSoMoN, who is working on that ? [14:33] om26er: gstreamer 1.0 and hw decoding were supposed to give us that for free [14:33] oSoMoN, ok, i'll ask jhodapp [14:35] Hi, balloons, sorry for my delay response, I still can't reproduce the toolbar's problem, so I need some info from u [14:35] JoeyChan, sure thing [14:36] balloons my system version: Ubuntu Saucy Salamander (development branch) - armhf (20130929) [14:37] that's correct. So you run the autopilot test and the toolbar appears? [14:37] or are you simply using the app? the toolbar appears if you are simply using the app [14:38] oSoMoN: test page is http://nerochiaro.net/test.htm (use the cat face image) [14:40] JoeyChan, ^^ ? [14:41] balloons I don't know how to use autopilot, just test the app in desktop and device [14:43] JoeyChan, ahh so the toolbar issue is autopilot only. The next button issue happens manually or using autopilot. [14:44] balloons I remembered u said that the bug also happened in ur device [14:45] nerochiaro: I’m unable to paste anything in the notes-app now (running image from this morning), I tap everywhere on the popover and nothing happens, until after more taps it eventually crashes… [14:46] oSoMoN: let me give it a shot [14:46] nerochiaro: I’ve tested various times with reboots in between, no luck [14:46] JoeyChan, I can't add a feed on my device because there is no next button. If I run the autopilot test it fails to even open the toolbar to start the process [14:47] oSoMoN: works here though [14:47] oSoMoN: just hard to use with the popups [14:47] oSoMoN: all being messed up [14:47] nerochiaro: yeah [14:47] balloons, could u try this branch ? lp:~qqworini/ubuntu-rssreader-app/optimization-0 [14:48] nerochiaro: btw have you had a chance to inspect the notes-app code re- the popups? it’s weird that it’s happening only in this app, it might be that the API from the SDK was updated, and the app needs updating as well, or something like that… [14:51] JoeyChan, try it, as in run the autopilot tests, etc? [14:53] balloons, I have no idea ... [14:55] :-) [15:36] we are still waiting for the results :) [15:39] Someone on saucy can check bug 1233168 please? [15:39] bug #1233168 [15:39] https://bugs.launchpad.net/ubuntu-calculator-app/+bug/1233168 [15:50] popey: are you attending the alarms meetings? [15:50] yeah, was about to try and round some people up === gatox is now known as gatox_lunch [15:51] popey: I am still in office, but I will go out and join hangout on phone [15:59] nik90|Office: i see you on the hangout [15:59] twice! === gatox_lunch is now known as gatox [16:51] hi folks [16:55] nik90|Office: all good? [16:55] popey: yup [16:56] great [16:56] popey: I will talk to lina regarding the clock app design for alarm activation [16:56] as in when the clock app is called with the alarm url [16:56] ok [16:56] randomcpp: hey dude! === bfiller is now known as bfiller_afk [17:05] oSoMoN, https://code.launchpad.net/~om26er/notes-app/no_imageserver_autopilot/+merge/188654 [17:07] om26er: thanks, let’s see what CI says about it first [17:10] hi nik90|Office [17:40] Hi all [17:41] Can someone tell me where results of showdown can be find? :) [17:43] mrqtros, I don't think they've been announced yet [17:43] mrqtros, dpm said the winners would be announced sometime today [17:45] Seems that "sometime" should be earlier than 19 UTC :) [17:46] iBelieve, Ok, it was just for interest, btw - is 3g support is planning before 17 Oct? :) [17:47] mrqtros, 3g for the OS part of Ubuntu Touch? I don't know since I'm not an OS developer, just an apps developer & showdown participant [17:49] there is 3g support already, no? [17:50] beuno as far as I know no [17:50] mrqtros, I've seen plenty of people using 3g with ubuntu touch [17:50] iBelieve I am core app developer :) [17:50] beuno hmm ... seems that I use old image? :) [17:51] mrqtros, probably! [17:51] How can I check it's version? :) [17:51] not sure, popey or lool may know, if they're still around === bfiller_afk is now known as bfiller [19:08] mrqtros: "sudo system-image-cli -i" [19:27] lool thanks, trying ... === rpadovani is now known as WebbyIT [19:28] lool build number 70. is it up-to-date? :) [19:44] mrqtros: that's latest stable (and it should have 3G) [19:44] mrqtros: but then it's possible your APN settings aren't detected correctly [19:45] lool I already set Wi-Fi settings via terminal [19:45] lool it was my best linux-sex :D === popey_ is now known as popey [19:46] lool image are not writable first, later I first time use vi, later I edit wrong files... === tsimpson_ is now known as tsimpson [19:47] lool seems that I haven't enough experience to set it manually :) [19:50] so no announcement for today :( [19:50] mrqtros: it's still rough in some places, quite expected at this point though [19:50] but it's getting better [19:51] lool yes, we all must do our work well to get Ubuntu Phone work better [19:53] lool ui toolkit team, core apps teams (include me with "Shorts"). We all should do our best. When I keep my phone in hand it is like a miracle, really cool OS, with beautiful design and wide abilities [19:54] lool but there are a lot of bugs, 1-2 in every (every!) app, which spoil the whole impression [19:56] hey, does someone kknow if there were any changes to the LocaleStorage savepath? [19:57] daker, there are still two hours left in CEST timezone until midnight (that was the timezone dpm mentioned), so they're still hope :) [19:58] * there's [19:59] iBelieve forgive them :) They are working hard too :) [20:01] mrqtros, yeah, the reason is probably because of a bug that makes apps using a Canvas not work right on the phone, so they had some extra trouble to make sure those were judged fairly, which is a good thing. I'm just excited, that's all :) [20:03] iBelieve I wanted to participate too, but I am core app developer and already got device from Canonical :) [20:04] mrqtros, I'm a core app developer too (File Manager), but I still participated since the File Manager is pretty much v1.0 complete and I don't have a device (and would love one) [20:04] iBelieve so I am just a observer now :) But really want to know results too ;) [20:05] iBelieve can you explain few things about your app? :) [20:05] iBelieve about file manager* [20:05] mrqtros, sure, what do you want to know? [20:07] iBelieve can I open image/video/audio directly from your app? :) [20:07] iBelieve I tried (once, have no free time to play with device), but it was failure :) [20:08] mrqtros, until recently, devices did not support opening URLs (which is how the app works). It should be fixed now, though I can't verify that it works since I don't have a device. [20:08] mrqtros, but it does work on the desktop [20:09] iBelieve sounds good ;) [20:09] iBelieve what with icons? :) There are no default icons for media types? :) [20:09] mrqtros, there is no file/folder icon set yet. Plus our backend doesn't support file types yet. [20:10] mrqtros, one of the community designers was working on folder icons though [20:10] iBelieve ok, does app require special permissions to read fyle system? :) [20:11] iBelieve in my own app I use similar methods too get file system entries, but seems that it's failure :) [20:11] mrqtros: yes, by default apps are sandboxed and limited in what they can read on the filesystem [20:12] mhall119 how can I get this permission too? :) [20:12] mhall119 without such permission my fully usable cloud storage client become fully useless :) [20:12] mrqtros: you can't through the normal process, there are exceptions for the default/core apps that allow it [20:13] mrqtros: understood, there's still a lot of limitations in our sandbox that need to be addressed, there should be a UDS session discussing what you need [20:13] mhall119 that it's ... very serious limitation ... [20:13] mrqtros: I'd suggest you work with jdstrand (security team) to make sure it's something that is scheduled [20:14] mrqtros: FWIW, it's not a technical limitation so much as a proceedural one [20:14] mhall119 mb someone should add something like "permissions : filesystem" to manifest? :) [20:14] as in, how do we make sure an app that is requesting that access doesn't to evil things [20:15] mhall119, do you know anything about when the showdown winners will be announced? I'm very excited :) [20:15] iBelieve: should be today, we're waiting on one last judge to finish scoring them [20:15] iBelieve how can I test your app? :) [20:15] mhall119, awesome news!! Today as in what timezone? [20:15] mrqtros, which? showdown app or File Manager? [20:16] mrqtros: should be in the app store, all of the showdown apps have been published as far as I know [20:16] iBelieve showdown ;) [20:16] mhall119 what about android? :) There are a lot of third party file managers [20:16] iBelieve: "today" as in "as soon as we have the final scores and can publish the results", that's the best ETA I can give you [20:16] mrqtros, search for it in the dash and install it. Easy as that :) [20:16] mhall119, thanks so much for the update [20:17] iBelieve I don't know it's name ) [20:17] mrqtros, sorry, its Ubuntu Tasks [20:17] mrqtros: that's a good question, again you should talk to jdstrand as he knows more about this and is able to make decisions about it [20:17] mrqtros: join #ubuntu-hardened [20:21] mhall119 ok, I'll try to ping him :) [20:22] mhall119 without file system access my app is useless :( But it's pretty working port from MeeGo. [20:22] does anyone know when the Picker component will land ? [20:22] mhall119 on MeeGo there are only one way to use Yandex.Disk (Russian cloud sotage service) - my unofficial app. [20:23] daker: like content picker? [20:23] mhall119: no, this one http://developer.ubuntu.com/api/ubuntu-12.10/qml/mobile/overview-ubuntu-sdk.html#pickers [20:26] daker: ah....no idea, are they not in the current SDK packages? [20:27] mhall119: no, there is a section on the gallery but nothing in /Ubuntu/Components/ [20:28] bzoltan: or kaleo might know [20:28] i was told that there was a typo on the deployment script [20:28] who told you that? [20:29] zsombi‎ [20:30] daker, The preview API site I think was showing it under Components.Components. Have you checked there? [20:33] iBelieve: i don't have Components inside Components [20:33] working on a Linux OS--12.4. Is there an upgrade? [20:34] mhall119: 16:12:48 daker: there was a typo in the deployment :( [20:34] 12.10 is that an upgrade for linux OS? [20:39] steven_: Ubuntu 12.10 is the upgrade to Ubuntu 12.04, yes [20:39] thank you for the help === davmor2_ is now known as davmor2 [21:11] good day everyone === bfiller is now known as bfiller_afk [21:20] iBelieve: i guess there will be no announcement :( [21:21] daker, I asked mhall119 and he said this: iBelieve: should be today, we're waiting on one last judge to finish scoring them [21:21] daker, then he clarified today to mean when that last judge is done [21:22] daker, he said iBelieve: "today" as in "as soon as we have the final scores and can publish the results", that's the best ETA I can give you [21:23] :( [21:29] do we know who won? [21:30] randomcpp: no [21:30] :( === salem_ is now known as _salem === mspencer is now known as iBelieve