UbuntuIRC / 2014 /04 /03 /#ubuntu-app-devel.txt
niansa
Initial commit
4aa5fce
=== chriadam|away is now known as chriadam
=== salem_ is now known as _salem
=== chihchun_afk is now known as chihchun
[02:21] <AskUbuntu> List of Best java application in ubuntu(Linux) | http://askubuntu.com/q/442662
=== maclin_ is now known as maclin
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== jackson is now known as Guest50945
=== maclin__ is now known as maclin
[06:47] <dholbach> good morning
[06:56] <DanChapman> good morning
[06:56] <DanChapman> popey ping
[07:09] <dholbach> hey DanChapman
[07:09] <dholbach> DanChapman, I just moved over the trojitá daily builds to the core apps ppa
[07:09] <dholbach> so they should be available whenever the ppa machinery is feeling like it ;-)
[07:10] <dholbach> and it's just beautiful to see how well it's already working
[07:12] <DanChapman> morning dholbach, brilliant it will be good to get a regular build going :-)
[07:13] <DanChapman> dholbach: yes it's coming along nicely and so quick. I was quite stunned with the speed it can pull in a massive mailbox
[07:14] <dholbach> greta work :)
[07:14] <dholbach> I hope we can find a few more people to work on it :)
[07:54] <nik90> zsombi: Another Ubuntu Layouts bug -> https://www.youtube.com/watch?v=kR-ZkZ9ZOjA
[07:54] <nik90> zsombi: This is before and after using your MP at https://code.launchpad.net/~zsombi/ubuntu-ui-toolkit/layouts-fix1298886/+merge/213611
[07:54] <nik90> Reference code: https://code.launchpad.net/~nik90/cliffhanger/convergence-1
=== chihchun is now known as chihchun_afk
=== chriadam is now known as chriadam|away
[08:17] <JamesTait> Good morning all; happy Find a Rainbow Day! :-D
[08:22] <danielbeck_> Hello. I published the game "Green Mahjong" in the click store. Since I have no ubuntu touch device, I wanted to ask if someone could try the game.
[08:44] <mzanetti> danielbeck_: hmm.. the toolbar is really tiny
[08:44] <mzanetti> danielbeck_: and dragging the game board is quite hard to do.
[08:45] <mzanetti> yeah. can't click anything of the toolbar. its too small
[08:47] <mzanetti> danielbeck_: http://i.imgur.com/FaZPpf4.jpg
[08:49] <dpm> morning popey, shall we run a session to get involved to core app development at https://wiki.ubuntu.com/UbuntuOpenWeek/trusty/Timetable ?
[08:53] <popey> DanChapman: pong, did you get your answer from dholbach ?
[08:53] <dholbach> popey, what was the question?
[08:54] <popey> i dunno, it was just a ping ☻
[08:54] <DanChapman> popey, errr what was it..... i've forgotten
[08:55] <popey> dpm: yes, jose mailed me about it, lets do that.
[08:55] <dpm> \o/
[08:56] <DanChapman> popey that was it.... I was wondering if you had created a trello board for email client yet? :-D
[08:58] <popey> DanChapman: no, will do asap
[08:59] <popey> if you update the wiki I'll copy the status over
[08:59] <zsombi> nik90: HomeTab.qml Layouts default layout does not have anything to lay out?
=== chihchun_afk is now known as chihchun
[09:00] <nik90> zsombi: The HomeTab.qml default layout has the Flickable (which contains all the items) to lay out
[09:00] <zsombi> nik90: I don't see it named...
[09:01] <DanChapman> popey, ack
[09:01] <nik90> zsombi: I notice that the Flickable has not been given an ID
[09:01] <dpm> popey, would Wed 23 Apr, 16:00UTC work for you for the session?
[09:02] <zsombi> nik90: I don't see any Layout.itemName assigned anywhere in the default layout...
[09:02] <popey> thats 17:00 till 18:00 for me... yeah, should be okay
[09:02] <zsombi> nik90: sorry Layouts.item assignment I mean...
[09:03] <nik90> zsombi: oh yeah, I don't use those items in the ConditionalLayout. Hence I did not declare Layouts.item for them.
[09:03] <zsombi> nik90: so the conditional layout is just a separate layout, not transferring anything from the defaul tone?
[09:03] <nik90> zsombi: thinking about it now, yeah :D ...I did not realise that until you mentioned it.
[09:04] <danielbeck_> mzanetti: thanks.
[09:04] <zsombi> ok
[09:04] <nik90> zsombi: Should I remove them from the default layout?
[09:04] <danielbeck_> mzanetti: what device do you use?
[09:04] <dpm> popey, ok, added session! https://wiki.ubuntu.com/UbuntuOpenWeek/trusty/Timetable
[09:04] <mzanetti> danielbeck_: nexus 4
[09:05] <nik90> zsombi: btw the original plan was to use the components in the default layout in the Conditional layout as well. But I realised that the carousel doesn't scale well in the tablet form. Hence I decided to use different components in the tablet layout.
[09:05] <zsombi> well... not really, it shoudl be all fine... have you tried to remove the opacity binding to see whether it returns back to the default layout well? or was the video made without my fix MP?
[09:05] <popey> dpm: thanks
[09:05] <nik90> zsombi: I used your fix MP. Also I tried this with/without the opacity binding.
[09:05] <danielbeck_> mzanetti: on the screenshot, the board is mostly outside the screen. Did you drag it there, or was it so when you started the game?
[09:06] <zsombi> and the defautl wasn't revealed still?
[09:06] <mzanetti> danielbeck_: I dragged it there, the only way to get the toolbar in
[09:07] <danielbeck_> mzanetti: could you try what happens when you hold the phone in landscape mode?
[09:07] <nik90> zsombi: yes, the default wasn't still revealed
[09:07] <mzanetti> danielbeck_: nothing
[09:08] <nik90> zsombi: I added a onVisibleChanged function there and I notice that the items in the default layout change from true to false when switching from phone to tablet layout. But when the bug appears, the visible property is still false and doesn't change to true when going back to the default layout.
[09:08] <zsombi> nik90: hmm... ok... that's bad then :/ The issue with the Tab changing caused default layout screwup might be caused by the Tab switch visibility handling...
[09:09] <nik90> zsombi: oh..I suppose then https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1300668 needs to be raised to critical priority since it will affect all apps with tabs.
[09:09] <ubot2> Launchpad bug 1300668 in Ubuntu UI Toolkit "Cannot use visible property reliably while using Ubuntu Layouts" [High,Confirmed]
[09:10] <zsombi> nik90: yeah... looks like...
[09:11] <zsombi> nik90: do you need this fix by 14.04 release, or can it come a bit later?
[09:11] <zsombi> nik90: asking this because we have a bunch of bugs we need to sort out by release date...
[09:12] <nik90> zsombi: this bug can wait post 14.04 release. I will be occupied with University stuff for a while.
[09:13] <zsombi> nik90: ok, however the nested bug seems to be also valid still... the test/use case is pretty complex I see, so you could attach the video to the bug as well. Also a small sample code that actually reveals the issue would be nice.
[09:14] <nik90> zsombi: so 2 bugs? In the nested layouts, the default layout is also hidden. So it could be the same bug I attached above?
[09:16] <zsombi> nik90: perhaps... I need to check it deeper in order to express... well, add the video to this mentioned bug, it seems to be related to this anyway...
[09:17] <zsombi> nik90: and let's keep the other one as is
[09:18] <nik90> ok
[09:43] <mihir> dpm, ping !!!
[09:43] <mihir> dpm, got any updates from designs ?
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
[10:19] <popey> DanChapman: what's your trello account?
[10:21] <DanChapman> popey, username is: dpniel or << @ubuntu.com if you need email
[10:22] <popey> that worked
[10:23] <DanChapman> popey , excellent thanks :-)
[10:23] <popey> np
=== MacSlow is now known as MacSlow|lunch
=== ara is now known as Guest11257
[12:14] <Mirv> popey: was there someone affected by bug #1298978 around who'd like to confirm the bug fix
[12:14] <ubot2> Launchpad bug 1298978 in qtdeclarative-opensource-src (Ubuntu) "QtQuick V4 Date.Parse() does not support RFC2822 date format" [High,In progress] https://launchpad.net/bugs/1298978
[12:14] <Mirv> +"?"
[12:15] <Mirv> since upstream is already all 5.3 and apparently they've fixed it in qtbase, they're not interested in that patch probably but we can have it
[12:23] <pmcgowan> Mirv, thats not good that they will not patch 5.2
[12:23] <pmcgowan> Mirv, thanks for fixing it btw
[12:24] <ogra_> should we probably all just take 6 months off and start over with Ubuntu Touch in 6 months with Qt 5.5 ?
[12:25] <Mirv> pmcgowan: it's not, but they don't really have a branch for 5.2 as they'll owerwrite the release branch with 5.3 soon
[12:25] <seb128> overwrite the release branch?
[12:25] <seb128> are they doing rolling releases? ;-)
[12:25] <Mirv> although they'll have a version specific branch in the future http://lists.qt-project.org/pipermail/development/2014-February/015786.html
[12:26] <pmcgowan> Mirv, we should press them on this, its BS
[12:26] <Mirv> seb128: when 5.3.0 is released the stable branch gets merged to release branch, and later on the dev branch gets merged to stable starting 5.4 stabilization while dev will become 5.5
[12:27] <ogra_> seb128, rather "destructive releases" by the sounds of it
[12:30] <justcarakas> is there a way to change your namespace ? or do I need to create a new account than ?
=== jhodapp|afk is now known as jhodapp
[12:42] <beuno> justcarakas, if you haven't uploaded an app with that namespace
[12:43] <beuno> it should be doable
[12:43] <justcarakas> I don't think I ever published an app
[12:43] <JamesTait> justcarakas, you should be able to change your namespace here: https://myapps.developer.ubuntu.com/dev/account/
[12:44] <JamesTait> If, as beuno says, you haven't published an app before.
[12:44] <justcarakas> it worked, thanks, I didn't find it :)
[12:44] <timppa> Any ideas why my pygtk app's webview which shows a page with form is not clickable? Buttons don't work and radio buttons are not selectable.
[12:45] <justcarakas> but now I did find it abviously :p
[12:45] <timppa> on regular browser the page works fine
[12:46] <JamesTait> justcarakas, glad we could help. :)
=== _salem is now known as salem_
=== wgrant_ is now known as wgrant
[13:14] <justcarakas> hurray my first app is published, to bad I have to wait till sunday to post about it because I have a concussion and am officially not allowed on a computer :p
[13:17] <dpm> justcarakas, congrats in any case, and get off the computer :)
[13:35] <AskUbuntu> Publishing my first application on PPA (Launchpad) | http://askubuntu.com/q/442866
=== ara_ is now known as ara
[13:56] <dholbach> popey, DanChapman: do we know of anyone who tried to build trojita on arm?
[13:56] <dholbach> I just saw this: https://launchpadlibrarian.net/171683724/buildlog_ubuntu-trusty-armhf.trojita_0.4.1%2B1-0~4145~ubuntu14.04.1_FAILEDTOBUILD.txt.gz
[13:56] <dholbach> looks like a test hung (note the "Build killed with signal 15 after 150 minutes of inactivity" at the end of the log)
[13:57] <dholbach> mhall119, ^?
[13:57] <popey> i think mhall119 and I built it on-device during our playing early on
[13:57] <popey> but not since
[13:58] <dholbach> ok.. I'll try to build it in a chroot and see what happens
[14:05] <ahayzen> t1mp, ping
[14:06] <t1mp> ahayzen: hello
[14:06] <ahayzen> t1mp, I'm trying to reproduce the issues you stated here https://code.launchpad.net/~andrew-hayzen/ubuntu-ui-toolkit/fix-swipe-delete-002/+merge/202171/comments/505126
[14:06] <ahayzen> t1mp, are you just running the clock AP tests?
[14:06] <ahayzen> t1mp, and is this on device or on desktop? or should it matter?
[14:07] <t1mp> ahayzen: it was on nexus4
[14:07] <t1mp> ahayzen: initially I was running tests for all apps, but since only clock-app failed I tried multiple times afterwards with only clock
[14:08] <ahayzen> t1mp, ok thanks i'll see if i can figure out how to test that :)
[14:08] <t1mp> ahayzen: I was suspecting that something in those tests was not stable, and the changes that you made in some unexpected way would make those tests fail more often
[14:08] <t1mp> ahayzen: elopio tried to reproduce multiple times but couldn't
[14:08] <t1mp> but he had a slightly newer image.. maybe it got fixed?
[14:08] <ahayzen> hmm interesting
[14:08] <ahayzen> ok i'm on 275 i'll see if i can get it
[14:09] <t1mp> ahayzen: I am running other tests now for a landing.. but when those tests are done, I can test with your changes again
[14:09] <ahayzen> t1mp, thanks
[14:10] <t1mp> ahayzen: CI didn't run automatically after your commit sright?
[14:10] <t1mp> *commits right
[14:11] <ahayzen> t1mp, no it doesn't i only merged with trunk though
[14:11] <t1mp> ahayzen: ok, I asked in #ubuntu-ci-eng if someone can trigger CI for su
[14:11] <t1mp> *us
[14:11] <t1mp> I have a typing disorder today
[14:11] <ahayzen> t1mp, thanks
[14:14] <popey> kalikiana: any idea when https://bugs.launchpad.net/ubuntu-calculator-app/+bug/1289695 will land?
[14:14] <ubot2> Launchpad bug 1289695 in Ubuntu UI Toolkit "Title for all Core apps should be improved/localized for Desktop" [High,In progress]
[14:15] <ahayzen> t1mp, how are we running AP tests for the clock app these days? i tried, phablet-click-test-setup --click ubuntu-clock-app; phablet-test-run -v ubuntu-clock-app but it looks like the AP stuff isn't there?
[14:16] <t1mp> ahayzen: http://paste.ubuntu.com/7198827/
[14:17] <ahayzen> t1mp, thanks
[14:17] <t1mp> I'm not sure if that is the way it is supposed to be done, but I happen to do it like that
[14:18] <t1mp> ahayzen: if you get results, please add them to the MR
[14:28] <dholbach> dpm, mhall119, popey, kyleN: so... how about a docs day today? :-D
[14:29] <dpm> dholbach, I think kyleN and (partly) I are already having our own scopes doc day :)
[14:39] <kalikiana> popey: soon… it's ready so in the next batch or therafter it should go in
[14:39] <ahayzen> t1mp, ok i ran all of the tests and got 1 failure appears to be the same as this one http://paste.ubuntu.com/7185550/
[14:39] <popey> kalikiana: this week?
[14:40] <ahayzen> t1mp, however I have run specifically that test (ubuntu_clock_app.tests.test_clock.TestClock.test_enable_seconds_settings_must_show_second_hand failed for me) again on its own 5 times and it was fine
[14:40] <ahayzen> t1mp, this was my failure http://pastebin.ubuntu.com/7198940/
[14:42] <t1mp> ahayzen: weird. I was getting similar stuff, but different failures for each time I ran the app
[14:43] <ahayzen> t1mp, are they just flaky tests?
[14:43] <t1mp> ahayzen: it may be coincidence, but it seemed the failures were more frequent with your changes included than without
[14:43] <t1mp> ahayzen: but it is difficult to tell since with each set of changes I only ran the tests like 4 times..
[14:43] <t1mp> ahayzen: I think so. tricky...
[14:44] <t1mp> elopio: ^ what do you think?
[14:44] <ahayzen> t1mp, hmmm maybe if i go back to the trunk sdk and see if i can get the same/similar issues?
[14:45] <kalikiana> popey: yeah, whatever the next opportunity I catch when a silo gets opened
[14:48] <t1mp> ahayzen: yes that is good to compare
[14:48] <t1mp> ahayzen: thanks a lot for running the tests
[14:49] <ahayzen> t1mp, i'm attempting to rollback now ... no problem :)
[14:49] <t1mp> ahayzen: I was running tests for several days last week, and to be honest I don't find it the most exciting work
[14:49] <ahayzen> t1mp, heh....i like watching it type itself :)
[14:49] <t1mp> ahayzen: yes it is fun to see it two or three times ;)
[14:50] <ahayzen> t1mp, yeah lol
[14:51] <t1mp> ahayzen: it is also fun when you decide to start all tests in the night before sleeping, and then a few hours later the music-app-tests begin ;)
[14:51] <ahayzen> t1mp, ahaha the number of times i've done tht at 3 in the morning and nearly woken my flat
[14:52] <popey> the sooner we get rid of that music the better
[14:52] <popey> can we just run it through audacity to reduce the volume down to near-zero ☻
[14:52] <ahayzen> popey, we should have a lullaby as our test music
[14:52] <popey> +1
[14:53] <t1mp> or spooky sounds from a scary movie :)
[14:53] <popey> ☻
[14:53] <ahayzen> lol
[14:57] <popey> ahayzen: gah, i can't test music 409 on #250 because it barfs in one way, and it barfs another way on latest proposed..
[14:57] <ahayzen> popey, barfs?
[14:58] <ahayzen> popey, i'll try once the clock-app tests are done
[15:01] <popey> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 33281: ordinal not in range(128)
[15:01] <popey> i get that on #250
[15:02] <popey> and on 275 it just goes all wrong, and I can't really tell if it's the image or the tests right now
[15:03] <ahayzen> popey, tht issue if a python 2->3 IIRC
[15:04] <popey> yeah.
[15:04] <popey> right, will concentrate on getting it working on 275
[15:23] <ahayzen_> t1mp, i've run the clock-app tests 3 times and they have passed each time :/
[15:26] <t1mp> ahayzen_: that is on a clean image without your packages?
[15:26] <ahayzen_> t1mp, that was with me reverting the changes...i think i'm gonna reflash in a minute to double check
[15:32] <dholbach> popey, DanChapman, mhall119: looks like the new armhf build is going to fail at the same spot in the build: https://code.launchpad.net/~ubuntu-touch-coreapps-drivers/+archive/daily/+build/5875772
[15:32] <dholbach> (build started 4h ago)
[15:32] <dholbach> the one before got killed at "4 hours, 13 minutes, 29.9 seconds": https://code.launchpad.net/~ubuntu-touch-coreapps-drivers/+archive/daily/+build/5875511
[15:33] <dholbach> and my local build (through qemu) is still in process
[15:33] <dholbach> and looks like test 1 already segfaulted
[15:33] <dholbach> would a logfile of the build be sufficient for a bug report?
[15:35] <dpm> hi elopio, how did you get on with the Reminders tests?
[15:37] <ahayzen_> popey, all the tests passed when running my hacky script...
[15:38] <popey> ahayzen_: on which image?
[15:38] <ahayzen_> popey, this is my script http://pastebin.ubuntu.com/7199223/ when i then exec with $ ./script lp:music-app music_app
[15:38] <ahayzen_> popey, 275
[15:39] <popey> hmm, seems music app doesn't see my "music"
[15:40] * popey clears mediascanner cache and starts again
[15:40] <ahayzen_> popey, do u have music on ur device?
[15:40] <popey> only the 3 tracks
[15:42] <popey> \o/ running now
[15:43] <ahayzen_> \o/
[15:47] <popey> i need a special script for this which clears out music, wipes mediascanner caches, reboots, sets us up the bomb and runs the tests
[15:47] <popey> (which, frankly, I shouldn't need) ☻
[15:49] <ahayzen_> popey, yep its pretty messy at the moment
[15:49] <ahayzen_> popey, although it is 'supposed' to backup ur music and make copies etc
[15:53] <popey> ahayzen_: tests pass!
[15:53] <ahayzen_> popey, \o/
[16:08] <elopio> dpm: yesterday I just started looking at the code, the documents and the UI.
[16:09] <elopio> I'll try to list the main tests today, and maybe write one. DanChapman: you around?
[16:11] <elopio> t1mp, ahayzen_: to understand that error I would need to see what's going on the UI. Can you keep an eye when it fails and then tell me what's going on?
[16:12] <elopio> like, the toolbar is not opened, or it seems to be clicking in the wrong place.
[16:12] <ahayzen_> elopio, i've just reflashed and am double checking it doesn't occur with trunk, will try again in a bit and see if i can spot anything strange
[16:13] <dpm> thanks elopio, do you think QA-wise we can have it in shape to propose it for inclusion to the image on Monday?
[16:13] <elopio> ahayzen_: thanks. Bonus points if you can capture a video :D
[16:13] <ahayzen_> elopio, and how would i do that?
=== _salem is now known as salem_
[16:16] <elopio> ahayzen_: there's mirscreencast, but I don't know if it's usable on the phone. So what I've been doing is holding a camera in front of the phone :)
[16:16] <elopio> that's why I said it's bonus points, not nice.
[16:16] <ahayzen_> elopio, hah awesome
[16:17] <ahayzen_> t1mp, elopio, just ran the tests with trunk again and they all passed
[16:18] <DanChapman> elopio yes i'm around
[16:18] <DanChapman> :-)
=== jhodapp is now known as jhodapp|lunch
=== chihchun is now known as chihchun_afk
[16:52] <ahayzen_> elopio, when i run all of the clock tests together i get random failures on different tests, then if i choose one of the tests that fails and rerun it many times the issue doesn't appear to occur :/
[16:53] <elopio> ahayzen_: hah, that's a good clue.
[16:53] <elopio> ahayzen_: does it happen with your branch, or with trunk?
[16:53] <ahayzen_> elopio, it only fails with my patch
[16:54] <elopio> dpm: having the basic tests by monday it's going to be hard, I think. But if somebody runs the tests manually while they are automated, that's not a blocker for including it on the image.
[16:54] <elopio> we should have at least a couple ready by monday.
[16:58] <ahayzen_> elopio, do u see similar behaviour or are you running other tests?
[17:01] <DanChapman> elopio I have all day tomorrow free to get as many tests done as possible. What your thoughts on the key tests to get implemented first
[17:05] <elopio> ahayzen_: I'm reflashing. Then I need to run a couple of tests for unity, a couple for the dialer, and then I'll try your branch.
[17:05] <elopio> on my previous many attempts, I was just running one test.
[17:05] <elopio> it's harder to notice when one fails when many are running, but I'll give it a try looking at the autopilot console.
[17:07] <ahayzen_> elopio, i just notice that after running all them i get failures, then i pick one of them to run on its own and it doesn't appear to fail
[17:07] <ahayzen_> elopio, i keep trying see if one of them will fail on its own
[17:08] <mzanetti> popey: hey, you don't happen to know a way to reproduce this by now? https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1300326
[17:08] <ubot2> Launchpad bug 1300326 in unity8 (Ubuntu) "Shell randomly freezes with grey tint" [High,Confirmed]
[17:08] <elopio> It's so weird your branch is causing this, thanks for your help ahayzen_.
[17:09] <ahayzen_> elopio, it is rather strange
[17:09] <popey> mzanetti: repeatedly lock the phone with the power button then quickly swipe the welcome screen to the left
[17:09] <popey> mzanetti: davmor2 and I both hit it numerous times with #274 and #275
[17:10] <mzanetti> popey: yeah, that's what I'm doing here for 15 minutes already :D managed to see it once
[17:10] <popey> yeah, 1 in 15 mins seems about right
[17:10] <dpm> sounds good, thanks elopio!
[17:11] <elopio> dpm, DanChapman, without the evernote account, the application just does nothing when I try to add a note. Shouldn't it tell me to register an account?
[17:11] <davmor2> mzanetti: yeap I can go with that, I've hit it closing apps and off of the welcome screen most annoying
[17:12] <mzanetti> hmm... closing apps might make it easier to write something automated. thanks davmor2
[17:12] <popey> elopio: bug 1289342
[17:12] <ubot2> Launchpad bug 1289342 in Ubuntu Reminders app "[desktop] When running the application without an evernote account, the warning is only given on the terminal window" [Medium,Fix committed] https://launchpad.net/bugs/1289342
[17:12] <davmor2> mzanetti: that is swiping it out of the way to close it, if that makes sense
[17:12] <elopio> popey: so fixed but not released to the store?
[17:13] <dpm> elopio, I thought the version from trunk would ask you to create an account if none is set up?
[17:13] <dpm> are you testing from there or from the store?
[17:13] <elopio> dpm: this time, from the store.
[17:13] <popey> correct elopio
[17:13] <elopio> I'll provision it with click buddy.
[17:13] <elopio> thanks.
[17:14] <dpm> ok, great
[17:14] <popey> dpm: any reason we shouldn't bump the store version to latest trunk?
[17:14] <popey> and/or mzanetti ^
[17:14] <dpm> popey, I can't think of any reason why we shouldn't update the store
[17:14] <mzanetti> popey: hmm... its not going to be worse. the bad bug should be visible with both.
[17:15] <dpm> yeah
[17:15] <mzanetti> we had some fixes in the meantime, yes.
[17:15] <popey> ok, I'll do the necessary and get it updated
[17:15] <dpm> thanks popey
[17:15] <popey> thanks
[17:15] <dpm> and now I need to run, see you all tomorrow!
[17:15] <mzanetti> o/
=== jhodapp|lunch is now known as jhodapp
=== jackson is now known as Guest37026
=== Guest37026 is now known as Noskcaj_
[19:59] <justcarakas> where can I find the form for the ubuntu-app-showdown ?
[20:07] <t1mp> justcarakas: http://developer.ubuntu.com/showdown/ there is an "App Showdown Form" link under (1)
[20:09] <justcarakas> thanks wasn't there yet when I looked earlyer today
=== jhodapp is now known as jhodapp|bbl
=== mihir_ is now known as mihir
[21:43] <mihir> popey, ping !!
[21:43] <mihir> popey, around ?
[21:50] <popey> yo ☻
[21:51] <popey> I'm around ☻
[21:52] <mihir> popey, okay :) just in few more mins
[21:54] <popey> ☻
[21:55] <AskUbuntu> Cannot import directory path to qmlscene | http://askubuntu.com/q/443070
=== salem_ is now known as _salem
[21:56] <popey> mihir: got my eye on the channel, no worries :D
[21:56] <mihir> popey, thanks a lot.
[22:44] <gerlowskija> Dumb question: How do I import music on the Music App?
[22:46] <popey> gerlowskija: plug it into a computer via usb and drag music to the Music folder
[22:47] <popey> not dumb, you're not the first to ask that question!
[22:47] <gerlowskija> I'm running on my desktop..should it just be reading out of the ~/Music folder there too?
[22:48] <gerlowskija> and it's dumb that I couldn't find where-ever previous people asked ;-p
[22:49] <popey> heh
[22:49] <popey> yeah, it looks in ~/Music and you need to have mediascanner running
[22:50] <popey> which populates the database
[22:50] <popey> sorry, I assumed you were using a mobile device
[22:55] <gerlowskija> I wish..working on getting a phone to test soon. Thanks popey!
[23:03] <israel> Is there any Ubuntu specific documentation for gestures? Do any of the Ubuntu elements already include gesture support? Or Do I need a specific GestureArea{} & import? Is there any sort of documentation about this issue yet?
[23:03] <israel> This is of course QML ubuntu touch specific. I have already asked on #ubuntu-touch
=== jhodapp|bbl is now known as jhodapp
=== chihchun_afk is now known as chihchun
[23:55] <israel> Is there any Ubuntu specific documentation for gestures? Do any of the Ubuntu elements already include gesture support? Or Do I need a specific GestureArea{} & import? Is there any sort of documentation about this issue yet?