/srv/irclogs.ubuntu.com/2014/08/05/#ubuntu-app-devel.txt

=== _salem is now known as salem_
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== salem_ is now known as _salem
=== seb128_ is now known as seb128
=== chriadam is now known as chriadam|away
dholbachgood morning07:17
mihirdholbach: Good Morning :) have nice day07:21
dholbachand the same to you mihir07:22
justCarakasgood morning :) spotted an Ubuntu 10.04 t-shirt on the train this mornign :p07:28
dholbachnik90, "make test" is still not supposed to work, right?07:47
qtrosHi all07:52
qtrosmhall119 ping07:53
=== oSoMoN_ is now known as oSoMoN
dholbachnik90, ok, so I updated the branch (lp:~dholbach/ubuntu-clock-app/reboot-packaging) again and the package builds now, but there are a few things missing:08:05
dholbach - .desktop file08:05
dholbach - autopilot bits are not installed anywhere08:06
dholbach - I assume something like "qmlscene /usr/share/ubuntu-clock-app/qml/ubuntu-clock-app.qml" should work, but it doesn't08:06
dholbach   http://paste.ubuntu.com/7959119/08:06
dholbachnik90, let me know if I can be of any more help, but I guess we need a cmake wizard to figure the above out08:07
dholbachnik90, and as I said above, "make test" still explodes08:07
dholbachpopey, ^ short summary08:07
popeythanks dholbach08:29
nik909:47 AM <dholbach> nik90, "make test" is still not supposed to work, right?09:24
nik90that's right09:24
nik90dholbach: qmlscene /usr/share/ubuntu-clock-app/qml/ubuntu-clock-app.qml won't work since it doesn't include the backend libraries.09:25
nik90dholbach: it requires an additional parameter -I ../backend09:26
bzoltan1popey: ping10:12
popeybzoltan1: pong10:12
bzoltan1popey: that was quick :)10:12
popey10:12
popeyalways, for you.10:12
bzoltan1popey: i have an MR for the SHorts app10:12
bzoltan1popey: :D10:12
bzoltan1popey: https://code.launchpad.net/~bzoltan/ubuntu-rssreader-app/select_many/+merge/22959010:12
popeyooh10:13
bzoltan1popey: we have changed the UbuntuShape and the side effect was that direct many_select of the UbuntuShape are not good. The shorts is the only app on the CI dash and on my test plan what is using that.10:13
bzoltan1popey: Would it be possible to merge that simple change to unblock the UITK landing?10:14
popeyyeah, lets get it merged, leave it with me10:15
bzoltan1popey: thanks a lot10:20
mihirnik90: ping10:20
nik90mihir: pong10:22
mihirnik90: could you give me reference where  you have date time picker , when we try to run it on device as mentioned by kunal, it gives following error, https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1351024/comments/410:22
ubot5Launchpad bug 1351024 in Ubuntu Calendar App "Date & Time picker is not working on device." [Critical,Triaged]10:22
mihirnik90: it looks like we have missed something in Calendar app10:26
nik90mihir: I am getting the link atm.10:26
DanChapmangood morning o/10:26
nik90mihir: https://bazaar.launchpad.net/~ubuntu-clock-dev/ubuntu-clock-app/utopic-3.0/view/head:/app/alarm/EditAlarmPage.qml#L16710:27
dpmmorning DanChapman10:27
nik90DanChapman: Good Morning :D10:27
mihirpopey: ping !!10:28
nik90mihir: we get the time from the date picker as alarmTime.setHours(_timePicker.hours, _timePicker.minutes, 0)10:29
mihirnik90: Hmm i see10:29
mihirnik90: this is how currently it is implemented in calendar , http://bazaar.launchpad.net/~ubuntu-calendar-dev/ubuntu-calendar-app/trunk/view/head:/NewEvent.qml#L27710:29
mihirThis function is being called at start/end date.10:30
=== chihchun is now known as chihchun_afk
nik90mihir: oh you guys are using the picker panel while I am using just the picker10:32
* nik90 brb in 15-20 mins...quick brunch10:32
mihirnik90: I see , we are using Date Picker in Repetition http://bazaar.launchpad.net/~ubuntu-calendar-dev/ubuntu-calendar-app/trunk/view/head:/NewEvent.qml#L67510:39
=== oSoMoN_ is now known as oSoMoN
dholbachnik90, ok, let me see10:55
dholbachnik90, the backend stuff is not installed in the package either10:56
dholbachnik90, just for reference here's the list of files installed in the ubuntu-clock-app package after the build: http://paste.ubuntu.com/7960127/10:58
nik90dholbach: Aw I see the list. I was referring to /usr/lib/x86_64-linux-gnu/DateTime/libdatetime.so, /usr/lib/x86_64-linux-gnu/Alarm/Settings/libalarmsettings.so and /usr/lib/x86_64-linux-gnu/Timezone/libtimezone.so10:58
dholbachnik90, but they're not in a backend dir, right?10:59
nik90dholbach: they are the compiled libraries that clock app needs. In the source code, they are located in the backend folder10:59
dholbachright10:59
dholbachthey need to be intsalled into the right place too :)10:59
nik90dholbach: how does the click package figure this out?10:59
dholbachit's not a click package10:59
dholbachbut the .deb package10:59
dholbachit should all be in the cmake file11:00
nik90true, but I figured the same cmake instructions that click uses should be applicable to the debian installation. I will take a look to see what's wrong there11:00
dholbach/usr/lib/x86_64-linux-gnu/Alarm/Settings/libalarmsettings.so is also not the best dir name11:00
dholbachhaving something with ubuntu-clock-app in the dir name would help11:00
dholbachthanks nik9011:01
nik90dholbach: so should it should be ubuntu-clock-app inside the /usr/lib/x86_64-linux-gnu folder I suppose11:01
dholbachjust take a look at the other files in there - or how other apps do it11:04
nik90yes.11:04
* nik90 looks at the file manager app11:04
dholbachrock on!11:05
dholbachnik90, hum.... ImportError: No module named ubuntuuitoolkit11:06
dholbachnik90, where do I get that from?11:07
nik90dholbach: sudo apt-get install python-autopilot libautopilot-qt ubuntu-ui-toolkit-autopilot python3-autopilot-vis are the packages necessary for AP tests11:07
dholbachthanks11:07
jgdxelopio, ping11:10
jgdxbrendand, maybe you can answer this as well? Is this[1] conforming well to the page object pattern? Those are helpers for the phone app[2] tests. [1] http://pastebin.ubuntu.com/7960217/ [2] https://wiki.ubuntu.com/PhoneApp11:13
=== MacSlow is now known as MacSlow|lunch
brendandjgdx, yeah - looks good11:14
jgdxbrendand, nice, thanks11:14
DanChapmandavmor2, hey chap :-). any chance you could try out http://people.ubuntu.com/~dpniel/dekko/click/com.ubuntu.developer.dpniel.dekko_0.2.3_armhf.click on a 3G connection for me. I can't seem to get signal here11:17
davmor2DanChapman: I can latter11:17
DanChapmandavmor2, that would be awesome (if you can find the time that is).. thanks :-)11:21
davmor2DanChapman: no worries11:22
justCarakasI have a question11:44
justCarakaswhen you look at firefox OS, they have a lot of awesome and popular games in HTML5 versions, like candy crush, packman, etc, cant we port those to ubuntu touch ?11:45
dakerjustCarakas: most of the time they have partnership with the editor of the game11:50
justCarakasow, can't we try to get those 2 ? :p11:50
justCarakasbtw is someone already working on watsapp ? just found this http://git.ovz.ca/openwapp/openwapp/tree/master (i need to do a presentation on ubuntu touch an firefox os at my job so I'm doing some research)11:51
ahayzenpopey, balloons, hopefully good news coming for bug 1350529, jamesh seems to have found something and got a patch on its way :)11:53
ubot5bug 1350529 in Ubuntu Music App "[music-app] Trunk fails autopilot tests on jenkins" [High,Triaged] https://launchpad.net/bugs/135052911:53
dakerjustCarakas: for ex cuttherope http://mozilla.cuttherope.net/11:54
justCarakasdaker thats awesome :D11:55
qtrosmhall119 ping11:56
qtrosdpm ping11:56
dpmhi qtros11:57
qtroshi dpm!11:57
qtrosdpm please, take a look at http://developer.ubuntu.com/api/qml/sdk-14.10/Ubuntu.DownloadManager.SingleDownload/11:58
qtroson the top I can see "import Ubuntu.DownloadManager 0.1"11:58
qtrosdpm but package name is "UbuntuDownloadManager" (without dot)11:58
dpmah, I see. qtros, would you mind filing a bug in https://bugs.launchpad.net/ubuntu-ui-toolkit/+filebug - this is an example that should be fixed in the code11:59
qtrosdpm do you mean that package name must be changed?12:00
dpmI don't think so, I think it's a matter of the example snippet needing to be corrected to read UbuntuDownloadManager12:01
dpmi.e. the dot needs to be removed from the example12:01
qtrosdpm it was my first thought too, but now I think that name of binaries is incorrect, it should use the same naming as  Ubuntu.Components, Ubuntu.Layouts and so on12:06
dpmqtros, in this case, I'd suggest perhaps asking kalikiana12:06
* kalikiana listens12:11
=== MacSlow|lunch is now known as MacSlow
t1mpdpm: download manager is not part of ubuntu-ui-toolkit12:19
t1mpso the bug should not be reported there12:21
dpmt1mp, where should it be reported?12:27
kalikianadpm: https://bugs.launchpad.net/ubuntu-download-manager12:28
dpmgreat, thanks kalikiana, t1mp. qtros, so I'd recommend to file the bug against that project12:29
dpmkalikiana, so do you think the import should be named UbuntuDownloadManager or Ubuntu.DownloadManager?12:29
t1mpkalikiana found it faster :)12:31
t1mpthanks12:31
t1mpdpm: when I look at the list at http://developer.ubuntu.com/api/qml/development/, Ubuntu.DownloadManager makes more sense12:32
t1mpI don't know if we have an "official" policy for naming of packages Ubuntu.*. Can anyone just name their package like that?12:33
kalikianathere's nothing to prevent you from doing it12:33
dpmI think the best thing would be that if someone creates an Ubuntu.* component, if it's good enough then it should be adopted in the platform12:34
kalikianaalso there's no consistency even in qt itself there… and we have no clear policy12:34
dpmor we could have an Ubuntu.labs namespace for everyone to use. Just throwing some ideas. I don't see this as much of a priority, but it could be good to discuss at the next UOS12:35
kalikianadpm: yeah. ultimately components only can get in through the seeds so there's no "risk" of rogue components anyway12:35
* dpm nods12:35
t1mpwe had Ubuntu.Components.Extras once, but we decided not to do that any more12:35
t1mpbecause the name somehow implies that we are supporting/maintaining it12:36
kalikianathe labs idea also came up but there was no clear concensus that it would solve anything for real - if you want experimental stuff you should copy it otherwise test cases will eventually explode12:36
t1mpso stuff now is either in Ubuntu.Components and we support it, or it is not12:36
t1mpanyone is free to experiment with their own code, no need to put it in Ubuntu.labs\12:37
t1mpand when it is good enough (including tests+docs) it can be proposed to be included in Ubuntu.Components12:37
dpmah, thanks. Good to know you guys have had that discussion.12:42
mihirpopey: you released Calendar in Store?12:47
=== _salem is now known as salem_
popeymihir: no, but i can do12:51
popeymihir: just clearing up some bug statuses that were old12:51
popeysorry for the bug spam ☻12:52
nerochiarooSoMoN: artmello: Elleo : anyone of you is currently using 14.10 as their platform ?12:54
Elleonerochiaro: yep?12:56
nerochiarocan you build current trunk of gallery-app ?12:57
nerochiaroElleo: it fails to build some tests for me12:57
Elleonerochiaro: probably the recent switch to g++ 4.912:57
popeyballoons: could you do the usual, and push all the core apps to the store?12:57
Elleonerochiaro: that has some extra warnings for things like unused functions that are hitting a bunch of projects12:57
nerochiaroElleo: it seems a problem with QDbus actually12:57
Elleonerochiaro: will set a build going now and see what happens12:57
nerochiaroElleo: thanks. I have solved the problem, but I was wondering if it was my system being messed up or an actual issue12:58
nerochiaroElleo: i also can't currently build gallery in an armhf chroot, though for a different reason. would be grand if you could check if that builds successfully for you too or not12:59
Elleodon't think I've got an up-to-date armhf chroot at the moment; I could try building on the device though13:02
sergiusenspopey: hey, wrt to the untappd webapp, when I want to sign in (with password), I get dispatched to the webbrowser; have you seen that?13:02
mihirpopey: okay, i just wanted to make sure we don't update until we fix the Date picker issue.13:10
mihirI'll work tonight after office hours for that bug.13:10
balloonsaye-aye.. a round of core apps coming up popey13:16
popeyballoons: thanks13:27
Elleonerochiaro: build failed when linking gallery-app against libexiv2 when building on device13:33
Elleonerochiaro: haven't tried on my desktop yet, as my utopic version is a bit out of date, so doing an upgrade first13:33
nerochiaroElleo: i had the same problem13:34
nerochiaroElleo: would also appreciate if you could use qtcreator to setup a chroot for the device and try building in there as wel13:34
Elleonerochiaro: will do13:34
qtrosdpm kalikiana I want to return to talk about ubuntu.downloadmanager13:48
qtrosdpm kalikiana package name on device contains "."13:49
qtrosdpm kalikiana so now we have different names and as result compatibility is broken13:49
nerochiarokenvandine: is there any place where the equivalent of transferContentType for a c++ export transfer is documented ?13:51
nerochiarokenvandine: I can't find anywhere how to figure out how to the content hub tells me what content type it wants when requesting data from my app13:52
kenvandinenerochiaro, you mean knowing what the contentType requested was from the transfer object?13:52
nerochiarokenvandine: yes13:52
=== chihchun_afk is now known as chihchun
kenvandinethat's what i'm adding right now, Kaleo needed it for the camera-app13:52
kenvandinenerochiaro, the type was only used to choose the peer before13:52
nerochiarokenvandine: but can i already access it with the current API somehow ?13:53
kenvandinenerochiaro, why do you need it from the c++ api?13:53
kenvandineno13:53
kenvandineonly in the peer request13:53
kenvandinenot in the transfer13:53
nerochiarokenvandine: so it's something that's exposed only from QML but not from c++ ? i'm using c++ for content transfers at the moment as the app is already set up that way13:54
nerochiarokenvandine: (gallery)13:54
kenvandinenerochiaro, but i have a branch adding it now13:54
kenvandineyeah.. gallery is doing something bad there :)13:54
kenvandinebut we know that13:54
kenvandineok, for gallery13:54
kenvandinewell soon you will be able to get it13:54
kenvandinenerochiaro, i have a branch already13:54
kenvandinehttps://code.launchpad.net/~ken-vandine/content-hub/add_type_to_transfer/+merge/22950213:54
nerochiarokenvandine: ok, i'm trying that13:55
kenvandineElleo, ^^ i was just saying as long as it was exposed right on the qml side it didn't matter... and here's a c++ user wanting it13:55
kenvandinenerochiaro, basically i'm annoyed that cuc::Type::Known is a struct and not an enum, i'd rather have an enum then put the int on dbus13:56
kenvandinenerochiaro, in this branch i'm adding a contentType property as a string13:56
nerochiarokenvandine: i'd rather do it from QML to be honest, but it will require refactoring the app a bit13:56
Elleokenvandine: ah, heh13:56
kenvandinewhich matches cuc::Type::Known::pictures().id()13:56
kenvandinefor example13:56
kenvandinenerochiaro, we need to do that refactoring anyway...13:56
kenvandinebut now might not be the right time13:57
kenvandinenerochiaro, anyway, so for now you'll have to check the property as a string13:57
kenvandinein the QML bindings it's exposed as an enum, which is nicer13:57
nerochiarokenvandine: absolutely no problem13:57
* kenvandine hopes porting gallery to the qml bindings is on the roadmap for the near future 13:58
nerochiarokenvandine: after installing the build-dep of libcontenthub0 and trying to build cmake still complain that i am missing "Lcov", are you aware of that ?13:58
Elleokenvandine: it'll be the qml side that sets the value though, so as long as its preserved as the "all" string throughout it'll still only need changes to the qml side to make sure its set correctly13:58
kenvandineElleo, right13:58
kenvandinenerochiaro, are you sure it's really failing on that?14:01
kenvandinemaybe not another failure?14:01
kenvandinenerochiaro, i'm not seeing build failures here and it's been building in CI and silos14:02
kenvandinenerochiaro, are you on utopic or trusty?14:02
kenvandinei haven't tried building on trusty lately14:02
nerochiarokenvandine: it's failing in cmake. on utipic14:02
nerochiarokenvandine: http://pastebin.ubuntu.com/7961380/14:03
kenvandinenerochiaro, that isn't a failure14:04
kenvandinejust warning that coverage won't work14:04
nerochiarokenvandine: oh, sorry, read to quickly14:05
kenvandineno worries14:05
balloonspopey, all core apps should be waiting for your approval14:13
balloonswe did find a few with invalid manifest14:14
popeyBOOM!14:16
popeyoh?14:16
balloonspopey, yes. Dropping Letters Music Sudoku Calculator Shorts all complained14:17
popeyballoons: what did you do?14:18
balloonscalculator whines also ;-) and weather won't upload14:18
balloonsI broke all the things14:18
popeyexcellent14:18
popeyi will take a look at them and fix them14:19
popeythank yoU!14:19
balloonsok, weather finally uploaded.. it gives the same error14:21
popeywhat error?14:25
popeycan you be more specific? ☻14:25
kenvandinepopey, any idea why pathwind doesn't show up under games in the store?14:28
kenvandinewhere does it get those categories from?14:28
popeyi see it if i search14:29
popeyno idea where they come from14:29
popeydont think thats all baked yet14:29
kenvandineok, some games show up :)14:29
kenvandinealso, out of the subcategories to choose from, i have no idea which one is best for pathwind14:30
kenvandinefeels like we need more sub-categories14:30
kenvandinebut i'm sure we have smart people thinking about that stuff already :)14:30
qtrospopey hello14:33
popeyhi14:33
qtrospopey is someone working on FileManager now?14:34
popeyyes, arto and carlos14:34
qtrospopey cool, I have few advices for them) First one - use icons with better quality! Currently they are scaled up and looks smooth (I filled bug about that but nobody answered)14:36
qtrospopey second one - use multiline Label for file name in "icon" mode14:36
qtrospopey eliding file name with dots inside file name looks bad14:37
popeybugs welcome ㋛14:38
qtrospopey I filed about 10 bugs (in File Manager, Gallery, UI toolkit) after installing UP on device, but no one answered =\14:39
popeywe have a lot of bugs14:39
popey14:39
qtrosGuys, since 173 it isn't easy to install an app from IDE?14:50
Elleonerochiaro: getting the same error linking against libexiv2 on the desktop as on the device14:51
Elleonerochiaro: will setup a chroot after my next meeting, but I expect it'll be the same there too14:52
Booglei have been working on app and was wondering how to test outside of sdk14:55
Booglewithout touch or emulator14:56
t1mpBoogle: are you on utopic or trusty?14:56
Boogletrusty14:57
t1mpon utopic should just work, on trusty you probably don't have the latest UI toolkit14:57
t1mpBoogle: are you using Ubuntu.Components?14:57
BoogleUuntu sdk14:57
Boogleubuntu sdk14:57
t1mpBoogle: QML app?14:57
Booglehtml514:57
t1mpoh ok, I don't know anything about that. Maybe someone else here?14:58
Boogleok thanks anyway14:58
nerochiaroElleo: ok, that's strange. i don't get the exiv2 problem on desktop15:08
Booglewhat do i do with a click file?15:08
Elleonerochiaro: I get that on both desktop and device with latest utopic, that's with a click build, haven't tried a deb build15:10
nerochiaroElleo: can you just try building cmake and make on desktop ?15:15
Elleonerochiaro: building now15:18
Booglehow do i launch my project on my desktop outside of sdk i have a click file15:19
Booglehtml515:19
DanChapmanBoogle if i remember correctly (it's been a while since i did an html5 app) you can use ubuntu-html5-app-launcher from the command line15:25
Booglethankyou15:28
Boogledoes html5 mean webapp?15:30
Booglemean that the app is a webapp15:31
dakerHTML5 apps = packaged app(think like chrome apps)15:45
dakerWebapps = Remote webapps(ex : mobile.twitter.com)15:46
Boogleshame now i have to recode qml15:47
Booglethanks for the help15:47
Booglewhat is difference between qt quick and qml15:49
=== gatox is now known as gatox_lunch
t1mpBoogle: qml is only the language, qtquick includes qml and tools, see http://qt-project.org/wiki/Qt_Quick15:56
elopiojgdx: how do you get to run the tests from your development branch?16:01
elopiodo you do sudo make install?16:02
=== gatox_lunch is now known as gatox
dpmjdstrand, could you help us with some more advice on how to track what could be causing the apparmor denial on bug 1351041? The app works in devel, but not in -proposed, so we don't even have a gut feeling on what could have caused it17:00
ubot5bug 1351041 in Ubuntu Reminders app "App is unable to retrieve notes" [Critical,Triaged] https://launchpad.net/bugs/135104117:00
jdstranddpm: the apparmor denial (while correct) may be a red herring on the bug17:03
jdstranddpm: to test, add to /var/lib/apparmor/profiles/click_com.ubuntu.reminders_reminders_0.5.203 (assuming that is the version you are using):17:03
jdstrand /run/user/32011/ w,17:03
jdstrandthen do:17:04
jdstrandsudo apparmor_parser -r /var/lib/apparmor/profiles/click_com.ubuntu.reminders_reminders_0.5.20317:04
dpmok, on it, thanks17:04
jdstranddpm: that allows the app do what it is trying to do (get rid of the denial) so you can see if it is the cause of the bug17:05
dpmack17:05
jdstranddpm: after doing the above, try trigger the bug. either way, check /var/log/syslog for new denials (sometimes allowing one access uncovers another)17:06
ahayzenballoons, ping17:07
dpmargh, can't edit that file? The phablet password no longer works17:07
dpmogra_, how can I use sudo in image 172? It doesn't take phablet or an empty password17:07
balloonsahayzen, pong17:13
ahayzenballoons, just wanted to check (as we got caught out before), your change to bump the framework version, you don't need to bump the app armor policy aswell?17:14
balloonsahayzen, this time around, we shouldn't need to do so17:16
ahayzenballoons, cool thanks just wanted to double check :)17:17
balloonsahayzen, yes good to ask questions :-)17:17
ahayzen:)17:17
ahayzenballoons, also FYI the ms2 fix appears to be working, just about to run ap on device to check17:19
balloonsahayzen, yes I saw the good news this morning17:21
balloonsawesome!17:21
bzoltan1nik90:  if you are around, would you have few minutes to check out the latest QtC plugin from the Tools Development PPA on Trusty?17:21
* ahayzen waits patiently for autopilot17:22
nik90bzoltan1: hey, sure. What do you want me to test in particular?17:22
bzoltan1nik90:  there is a startup wizard. It should show correct data.17:23
nik90bzoltan1: ah that.I tried it out yesterday :D17:23
nik90bzoltan1: but will look into more closely now and report back17:23
ahayzenballoons, i'm seeing 'ubuntuuitoolkit._custom_proxy_objects._common.ToolkitException: The main view has no header.'17:23
bzoltan1nik90:  ohh, cool17:23
bzoltan1nik90:  what you can see now is correct framework list and policy versions in the Publish page17:24
nik90bzoltan1: does the framework list depend on the chroots that the developer has installed?17:24
ogra_dpm, empty should definitely work (it does for me)17:28
ogra_dpm, if it doesnt, just set a new one with passwd ;)17:29
dpmogra_, ooooh, I see what happened: I set the locking access code, and of course, that's the same password I should pass to sudo17:30
ogra_indeed17:30
ogra_your super secure four digit sudo PIN ;)17:31
dpmyay17:31
balloonsahayzen, is your toolkit helper up to date?17:32
ahayzenballoons, how would i know? i'm on the latest image on device...17:33
dpmpopey, on your phone, what version of Reminders does 'click list' return?17:42
balloonsahayzen, how are you running the tests?17:44
ahayzenballoons, i run this script http://pastebin.ubuntu.com/7963036/17:45
balloonsahayzen, ok, so the phablet-click-test-setup should pull the latest helpers17:46
balloonsahayzen, I'd be happy to try as well17:46
ahayzenballoons, i just tried running that without the --click because i thought that might have caused it17:46
ahayzenballoons, that would be helpful... you need to add this silo http://people.canonical.com/~platform/citrain_dashboard/#?q=landing-01117:47
balloonsahayzen, mmm.. I'm not sure if passing --click doesn't pull the depends needed or not17:47
ahayzenballoons, i'm gonna have dinner i'll try a few things when i get back and report back :)17:48
balloonsahayzen, ok I'll add the silo and try myself17:49
ahayzenballoons, thanks17:49
popeydpm: com.ubuntu.reminders0.5.20317:52
dpmpopey, thanks, I had a 0.5.latest installed, but I can reproduce the bug with both17:52
dpmjdstrand, so I tried your suggestion, but either I did something wrong, or it had no effect -> http://pastebin.ubuntu.com/7963100/ any ideas?17:54
dpmok, sorry, permission added to the wrong place in the file17:56
dpmlet me try again...17:56
dpmso, adding that permission gets rid of the denial, but the app does still not load any notes17:59
bzoltan1nik90: it depends on the selected chroot, yes18:05
nik90bzoltan1: got a small issue. I closed the wizard and checked the box to not show it again yesterday. How do I reenable it?18:07
balloonsahayzen, just fyi, music tests run fine for me18:08
bzoltan1nik90:  just delete the ~/.config/ubuntu-sdk/firstrun18:08
nik90bzoltan1: ah thnx18:08
bzoltan1dpm: mhall119: I have justrelease the latest QtCreator and the Ubuntu plugin with all the new stuff (details on the ML). It was tested and dogfooded like no release before, but never know...18:13
mhall119bzoltan1: heh, I just finished upgrading, time to apt-get update again :)18:15
bzoltan1mhall119: :) good luck. feedbacks are welcome!18:17
mhall119bzoltan1: is this released for Trusty?18:18
bzoltan1mhall119:  from the SDK PPA, only dist-upgrade will show it18:19
mhall119ah, ok, good to know18:19
jdstranddpm: put it before the last '}', not the 2nd to last like it is in the paste now18:28
jdstranddpm: ah, you figured it out. so, seems it is not apparmor. perhaps check ~/cache/upstart/...18:29
dpmjdstrand, yeah, I checked that out. It seems that the apparmor denial comes from signond, so it might be related to UOA after all. That's as much as I can figure out from the log, so I'll have a chat with mardy tomorrow18:36
jdstrandinteresting18:44
nik90t1mp: I think I found a regression. The back button in the unity dash scopes are white in color while the title is grey. The white back button is barely visible18:46
nik90t1mp: https://imgur.com/nf4A55S18:47
nik90popey: can you confirm ^^ (image 173)18:47
dpmnik90, I can confirm, I was going to report it too18:49
dpmit not only affects the back button, also the search icon18:49
nik90dpm: lol I can barely see the search icon :P18:50
* nik90 goes to report the bug18:50
dpmok, thanks nik90 :)18:52
nik90dpm: yw18:52
nik90dpm: bug 135304818:57
ubot5bug 1353048 in Ubuntu UI Toolkit "Header icon colors are white and barely visible in the Unity8 Dash" [Undecided,New] https://launchpad.net/bugs/135304818:57
dpmnik90, confirmed, thanks!19:00
dpmthanks a lot bzoltan1, and sorry for the late reply19:12
mihirnik90: ping !!19:17
mihirnik90:  Is Panel DateTimePicker has been depriciated or ?19:17
nik90mihir: no idea..19:18
nik90mihir: tbh, I dont think so. Even if it was deprecated you would have got the message19:18
mihirnik90: hmmm , i am still not able to figure out why it does work on desktop and not on device.19:19
nik90mihir: did you talk to any SDK dev?19:19
mihirnik90: whou would be the right person to ask ?19:20
nik90mihir: I think zsombor would know about this.19:21
nik90although I am not sure if zsombor is back from his vacation19:21
mihirokay , thanks nik90 i'll try to speak to him.19:21
nik90if not talk to kalikiana19:21
mihirkalikiana: ping !!!19:21
ahayzenballoons, cool thanks19:23
mihirpopey: ping !!19:28
nik90balloons: did you look at the qa dashboard? Clock app has 16.7% pass :/19:32
balloonsnik90, clock isn't alone today19:34
balloonsthe autopilot.exceptions.ProcessSearchError: Search criteria (pid = 4259, object path = '/com/canonical/Autopilot/Introspection') returned no results is indicative of the aa click hook not being invoked before running19:35
balloonsin other words autopilot never got to introspect the app on those tests19:35
nik90oh19:35
mihirballoons: regarding dateTime picker in Calendar, there is some change in UI19:37
balloonshey mihir19:37
mihirhey balloons19:38
mihirHow are you ?19:38
balloonsgood.. I was hoping to hear from you or kunal about datetimepicker19:39
balloonswhat did you discover?19:39
mihirballoons: actually datepicker using picker Panel instead of DatePicker componont19:40
mihirballoons: it gives following console output, https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1351024/comments/419:40
ubot5Launchpad bug 1351024 in Ubuntu Calendar App "Date & Time picker is not working on device." [Critical,Triaged]19:40
mihirso either we need to talk to sdk team and figure out what is change or use DatePicker componont.19:40
nik90mihir: it would help if you can create a sample app with just the datepicker and see if you can reproduce the bug on the device.19:54
nik90mihir: this will confirm that it is not localised to the calendar app19:55
mihirnik90: sure would do that.19:55
WellarkDanChapman: hi!19:55
Wellarkdo you have time to have a quick chat about https://bugs.launchpad.net/indicator-network/+bug/134154819:55
ubot5Launchpad bug 1341548 in Network Menu "Online detection does not work with confined apps on Nexus 4" [Critical,Triaged]19:55
DanChapmanWellark, Hey :-) sure... fire away19:59
WellarkDanChapman: you said that dekko needs to know about "cheap vs. expensive" connections20:03
Wellarkcould you elaborate how that affects the business logic and user experience20:03
* Wellark brb20:03
davmor2DanChapman: hey dude I'm back with you can I have that link again and I can try that out now I have some time20:04
davmor2DanChapman: nevermind I found it20:04
ahayzenballoons, i wonder why it doesn't work on my device? hmmm20:06
WellarkDanChapman: for example would dekko adapt it's network bandwith usage if it would know that it's functioning over a bandwith limited connection?20:07
WellarkI'm just wondering what is the set of characteristics we need20:07
Wellarkactually we don't have a way to detect if mobile broadband has monetary costs or has volume limit at the moment20:08
balloonsahayzen, you could try using adt to run it20:08
balloonsahayzen, bzr branch lp:music-app20:09
WellarkDanChapman: so only thing we could do is to indicate that a mobile broadband connection is bandwith limited if it's using slower connection method than 4G20:09
balloonsahayzen, then adt-run music-app/ --click=com.ubuntu.music --- ssh -s adb20:09
WellarkDanChapman: would dekko then adapt to that?20:09
ahayzenballoons, will that work from a trusty desktop?20:09
Wellarkor do you need additional information about the mobile broadband connection?20:09
DanChapmanWellark, sure... so dekko has a bandwidth saving mode, which is really lean on what it fetches from an imap server. So ideally it would be great to be able to detect this and switch to this mode on network characteristic changes.20:10
Wellarkok.20:10
balloonsahayzen, ohh, well indeed it will if you install http://mirrors.kernel.org/ubuntu/pool/main/a/autopkgtest/autopkgtest_3.3.1_all.deb20:10
balloonsit's not been backported yet20:11
ahayzenballoons, ah20:11
Wellarkthen we could have a switch in system-settings where users can force "full bandwith" on mobile broadband if < 4G is only thing available no no wifi is accessible20:11
balloonsit however is standalone and works fine on trusty20:11
WellarkDanChapman: so, dekko would be satisfied if it gets the overall internet connectivity status with "offline", "connecting", and "online"20:12
Wellarkand then a single characteristics indicating if the bandwith is limited20:12
DanChapmanWellark, yes exactly that would be perfect20:13
WellarkI will draft a dbus-api for that which can be properly confined20:14
DanChapmanWellark, that would be brilliant. Thanks for dealing with :-D20:15
DanChapmandavmor2, excellent, fingers crossed it "should" hopefully work. Can't believe i've had no signal all day20:17
balloonsahayzen, any luck?20:30
ahayzenballoons, not yet haven't tried adt yet just double checking my normal setup because it *was* working20:31
ahayzenballoons, maybe i've installed something bad...20:31
balloonsahayzen, your toolkit is just likely out of date20:31
balloonsphablet-click-test-setup should pull a new one and install it20:31
ahayzenballoons, i'll run that again20:31
davmor2DanChapman: here it seems to be crashing on account creation, I'm going to guess at it not having write permissions or something daft like that :(20:33
davmor2DanChapman: I'll try a fresh flash an install again but it might have to wait till tomorrow now unfortuantely :(20:34
ahayzenballoons, there is an error near the end? http://pastebin.ubuntu.com/7964337/20:39
ahayzenballoons, could that be my issue?20:39
nik90ahayzen: are you trying to run the music-app tests on the device?20:40
ahayzennik90, yeah...but ^^ log is from running phablet-click-test-setup20:40
nik90ahayzen: can you confirm if you can run the music app on the device using qtcreator?20:41
nik90assuming this is your standard work flow as well20:41
balloonsahayzen, yep, it fails to push the toolkit20:41
ahayzennik90, it runs fine just the ap toolkit is wrong20:41
nik90ahayzen: ah ok20:41
ahayzenballoons, so how do i fix it? just manually delete the old one or my ~/autopilot folder or something?20:41
balloonsahayzen, you can manually push the new ones over the top in ~/autopilot yes20:42
balloonsput since you are on trusty, you'll need to download the tarball20:42
balloonshttp://mirrors.kernel.org/ubuntu/pool/universe/u/ubuntu-ui-toolkit/ubuntu-ui-toolkit-autopilot_1.1.1179+14.10.20140804-0ubuntu1_amd64.deb20:43
balloonserr.. lol20:43
balloonshttp://archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-ui-toolkit/ubuntu-ui-toolkit_1.1.1179+14.10.20140804.orig.tar.gz20:43
ahayzenballoons, ok \o/20:44
ahayzenballoons, it is clicking things!20:51
balloonsahayzen, :-)20:56
ahayzenballoons, hmmm 1 failure for me21:12
ahayzenballoons, this is the failure i'm getting.. http://pastebin.ubuntu.com/7964684/21:31
ahayzenballoons, not quite sure what it is trying todo as there is only 1 delete icon visible at that point?!21:32
=== salem_ is now known as _salem
balloonsahayzen, yea weird.. I saw the same failure21:49
ahayzenballoons, magic! ... how was it passing in CI before then?21:50
ahayzenballoons, and this will probably be fixed when my listitem actions lands as that changes the way this works21:50
balloonsright.. so I'm not too concerned as you have major changes landing21:50
ahayzenballoons, yeah i guess21:56
balloonslet's land you mp :-021:56
ahayzenballoons, i'll see if i can get my listitemactions take 2 branch passing myself :)21:56
ahayzenballoons, hah i've got a v2 branch in progress :P21:56
balloonsahayzen, I just want something stable enough to do the test revamp with you on21:56
ahayzenballoons, this v2 one will be... it uses the same ListItemWithActions as clock-app-reboot and address-book21:57
ahayzenballoons, the v1 was a custom implementation21:57
ahayzenballoons, think there are only a few UI tweaks left for it... then sort out the ap tests ..then  it is ready21:57
balloonsbranch?21:58
balloonsfthe v2 i mean21:58
ahayzenballoons, once that is landed we can refactor autopilot :)21:58
ahayzenballoons, https://code.launchpad.net/~andrew-hayzen/music-app/listitem-actions-take-2/+merge/22953621:58
ahayzenballoons, the ap tests need sorting ;) i just copied and pasted from v1 lol21:58
ahayzenballoons, also i was wondering is autopilot able to send Uri-handler urls?21:59
ahayzenballoons, i'll attempt to clear up the AP tests now :)22:03
ahayzenballoons, think it is mainly just missing objectnames...22:04
dakermhall119: PM ?22:05
ahayzenballoons, hmmm don't think the logic i used before will work as i had some custom stuff i could use to make the ap tests easier...gonna have to think how to get this to work :/22:14
balloonsahayzen, yes we can fake uris23:44
ahayzenballoons, sweet :) i'll add it to the list of things to test :)23:44
ahayzenballoons, FYI my list of things and notes is here https://trello.com/c/2p7zUffL/278-music-refactor-ap-tests-to-use-python3-correct-objectname-test-var-names23:46

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!