=== chriadam|away is now known as chriadam [00:01] ahayzen, I'll want to talk to fginther about it. My guess is something isn't right. Dependencies, something [00:02] balloons, ok no problem === _salem is now known as salem_ === salem_ is now known as _salem [03:31] development for ubuntu tablet using python | http://askubuntu.com/q/355168 [07:16] good morning === lisettte` is now known as lisettte [08:18] tmoenicke: can you review https://code.launchpad.net/~schwann/ubuntu-keyboard/keyboard-landscape-popup/+merge/189778 [08:18] gusch: yep [08:18] gusch: this too: https://code.launchpad.net/~thomas-moenicke/ubuntu-keyboard/ubuntu-keyboard-fix-3-key/+merge/189779 [08:19] tmoenicke: ok [08:47] oSoMoN: frustrating that the 5 secs delay didn't help [08:47] nerochiaro: yep… [08:47] nerochiaro: back to square 1, we’re gonna need a nexus4 to investigate [08:48] oSoMoN: looks like. boring [08:48] zsombi: good morning. have you seen this ? https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1236464 [08:49] Launchpad bug 1236464 in Ubuntu UI Toolkit "Swipe to delete confirmation need emulators for AP tests" [Undecided,Confirmed] [08:56] nerochiaro: I saw it now :) [08:56] zsombi: :) [08:57] nerochiaro: either iahmad or elopio should also see that :) [08:59] nerochiaro, zsombi: I'm doing the text field emulators, and that's all I'll be able to do this week. [09:00] I'll talk to iahmad, or robotfuel. If they don't have time, I'll do it next week. [09:10] zsombi: elopio: i have something in place that can hold until next week, but sooner or later it will need to be replaced with proper emulators. so if they become available next week, that's ok for me [09:11] Good morning all! Happy Face Your Fears Day! :-D [09:18] I need some help. [09:19] I have this: http://paste.ubuntu.com/6208585/ [09:19] but it shows one button on top of the other. [09:19] should I add another component as parent to the items? [09:21] nerochiaro, review please ? https://code.launchpad.net/~om26er/camera-app/camera_gallery_integration_test/+merge/189671 [09:22] This test makes sure that tapping on the gallery icon opens the gallery app... [09:22] om26er: on it [09:23] om26er: at the very minimum can you please split off the pyflakes fixes and the actual fix into two different commits please ? [09:23] nerochiaro, sorry about that, the main part of the code is in tests/autopilot/camera_app/tests/test_gallery_integration.py [09:23] nerochiaro, do you want me to do that again ? [09:24] zsombi: a hand? ^^ [09:25] elopio, yo need to do something like this http://paste.ubuntu.com/6208601/ [09:25] om26er: yes please, let's keep things clean [09:27] om26er: that works. Thanks! [09:27] np :) [09:27] nerochiaro, sure thing. === davmor2_ is now known as davmor2 [10:02] daker: ping .4 works a charm [10:02] davmor2: \m/ [10:23] nerochiaro, https://code.launchpad.net/~om26er/camera-app/gallery_integration_test/+merge/189797 [10:23] only the test. Nothing more. === chriadam is now known as chriadam|away === nik90_ is now known as nik90 [10:39] tmoenicke: https://code.launchpad.net/~schwann/ubuntu-keyboard/keyboard-magnifier-tweaks/+merge/189811 [10:39] daker: 1 last issue when the screen blanks the music stops you might want to look into the permissions that the music play app has to get around that. [10:40] davmor2: ya that's on my list [10:40] daker: nice :) [10:40] om26er: i'll be on it soon [10:41] gusch, got a few cycles to review https://code.launchpad.net/~om26er/gallery-app/camera-integration-test :) [10:41] same thing as as above but for the gallery-app [10:42] mhall119: ping [10:42] or rather pong === MacSlow is now known as MacSlow|lunch [10:56] nik90: i think mhall119 was going to ping you about alarms not saving, and asking if this was because something else hadn't landed yet [10:56] pressing save in the alarms screen does nothing === gusch is now known as gusch|lunch [11:07] popey: ah okay [11:07] popey: I think renato has fixed the issue with EDS which was causing this bug. I am waiting for the update to land to test again [11:18] Where does the address-book-app save contacts ? [11:40] good morning everyone [11:42] could anyone give me a hand with bazaar...its giving me fits === MacSlow|lunch is now known as MacSlow [12:01] renato, ping [12:02] om26er, pong [12:02] renato, where does the address-book-app store contacts? lets say I want to create a dummy contact for writing some autopilot tests, what do I need to do ? [12:02] om26er, this is the big problem right now :D [12:02] om26er, the app stores contacts on EDS [12:03] om26er, I think that the correct way should be mock the EDS dbus interface but this is a big work [12:04] renato, For now I can think of something like this: create a contact at the start of a class, run all the tests that need that contact and at the end of it clear that contact [12:04] I think its much less work than dbus mocking :) [12:04] om26er, but if the tests crash or if the contact already exists [12:05] om26er, there is several problems in this approach , if the user address book is readonly [12:05] renato, How about "That Random Contact" for a name :+ [12:06] renato, I believe for the most part we don't care about users running tests, Devs can afford some contact lost, can't they ? [12:06] tests our CI infrastructure that;s going to be running those tests. [12:07] renato, how about: backup the eds contacts DB; start the app, create a new contact, perform your tests; at the end restore the EDS db? [12:07] or is that insane ? [12:07] om26er, :D [12:08] I am specifically interested in writing test to make sure tapping the 'phone' and 'message' icon open the respective app correctly. [12:08] om26er, if the tests crash in the middle before restore the DB [12:08] renato: yes cause every phonebook has a user called test tester ;) [12:09] renato, I have been told that addCleanup() works even if the test fails [12:09] om26er, but not if the test crash :D [12:09] davmor2, about you give us the option address-book-app --show-a-dummy-contact ? [12:10] oops renato that was for you :) [12:10] om26er, maybe we can change the qt plugin to use memory instead ours [12:11] om26er, try change ContactSimpleListView.qml (manager: "galera") to (manager: "memory") [12:11] sure [12:12] this should store contacts in memory instead of EDS [12:12] I am not sure if this manager implements all the functionalities that we need but give this a try [12:13] om26er, I need to leave for some minutes I will be back soon [12:14] renato, ok. will catch you later. [12:21] om26er: can i run that new test manually on the device (like "autopilot run camera_app.tests.test_gallery_integration.TestGalleryIntegration.test_gallery_button_opens_gallery") ? [12:21] nerochiaro, Yes. It should work [12:21] well in the CI jobs its running like that === Mirv_ is now known as Mirv [12:29] om26er: i get exceptions: http://pastebin.ubuntu.com/6209121/ [12:31] nerochiaro, I can handle that exception. Which version of the camera-app are you using btw ? [12:31] om26er: the one built from your MR === _salem is now known as salem_ [12:35] nerochiaro, I pushed a fix. Can you try to run the test again on your phone? (don't apply the new changes just yet) make sure to unlock the screen first. [12:37] I think it failed for you because the gallery app was never launched, probably because your screen was locked [12:39] om26er: the screen was unlocked [12:39] om26er: yes, confirm, same exception when launching test with screen unlocked [12:40] nerochiaro, ok. the fix I pushed should fix the issue. [12:41] we definitely need to have the latest version of the camera-app since the one in the image does not have a working 'gallery' button [12:41] nerochiaro, can you try if tapping on the gallery button open the gallery app for you ? [12:42] om26er: yes it does [12:42] nerochiaro, ok. I'll try the test on maguro now. [12:44] om26er: trying your fix in the meantime [12:47] om26er: seems to still fail with your fix [12:48] nerochiaro, I think I know what the issue is [12:48] nerochiaro, I am assuming you are running tests with phablet-test-run -n ? [12:48] om26er: no, i'm in with adb shell, then su - phablet, then run the test [12:49] nerochiaro, right. the test runs fine for me on maguro but it failed the first time because unity8 had no autopilot interface at that time. [12:49] nerochiaro, I'll come with a solid fix [12:49] gusch: https://code.launchpad.net/~thomas-moenicke/ubuntu-keyboard/ubuntu-keyboard-fix-spacebar/+merge/189826 [12:49] om26er: ok. note that i have not enabled MIR on the device [12:50] nerochiaro, yeah, I am using SurfaceFlinger on maguro as well. [13:40] nik90: yeah, I was pinging about alarms not saving, let me know what build should have it fixed and I'll test it again [13:44] gusch: could you pls have a look? https://code.launchpad.net/~thomas-moenicke/ubuntu-keyboard/ubuntu-keyboard-fix-symbolstate/+merge/189852 [13:47] tmoenicke: commented [14:08] popey: ping [14:10] or mhall119 [14:21] daker: pong [14:22] mhall119: can you test this http://phoboslab.org/xtype/ [14:22] on your phone [14:27] heyo everyone [14:32] mhall119: forgot about it, the game does UA sniffing to serve the mobile version [14:35] hey oSoMoN i want to make a click package for this game http://phoboslab.org/xtype/ (a webapp) but it sniffs the UA to serve the mobile version === charles_ is now known as charles [14:37] daker: ideally there should be a way for individual (web)apps to define their own UA overrides, however atm it’s not possible (but I’m working on it) [14:38] oSoMoN: ok [14:40] daker: an alternative solution would be to make it an app that displays a plain WebView fullscreen, with your own user agent string [14:40] daker: not ideal, but that’s a workaround [14:41] cool game btw [14:41] oSoMoN: that can be the solution [14:41] oSoMoN: yah that's why i want to package it [14:42] We can set timezone from system setting, without ssh! Wow! [14:42] This is no longer necessary :) https://wiki.ubuntu.com/Touch/ReleaseNotes#Timezone [14:43] daker: oSoMoN: can't we use uaoverrides.js? [14:43] mhall119: yes, but that would imply adding a global override, and doing that for every single webapp out there doesn’t scale [14:43] oSoMoN: if you put Iphone or android UA you'll get the mobile version http://i.imgur.com/bxuHEvG.png [14:44] daker: any chance this is a redirection, i.e. you could request a specific URL to get the mobile version directly? [14:45] oSoMoN: could we add a UA string as a command-line parameter to webbrowser-app? [14:46] mhall119: that would be one option, yes [14:47] oSoMoN: no :( [14:47] mhall119: another option would be to allow (web)apps to ship their own local overrides file [14:47] daker: too bad :/ [15:01] popey, Jenkins approved MR for argument, we have only to wait for a review: [15:01] https://code.launchpad.net/~rpadovani/ubuntu-calendar-app/1231136/+merge/188002 [15:35] Gtk: Webkit WebView C++ (can't load url + awkward terminal output) | http://askubuntu.com/q/355398 [15:39] dpm, when's next meeting for Reminders App? [15:39] IRC or Hangouts? === Kaleo_ is now known as Kaleo [16:12] Hello, I send an app to Ubuntu Software Center. I see this message: 'Thank you for submitting a gratis Free Software application through MyApps. At this time we are unable to process this request, as we are working on the implementation of a new app upload process...' Could you tell me when it will be able to sent app to USC? [16:20] balloons, trying to catch up. I'm not able to get music-app running on my machine, does it work for you? [16:21] fginther, glad you pinged :-) I was playing with trying to land ahayzen's changes last night and having trouble [16:21] fginther, https://code.launchpad.net/~andrew-hayzen/music-app/toolbar-rewrite-1/+merge/188917 [16:22] balloons, o/ [16:23] balloons, the test is timing out, I tried running on my machine but music-app doesn't even start [16:25] Has someone known about new upload process to Ubuntu Software Center? [16:27] ahayzen, did you update to using the sdk ppa? [16:27] * balloons just realized that's likely the difference [16:27] balloons, update using the sdk ppa? [16:28] balloons, i had to be running the proposed image last night otherwise the app looked funny [16:28] ahayzen, I mean on your desktop [16:29] balloons, which PPA is it in cause i have loads? [16:30] balloons, all i can see for the SDK is ubuntu-sdk-team and ubuntu-touch-coreapps-drivers/daily also i'm on raring if tht makes any difference? [16:30] ubuntu-sdk-team, yep [16:31] balloons, it may need the PowerD stuff as well? [16:32] ahayzen, I agree, after your last update I too cannot start the app [16:33] balloons, uhoh.... works for me :) lol [16:33] ahayzen, so there indeed might be a missing dependency, since you are using the sdk-team ppa [16:35] balloons, is it qtdeclarative5-qtpowerd0.1 ? [16:36] ahayzen, nope, I have that. keep listing things off ;-) [16:36] balloons, is there any specific error? [16:38] ahayzen, no, it just doesn't load.. you get some nice warnings [16:39] ahayzen, any warnings when you load? I'll paste them [16:39] balloons, lots of warnings as usual :) [16:39] balloons, it fills the terminal with stuff i plan on going through and sorting them all once my features have landed [16:40] rottinrob: I see you've updated your reminders-app branch to include the evernote sdk and jsOAuth. Any progress on actually pulling either of those into the project and connecting? I haven't had a ton of time to experiment myself, but using the evernote-sdk-minified.js doesn't appear to have all of the functionality needed, unless I've missed something. [16:40] ahayzen, right.. I don't see anything weird here: http://pastebin.com/3jwSwtKn [16:40] balloons, how many times have u tried to start it, i have had it just dump itself a few times since Grilo was added [16:41] balloons, is tht all u get? and how are u running in terminal or via QtCreator? [16:45] ahayzen, terminal [16:45] ohh, hmm [16:45] qtdeclarative5-qtgrilo0.1 [16:46] 'Installed: 0.0.20130610~bzr10~ubuntu13.04.1' for me [16:47] no change :-( [16:47] I thought that might have been it, I didn't have it [16:48] balloons, do u have the mediascanner ? [16:48] balloons, i also have grilo-plugins-0.2-mediascanner and grilo-plugins-0.2 installed [16:50] ahayzen, yes === gatox is now known as gatox_lunch [16:50] hmm [16:50] usually when i'm missing a package it is a bit more helpful in the console [16:52] I'm upgrading everything right now, and we'll try again. Did you add any additional dependencies? [16:53] balloons, i haven't but others may have done there has been alot going on recently [16:54] balloons, they have added blur effects which may have caused a dependency... [16:54] balloons, qtdeclarative5-particles-plugin ? [16:55] ahayzen, need to keep track of these things of course ;-) [16:55] I'll try that, one moment [16:55] balloons, it looks like most are in the debian/control file [16:58] ahayzen, yep, they all need to be in there :-) [16:59] so yea, I have everything listed. sudo apt-get install qtdeclarative5-localstorage-plugin qtdeclarative5-particles-plugin qtdeclarative5-qtmultimedia-plugin qtdeclarative5-qtquick2-plugin qtdeclarative5-ubuntu-ui-toolkit-plugin qt-components-ubuntu qtdeclarative5-window-plugin qtdeclarative5-xmllistmodel-plugin grilo-plugins-0.2-mediascanner qtdeclarative5-qtgrilo0.1 qtdeclarative5-qtpowerd0.1 [17:00] balloons, this is strange, and u definitely don't get any more errors in the console? [17:02] nope [17:02] unless it is something saucy specific? [17:03] ahayzen, that's possible in theory yes [17:03] balloons, is there anyone else we can ask to try, tht it was working before with? [17:36] ahayzen, I'm playing with the trunk version now [17:36] afternoon y'all [17:36] heya rottinrob [17:36] balloons, and thts working? [17:36] ahayzen, no [17:36] balloons, ah [17:36] fginther, so you were intending to say the trunk version of music app also is not running then? [17:36] fginther, that's a regression caused by something new then in the sdk [17:37] balloons, but something not in raring? [17:37] fginther, I didn't get what you meant :-) === gatox_lunch is now known as gatox [17:37] jkeyes0 do you know when we are having our next meeting? [17:38] rottinrob: haven't heard anything. dpm has been in and out, but I haven't spoken to him yet. [17:38] balloons, right, I'm having trouble running the music-app from the core-apps ppa. [17:38] balloons, I was able to try on a different machine and it works there... [17:39] ok...just thought I'd check, I got a couple questions, but nothing urgent [17:42] fginther, what's the differences between the machines? [17:42] rottinrob: ask away [17:42] rottinrob: dpm has been out of the office at a conference this week [17:42] jkeyes0: is there anything keeping me from building this reminders app html/js/qml [17:42] balloons, hmm, the one that worked may be a little behind on packages, let me check the uitk versions [17:43] rottinrob: not that I know of. dpm mentioned that they'd like as much of the logic as possible to be js, if I remember correctly. [17:43] popey: is there anything keeping me from building this reminders app html/js/qml [17:43] oh...ok [17:44] So long as it's built with our SDK.. [17:44] I was just messing with something with some html but mostly js and qml [17:45] oh definatly....the main app is core sdk [17:45] balloons, yep, it has an older sdk, let me update and see if that changes things [17:48] but I'm still hackin around ideas [17:52] fginther, yes that was the same for me. The old sdk worked. The new one doesn't [17:52] balloons, ahayzen, yep. that was the difference, I upgraded "qtdeclarative5-ubuntu-ui-toolkit-plugin" and now it hangs on start [17:52] ahayzen, you are completely updated on your machine right? [17:52] balloons, yep but i'm on raring not saucy [17:52] ohh perfect, you narrowed it to the new UITK [17:52] balloons, my version is Installed: 0.1.46+13.10.20130925.1bzr780raring0 [17:53] ahayzen, that's the one that works :-) [17:53] fginther, :) [17:53] balloons, i'm guessing Jenkins is on saucy and therefore maybe having some issues? [17:53] ahayzen, ubuntu-ui-toolkit - 0.1.46+13.10.20131007bzr791raring0 is now in the PPA [17:54] ahayzen, jenkins does run on saucy [17:54] fginther, 'The software on this computer is up to date' [17:55] ahayzen, ohhh! i see the problem the raring builds are failing in the sdk [17:55] fginther, so thts a sortof good and bad thing at the same time aha [17:55] ahayzen, yeah, but mostly bad :-) [17:55] fginther, yep :/ [17:56] ahayzen, the raring build is stuck on libthumbnailer-dev, that's a new package that I bet no-one ever thought to build for raring, lets see if we can fix that [17:57] fginther, so if this does land we would then expect the music-app to break? [17:57] ahayzen, yes [17:57] ok [18:15] lol [18:15] well, I wonder what the underlying issue then is [18:16] balloons, are any other apps now broken? [18:42] balloons, ahayzen, I have some bad news. I can't get the uitk to build for raring, the dependency on thumbnailer won't build [18:42] https://launchpadlibrarian.net/152875620/buildlog_ubuntu-raring-amd64.thumbnailer_1.0%2B13.10.20131008bzr56raring0_FAILEDTOBUILD.txt.gz [18:42] :/ [18:50] hmmph [19:00] I have these errors when I try to run my app, does anyone have the same issue? http://paste.ubuntu.com/6210622/ [19:00] please help, it seems to be related to some gstreamer binfing [19:00] binding** [19:01] balloons, looks slightly similar to urs ^ [19:01] indeed ahayzen [19:02] balloons, something gst related breaking the apps ? [19:17] balloons, so am I not the only one with this issue? [19:18] randomcpp, which app are you trying to run? [19:18] there used to be a bug report on launchpad on which I commented, but I can't find it anymore [19:18] saucybacon [19:18] it has camera support (this is the only component related to gst I think) [19:18] but I hadn't tried to remove it to test [19:25] jppiiroi1en: hello!! [19:42] randomcpp, hmm.. I wonder if that is the common link [19:43] I can't run memories (which has the same component I use) [19:51] Vala GTK+ Compile Warning | http://askubuntu.com/q/355513 [19:57] randomcpp, ahayzen there is a bug for this which is being worked on I've found out [19:57] balloons, ok :) [19:59] https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1235484 [19:59] Launchpad bug 1235484 in thumbnailer (Ubuntu) "UI toolkit introduced dependency on two versions of gstreamer on the desktop" [Critical,Fix released] [19:59] oh here it is [20:00] I was looking for it :) [20:00] yes me also [20:01] thanks balloons [20:01] installing those deps fix the error messages [20:03] fginther, ^^ [20:03] fginther, fixes for the music app troubles [20:08] ahayzen, everything passes locally for me now. My guess is you'll just need to wait for the fix to land and it'll merge fine [20:11] balloons, I filed this: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1237045 [20:11] Launchpad bug 1237045 in Ubuntu UI Toolkit "Ubuntu UI Toolkit no longer builds on precise, quantal and raring" [Undecided,New] [20:11] balloons, do we still expect to support app development on raring and before? [20:15] fginther, precise and saucy afai [20:15] *afaik [20:21] bfiller, I have a branch to disable the video mode button from the camera, can you top approve it so that we can get that in soon. ? [20:21] https://code.launchpad.net/~om26er/camera-app/disable_video_button/+merge/189566 [20:40] balloons, thanks, sorry was AFK [20:44] ahayzen, yw === salem_ is now known as _salem [22:02] beuno or popey can please review my app "X-Type" ? [22:02] you* [22:07] daker: looks cool! [22:08] popey: i didn't made it, i just a made a webview that call the url of the game [22:08] daker: done [22:09] daker: http://popey.com/~alan/device-2013-10-08-230906.png [22:09] popey: aha why it doesn't scale [22:10] thats on a nexus 7 [22:11] popey: nexus 7 = tablet ? [22:11] yes [22:12] * popey tries nexus 4 [22:12] http://popey.com/~alan/device-2013-10-08-231247.png [22:13] daker ^ nexus 4 [22:13] popey: ok wired [22:13] way faster on n4! :D [22:13] quite a lot of fun [22:13] popey: that's why i package it :) [22:14] http://popey.com/~alan/device-2013-10-08-231347.png [22:14] ☻ [22:14] hard to play and take a screenshot at the same time [22:14] :) [22:15] bed time.. [22:15] g'night [22:15] daker: some other app had that issue [22:15] can't remember which one [22:15] beru! [22:16] so might be worth looking on github at the change log for beru and seeing what he did on the day of the app dev contest, on that sunday [22:16] or the logs for this channel on that day [22:16] i know he fixed that issue and i tested again and it worked, so there's almost certainly something to gain there. [22:16] ping me if you want it tested again tomorrow [22:16] popey: ok i will fixed [22:16] popey: thanks [22:16] np [22:16] also, find more games like that! :D [22:42] popey: sure :) [22:47] mhall119: anyidea why the webview doesn't scale ? install "X-Type" game [22:49] daker: my guess would be because it's webview [22:50] mhall119: it should work like this http://paste.ubuntu.com/6211455/ , no ? [22:51] daker: hmmm, the Ubuntu.Components.Extras.Browser might give you more than a plain WebView [22:51] but I don't know what to do about scaling [22:52] daker: I used scale: 1 on WebView, but I honestly don't know what that does