/srv/irclogs.ubuntu.com/2014/03/27/#ubuntu-touch.txt

JoinTheRealmsHey guys, im attempting a port to the LG optimus 4x HD (tegra3 SoC) and having a bit of trouble, i wanna give a android 4.4 base a try to see if it solves some issues, anyone know how to change the branch?00:31
=== chriadam|away is now known as chriadam
=== chihchun is now known as chihchun_afk
=== IdleOne is now known as io
=== duflu_ is now known as duflu
=== _salem is now known as salem_
=== salem_ is now known as _salem
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
=== chihchun_afk is now known as chihchun
=== Kyle is now known as Eliz
=== tvoss|afk is now known as tvoss
dholbachgood morning07:32
=== qengho is now known as CardinalFang
=== CardinalFang is now known as qengho
nik90zsombi: I got a better look at the convergence bug I had. I made a new video about it at https://www.youtube.com/watch?v=FE-4NywIfZc&feature=youtu.be08:20
nik90dholbach: hey. I need some help with some debian packaging. Are you free?08:29
dholbachnik90, how can I help?08:30
nik90dholbach: I was helping out a friend create a deb package of his application, and it seems to spit out errors while running "debuild -us -uc"08:30
nik90dholbach: here's the debian packaging that I implemented for his app -> https://github.com/krnekhelesh/project-dashboard/commit/fd3beb47d41b7a09f14daa8682902ba415c0cae408:30
nik90the error that I got was http://paste.ubuntu.com/7161502/08:31
dholbachnik90, whatever the clean target in the Makefile is trying to do - it shouldn't be there08:33
nik90dholbach: here is his MakeFile -> http://paste.ubuntu.com/7161512/08:34
dholbachnik90, I checked out the code08:34
dholbachtry commenting that part out08:34
nik90dholbach: on commenting the clean, backup and restore commands, it still fails08:35
nik90dholbach: if I comment the check, it then works08:35
dholbachyeah, but that's a separate issue, no?08:36
nik90the thing is I have had to comment out the check line in about 3 projects that I did debian packaging for.08:36
nik90the unit tests pass 100%..which is why I was curious why this was happening08:37
dholbachhttp://paste.ubuntu.com/7161535/ is what I had to do to make "debuild" pass08:38
nik90ok so the check and the clean lines are incorrect08:40
dholbachrunning the check thing would be nice, but I don't know what to do to enable it properly08:41
nik90dholbach: ok08:42
jamesht1mp: how should we move forward on https://code.launchpad.net/~jamesh/ubuntu-ui-toolkit/albumart-dbus/+merge/212362 ?09:16
=== chriadam is now known as chriadam|away
jameshit'd be useful to have a clear decision on where these image providers should live.09:17
JamesTaitGood morning all; happy Spanish Paella Day! :-D09:36
=== oSoMoN_ is now known as oSoMoN
t1mpbzoltan: you know more about the packaging and sdk dependencies than I do. What do you think we should do with https://code.launchpad.net/~jamesh/ubuntu-ui-toolkit/albumart-dbus/+merge/212362 ?09:58
jamesht1mp, bzoltan: the new dependency in that branch is just another binary package from an existing source package dep09:58
t1mpjamesh: dependencies like the thumbnailer some times caused issues in backporting the UITK, that's why I am a bit worried in adding more dependencies09:59
jameshit was added since it has different multi-arch requirements (you want a copy of the library for each arch, but a single copy of the d-bus service can serve all architectures)09:59
bzoltanjamesh:  are the dependencies back portable to 12.04 and 13.10?10:03
jameshbzoltan: it should be: we're making use of features from existing dependencies (dbus support in gio and Qt)10:06
jameshno new source package dependencies have been introduced10:07
t1mpjamesh: why doesn't the thumbnailer provide a qtquick binding? Then people import Ubuntu.Thumbnailer instead of having it in uitk?10:09
jamesht1mp: I don't know what the original reasoning was: I've asked Satoris to join to see if he can provide the background10:11
t1mpjamesh: ok, thanks10:11
t1mpI was just thinking the same :)10:11
jamesh(he is the primary author of thumbnailer and the other thumbnailing image provider)10:11
=== dandrader is now known as dandrader|afk
jameshsatoris: hi.  t1mp and bzoltan were wondering what the initial reason was for putting the thumbnailer image provider in ubuntu-ui-toolkit as opposed to a separate QML module10:31
* cjwatson posts the next layer of his attempt to make ubuntu-sdk-libs-dev:armhf cross-installable - I do hope this will end at some point10:33
cjwatsonHopefully another nail in the coffin of the practice of having libraries depend on run-time services, in the process10:33
cjwatsonoh, yikes, that's relevant to the above isn't it10:34
=== dandrader|afk is now known as dandrader
cjwatsonjamesh: what do thumbnailer-service's own Depends look like?  I'm concerned that this will cause a problem for cross-installation in development chroots10:35
cjwatsonjamesh: and it's pretty questionable whether e.g. the d-bus service should be mandatorily installed during development10:36
cjwatsonthose are usually run-time facilities that tests would have to mock anyway10:36
cjwatsonjamesh: https://code.launchpad.net/~cjwatson/qml-friends/avoid-friends-dependency/+merge/213014 and https://code.launchpad.net/~cjwatson/libfriends/recommend-friends-dispatcher/+merge/213015 for background on why I care10:36
jameshcjwatson: it depends on libthumbnailer + its dependencies (which is already a dep for ubuntu-ui-toolkit)10:41
cjwatsonjamesh: right, but in cross-install situations that'll involve following the dep trees on both architectures10:43
cjwatsonbest avoided if we don't have to10:43
jameshcjwatson: if the service isn't available, the image provider should present a fallback image and log the problem10:43
jameshI guess it could be a "Recommends" in that case10:44
cjwatsonjamesh: ok, so that sounds like it should be Recommends not Depends, and we should take other measures if necessary to ensure that it's on our images10:44
cjwatsonthis sort of thing is very difficult to track down but we're not actually that far from the whole cross-install stack working10:44
cjwatsonso I'm trying to preemptively avoid regressions :)10:44
jameshalthough that doesn't necessarily settle t1mp's desire for all the libthumbnailer providers to be moved out of ubuntu-ui-toolkit10:45
cjwatsonfor reference the cross-install stuff is *also* rooted in SDK team requests, so hopefully incentives are lined up here10:45
t1mpcjwatson: we were discussing this MR https://code.launchpad.net/~jamesh/ubuntu-ui-toolkit/albumart-dbus/+merge/21236210:47
t1mpor rather, that MR started a discussion about where to put the thumbnailer10:47
cjwatsonyes I know, I saw that in scrollback10:47
t1mpok :)10:47
cjwatsonI'm just trying to avoid it breaking "click chroot" improvements10:47
cjwatsonRecommends should be good enough for that purpose, if it also meets your needs (or can be made to do so)10:47
t1mpwe had some difficulties backporting to 12.04 with thumbnailer (and other dependencies)10:47
t1mpin general I think less dependencies means less potential difficulties10:48
cjwatsonRecommends should help backporting too, I'd've thought, since it doesn't have to be satisfied10:48
t1mpmoving all thumbnailer providers out of uitk is one possibility. If you know of better ways, please educate me10:48
cjwatsonI'm not qualified to comment on that10:49
doomlord_ubuntu touch .. does it have a terminal app , and can it compile software locally10:49
doomlord_(even if it hasn't got 'full desktop integration' yet)10:49
jamesht1mp: but the libthumbnailer portability issues have since been solved, right?10:49
t1mpseparate modules may also be easier to support (for the UITK team because there is a bit less code in UITK), and for the thumbnailer maintainer because they can have their own policies for MRs10:49
t1mpjamesh: I am not sure. The status of this bug is not clear to me https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/123704510:50
ubot5Ubuntu bug 1237045 in Ubuntu UI Toolkit "Ubuntu UI Toolkit no longer builds on precise, quantal and raring" [Critical,Confirmed]10:50
t1mpbzoltan, satoris is UITK now perfectly packaged on p, q, r?10:50
t1mp^see the bug above10:50
satorist1mp: yes it is.10:52
satorisIs gdbus available on precise, though?10:53
jameshyes10:53
satorisThen we should be good.10:54
* t1mp reading the friends MRs for background information10:55
satorisIf the thumbnailer image provider moves from uitk to thumbnailer, can we preserve API and ABI for apps?10:56
jameshLooks like gdbus was added in glib 2.26, and precise has 2.3210:56
cjwatsont1mp: I suspect most of it is in the category of "you don't want to know if you don't have to", but you never know10:57
t1mpsatoris: is ABI relevant since the UITK only provides a qml interface?10:58
t1mpsatoris: API-wise, we could keep in as deprecated in uitk for a while?10:58
satorisWith a message to shell guys saying "transition as afast as you can"?10:59
t1mpsatoris: keeping it deprecated means it will still work, but a warning is printed that the thumbnailer moved to a separate package10:59
t1mpsatoris: yes10:59
satorisWorks for me.10:59
t1mpsatoris: more a message for people who use it that we don't know they are using it10:59
t1mpsatoris: also for shell guys, but we can work with them to make the changes at the same time as the UITK changes are done10:59
jameshmore relevant, the file descriptor passing support in gdbus is from 2.30, which is still earlier than precise11:00
jamesht1mp, satoris: only one module can install a provider with a given name, although ubuntu-ui-toolkit currently includes a try/catch block around the call11:01
t1mpcjwatson: I read the MRs, and so far I understand that you don't want compile-time deps because that will further complicate the chroots used to build the packages?11:01
jameshso we could potentially copy the image://thumbnailer image provider to an Ubuntu.Thumbnailer module and have them both importable at once11:02
cjwatsonwell the existing problems render it impossible to build coherent ones right now11:02
cjwatsonthis is why click chroot is not really working right for you guys today11:02
jameshthe app compatibility problem comes when you go to remove the ubuntu-ui-toolkit version11:02
t1mpjamesh: oh to have them both work is cool, that eases the transitioning11:03
cjwatsonrun-time services shouldn't be hard dependencies of libraries because they *aren't* hard dependencies - you can reasonably have the library installed in development contexts without the run-time11:03
t1mpjamesh: I propose initially we keep it working, but we print a warning message in UITK11:03
t1mpjamesh: next step: keep the API and print a warning message, and don't show the thumbnail (or a thumbnail with a warning)11:03
t1mpjamesh: only after that remove the API11:03
jamesht1mp, satoris: so I guess it's agreed that we add a QML module?11:04
t1mpjamesh: +1 from me11:04
jamesht1mp: alternatively, perhaps it is possible to have ubuntu-ui-toolkit import the Ubuntu.Thumbnailer QML module?11:04
t1mpjamesh: I liked your previous idea of having them both importable at once. I'm not sure how that will work though11:06
t1mpjamesh: can we do that? or would we need a new name for example image://thumbnail for the thumbnailer instead of image://thumbnailer?11:06
jamesht1mp: if we had two copies of the provider, it would depend on which order you imported Ubuntu.Thumbnailer and Ubuntu.Components11:06
t1mpjamesh: for UITK we have this http://pastebin.ubuntu.com/7162114/11:08
t1mpjamesh: so the try would fail if Ubuntu.Thumbnailer was already imported, and all is fine for the app?11:08
jamesht1mp: right.  it is just logging the error and continuing.11:09
jameshIf we do the same in the (not yet existing) Ubuntu.Thumbnailer module, it would also be importable after Ubuntu.Components11:09
davmor2Morning all11:10
t1mpjamesh: yes. And we can print a deprecated warning in requestImagein uitk's thumbnailgenerator.cpp11:10
t1mpjamesh: just if the app imports thumbnailer, but after uitk, the app will still have deprecated warnings11:11
jameshand we'll get complaints about breaking thumbnailer on PowerPC after adding QML to the mix, but that's relatively easy to ignore :)11:11
t1mpjamesh: how would you break thumbnailer on powerpc? wouldn't the qtquick module of thumbnailer be a separate package that doesn't have to be installed on powerpc?11:13
jamesht1mp: Qt's Javascript engine (V8) is not compatible with PowerPC11:13
jameshso the package would fail to build due to missing dependencies11:13
jameshthe PPC guys complain whenever a package that previously built on PPC stops building there11:14
t1mpjamesh: you would keep the thumbnailer package that you have now and works on powerpc, and add a qtdeclarative5-thumbnailer-plugin package for the qml binding11:14
t1mpjamesh: so there will only be an additional package, no change to the old packages11:14
jameshwhich I can sympathise with, but can't do much about in this case11:14
jamesht1mp: we've gone though this a number of times (e.g. for the Media Scanner's QML API).  The real fix is for V8 to be ported to PPC rather than fighting against QML11:16
jameshI don't think we've got any libthumbnailer users outside of QML apps anyway11:17
t1mpjamesh: what will break the thumbnailer on ppc if the qml binding is provided by a new package?11:17
jamesht1mp: the package will have to be dropped from the architecture.11:17
t1mpjamesh: which package? libthumbnailer or the qml plugin?11:18
t1mpthe qml plugin was never there before, so I think it doesn't break anything. Does it?11:18
jamesht1mp: probably everything built by the source package.11:18
t1mpah, a single source package builds everything11:19
satorisYep, that's the problem.11:20
t1mpcan we make the qml plugin a separate source package?11:20
t1mpI don't have a lot of experience with packaging, so excuse my questions11:20
satorisA separate source package requires a separate launchpad project.11:21
satorisSo preferably not.11:21
jameshA separate source package is a lot of work11:21
jameshand having the QML module and backend library under one umbrella has its own advantages: they can be updated in tandem11:21
t1mpjamesh: yes it sounds easier to have it together11:22
t1mpis it possible to set a flag on ppc that prevents the qml package from being built?11:22
t1mpor use #ifdefs to build an empty plugin on ppc11:22
jameshthe build will fail due to missing dependencies11:23
jameshI don't think we want to explicitly exclude PPC though11:23
t1mpnot that I care so much about ppc.11:23
t1mpso far only unity8 uses thumbnailer?11:23
jameshif we did, someone would have to go around removing all those exclusions once V8 is ported11:23
jameshit uses the thumbnailer image provider from ubuntu-ui-toolkit, yes.11:24
asacrsalveti: ChickenCutlass: how is media-hub and emulator coming along?11:26
satorisCan you set per-architecture build deps and output packages?11:26
t1mpbzoltan: ^11:26
cjwatsonjamesh: eh, the stuff you say above is no longer true with Qt 5.211:26
cjwatsonjamesh: Qt 5.2's script engine is a new thing called v4 that's portable11:26
t1mpI wonder how the other qtdeclarative5-* plackages do it11:27
jameshcjwatson: cool.  I haven't tried adding a a Qt dependency to a package in the ~ 1 week we've had 5.2, so hadn't noticed11:27
cjwatsonsatoris: you can but as I say above it's entirely unnecessary now11:27
t1mpmaybe the other qml plugins have separate lp projects, like this one https://launchpad.net/qml-friends for qtdeclarative5-friends0.211:28
cjwatsonthere are plenty of embedded ones too11:28
jameshand looking at Launchpad, I have PPC binaries of mediascanner2 now11:28
jameshgood thing we didn't manually disable it :)11:28
cjwatsone.g. content-hub: Binary: content-hub, libcontent-hub0, libcontent-hub-dev, qtdeclarative5-ubuntu-content0.1, libcontent-hub-doc11:29
cjwatsonOr mediascanner2, as you say11:30
satorisI love it when a plan comes together before we need to start doing anything.11:31
asacogra_: did you do "Bootchart for daily iamges"?11:32
asacogra_: how and where are those done? can you expand a bit more :)11:32
ogra_asac, i do one bootchart a day, yes11:32
ogra_not per image though11:32
asacogra_: how and where?11:33
ogra_asac, http://people.canonical.com/~ogra/touch-bootcharts/11:33
ogra_currently by running a local script by hand with my N4 with the broken screen11:34
ogra_http://paste.ubuntu.com/7162200/11:34
asachmm. doesn't feel like something we should highlight as DONE :P11:35
ogra_there are still issues with pybootchartgui and detecting when the system is properly idling .... only http://people.canonical.com/~ogra/touch-bootcharts/ubuntu-phablet-trusty-255.png has proper cropping yet11:35
asacogra_: did you give up getting this into proper automation?11:35
ogra_asac, no, but the change in the CPU core behavior causes issues with idle detection there too ... i plan to put that into automation, just not right now yet11:36
=== oSoMoN_ is now known as oSoMoN
asacogra_: ok i change that item to "daily bootchart prototype by ogra online"11:38
asacnot dail bootchart done11:38
ogra_which item ?11:38
* ogra_ doesnt know what you refer to11:39
asacogra_: your boss claimed this as a highlight and it read as if it was finished11:39
asacnow it reads better :P11:39
ogra_well, its an ongoing thing since one release already11:39
Saviqogra_, is your screenshotter script still the way to take shots, or was that wrapped in something now?11:40
Saviqogra_, (and if it is still the way, where is it again?) ;D11:40
ogra_and will be ongoing for a while still until it is fully automated ... we get daily bootcharts, thats the important point11:40
asacogra_: so what is the problem with getting this in proper automation?11:40
asacogra_: if its one release, we should figure how to finish this up11:40
ogra_Saviq, hmm, i thought the phablet-screenshot fix landed yesterday11:40
asac(if we want it)11:40
* Saviq tries11:40
asacogra_: do you know what part of MMS is supposed to be delivered soon?11:40
asacrsalveti: ^^11:41
ogra_asac, fixing pybootchartgui to properly crop after unity8 is mapped11:41
Saviqogra_, seems it works indeed11:41
ogra_asac, it is in the works, but we might be blocked by distro freezes now11:41
ogra_Saviq, great :)11:41
asacogra_: but why can't we just land it so it produces these... even if the data isn't perfect11:41
ogra_asac, because indicator-network and ofono are desktop packages too ... as is NM11:41
asacogra_: this chart, isn't this based on data? i think that data is also valuable to have in a parsable format11:42
ogra_we can ship the daemon, but that wont help much without all the other changes11:42
ogra_asac, you mean the bootchart tarball ?11:42
asacogra_: i dont understand. it seems we have everything to start producing bootcharts11:42
ogra_i can upload that alongside, sure11:42
ogra_asac, but they are inaccurate11:42
asacthe charts are not perfect, but we can already start producing them in automation :)11:42
asacsure. not sure why we would block landing it because of that11:42
ogra_because they dont reflect the actual boot time11:43
ogra_they just keep running, they dont stop when the boot is done, so you cant really compare if a boot was faster or slower than another boot11:43
ogra_lets do it proper before we rely on the data please11:44
asacogra_: adding it to be run daily doesnt mean we rely on the data11:44
asacjust that the work to do that is already done11:44
asacstep by step11:44
ogra_i have no issue uploading the tarball and setting up a cron job to get it automted11:44
ogra_but i dont want to publish it until it produces reliable data11:44
asacogra_: we want to produce it from devices in the lab11:44
asacnot from your home device11:44
asacthat part will take a while, so we should start proactively imo11:45
asacogra_: but you already publish it now :)11:45
ogra_right, i'll give the script to CI once it is ready for wider consumption11:45
ogra_i dont promote the published charts :P11:45
ogra_and i dont ask anyone to rely on them11:45
asacogra_: well, your boss did :)11:45
asacso now i want that proper11:46
asacanyhow11:46
asacdont think its right to have this run as a low prio effort on your desk11:46
asacwe probably would like to put more folks on it11:46
ogra_well, i dont think it is good to not have proper data11:46
ogra_i'll work with apw tomorrow (once he is back from vac.) to see what we can do about the idle stuff ... thats already planned11:47
asacogra_: does the data give us accurate boot time?11:49
ogra_no11:50
asacogra_: if the chart is buggy its not really a blocker11:50
ogra_it doesnt give us accurate boot time until we get proper CPU data11:50
asacogra_: because it uses a systemsettle like mechanism to figure when a process is done starting?11:50
ogra_for which i need the kernel teams help ... which as i said is already planned for tomorrow11:50
asack11:51
ogra_asac, well, look at the charts ... it doesnt get proper CPU data at all11:51
ogra_and yes, it checks for idle after the process that you name started ...11:51
ogra_that idle was only reached once in chart 255 ... by accident i think11:51
ogra_asac, i'll work with plars and doanac next week to get their setup prepared ... note though that this needs a dedicated device for the test run ...11:53
asacogra_: constantly allocated? or just a separate run?11:53
ogra_separate install ... several reboots and sleeps ... takes about 15-20min11:54
ogra_not completely dedicated, but for this test run you cant use an install where ap tests are installed ... that would taint the data11:54
=== marcoceppi is now known as marco_traveling
ogra_i wouldnt run it as part of the test suite, but as something that runs when spare devices are available11:56
ogra_(in parallel)11:56
ogra_in any case the charts show that we need to fix ureadahead ... which i was planning to work on today ;)12:00
pmcgowandavmor2, just got 263 with rather odd results in the scopes, although seems nothing changed there12:03
pmcgowandavmor2, my video scope is empty and I have no remote content in any12:05
ogra_smells like fallout of removing empty video thumbnails from the gallery app12:05
davmor2pmcgowan: I have local video content still and online stuff.  Although when I installed R250 without a wipe I lost it but then when I upgraded to 262 again it was fine and 263 this morning was fine. So maybe the R250 had the fresh gallery and knock my videos off.12:12
pmcgowandavmor2, I will reboot and see if it fixes12:12
davmor2pmcgowan: bfiller will be the man to ask12:12
pmcgowanabout scopes?12:12
davmor2pmcgowan: no for the gallery fix I think to ensure that is nothing to do with it12:13
pmcgowanit couldnt imo12:13
pmcgowanI have 3 scopes acting wrong12:13
pmcgowanapps scope has no store content12:13
davmor2pmcgowan: the scpopes here are fine for me12:13
pmcgowandavmor2, reboot fixed it12:14
popeypmcgowan: works here, and gallery has no videos12:14
pmcgowandavmor2, will see if I can reproduce, I had it set to use 3g only, maybe something timed out12:14
=== _salem is now known as salem_
davmor2pmcgowan: oh it might be that you had low to no signal in which case it would be blank I think for the online stuff12:15
pmcgowandavmor2, yeah but videos should have shown12:16
davmor2pmcgowan: yeah videos should of been visible. That might be due to the video data being removed from the gallery though12:18
pmcgowandavmor2, just reproduced it12:18
pmcgowanif I turn off wifi no content12:18
davmor2might be low 3g data where you are12:19
pmcgowandavmor2, well whats worse is I have no 3g connection even though its enabled12:19
pmcgowanhmm I have an address12:20
ogra_a route as well ?12:20
ogra_(route -n)12:20
davmor2pmcgowan: so if I turn off cellular and wifi and reboot I get no online stuff but I still see all my local content12:20
pmcgowanogra_, yes12:21
ogra_how about DNS12:21
pmcgowandavmor2, I am just missing videos12:21
pmcgowandns not working, cant resolve names12:21
ogra_aha12:21
ogra_file a bug against NM then12:21
=== MacSlow is now known as MacSlow|lunch
pmcgowanogra_, I lied, cockpit error12:26
pmcgowanit can see hosts fine12:26
davmor2pmcgowan: open the browser I find a reliable test for if the net is working12:29
pmcgowandavmor2, yes it is, so my network is fine, but my scopes are not12:29
pmcgowandavmor2, what do you see on 3G only after a boot12:30
davmor2pmcgowan: give me 5 I'm setting up screenshots currently12:30
davmor2pmcgowan: this is with no data connection http://ubuntuone.com/7AcO0qnGT6vjJCCsm2jBPA and a reboot12:39
pmcgowandavmor2, do it with a data connection on 3g?12:40
pmcgowan3g but no wifi is what I have12:40
davmor2pmcgowan: yeap that is what I'm doing now12:40
davmor2pmcgowan: right so I've enabled 3g now and everything stays the same, Now I'm going to search for something and see what happens then12:41
pmcgowandavmor2, so searching makes them all show up12:42
pmcgowanlet me search on video12:42
davmor2pmcgowan: it refreshes the scope12:42
davmor2didrocks: Yay got a unity8 crash search in music scope12:43
pmcgowandavmor2, still no local videos12:43
=== alex_abreu is now known as alex-abreu
didrocksdavmor2: easily reproduceable?12:43
davmor2pmcgowan: open file manager and search in Videos12:43
didrocksreproducible*12:43
pmcgowandavmor2, well I know they are there12:43
davmor2didrocks: I will see if I can12:43
pmcgowangack12:44
pmcgowandavmor2, they are not there12:44
=== jhodapp|afk is now known as jhodapp
davmor2pmcgowan: which is what I said, I think the gallery fix might remove them but I'm forever wiping my system so it's hard to tell12:45
pmcgowandavmor2, where did my videos go?12:45
pmcgowandavmor2, indeed, youa re correct sir12:45
pmcgowandavmor2, not much of a fix Id say12:45
pmcgowandavmor2, are these both known issues then12:46
davmor2pmcgowan: so I hit it late last night but but I only hit installing R250 so wasn't sure if it was that the only way I can think to check would be to install the old gallery click package on R262 and upgrade to 263 and see if the updated gallery app and upgrade wipes them12:48
pmcgowandavmor2, that seems the case a I just went from 262 to 26312:48
davmor2didrocks: ^ I think that just killed my dogfooding for the day12:49
didrockspmcgowan: Bill told it was fixed though12:51
didrockspmcgowan: and we don't know about any design (if it's supposed to be shown or not)12:51
davmor2didrocks: it fixed them showing in the gallery app12:51
davmor2didrocks: I'm wondering if the database purge removes them12:52
t1mpjamesh, satoris did we agree to move the thumbnailer out of UITK in its own package in the thumbnailer project?12:52
didrocksso the videos themselves are removed?12:52
davmor2didrocks: indeed12:52
didrocksurgh, seems critical12:52
didrocksand seems that they will need a test for it12:52
didrocksdavmor2: you are going to try to confirm that?12:52
davmor2didrocks: indeed hence me saying I'm going to dig into it and that might kill my chances at dogfooding12:53
didrocksyeah12:53
didrocksseems a priority to me anyway12:53
ogra_well, it is kind of fixed ... you wont have empty thumbnails if you dont have videos at all :P12:53
davmor2didrocks: yeap.  I'm going to file this unity8 crash first though and see if it matches either mine or your crashes12:54
didrocksright :)12:54
pmcgowandavmor2, could I have lost the videos going to 262?12:56
davmor2pmcgowan: I'm going to do a range of tests12:56
pmcgowanvg12:56
=== dandrader is now known as dandrader|afk
satorist1mp: assuming all the packaging stuff etc works then that's fine by me.13:02
t1mpok, cool13:03
=== jhodapp is now known as jhodapp|brb
t1mpsatoris, jamesh I rejected the MR https://code.launchpad.net/~jamesh/ubuntu-ui-toolkit/albumart-dbus/+merge/21236213:04
t1mpthanks for clearing stuff up13:05
davmor2didrocks: bug #1298370 is my unity8 crasher this time which looks different again :(13:05
ubot5bug 1298370 in unity8 (Ubuntu) "unity8 crashed with SIGSEGV" [Undecided,New] https://launchpad.net/bugs/129837013:05
davmor2now onto the gallery app issue13:06
=== alan_g is now known as alan_g|lunch
=== MacSlow|lunch is now known as MacSlow
davmor2didrocks: okay so now I'm getting lockups/crashes on every scope opening sections so I am assuming data retrieval is to blame13:15
=== jhodapp|brb is now known as jhodapp
davmor2popey, didrocks: okay so any Idea how I get the old click package?  currently trying an upgrade with the fixed version in place see if it is the upgrade that broke something then I'll want to try with the older click package installed and see if the update is what breaks it13:23
jhodapprickspencer3, I tried the video you shared with me on a 2013 Nexus 7, seems to play just fine for me (normal speed)13:24
rickspencer3jhodapp, that's very weird, the voices are def. slowed down when I play it13:25
rickspencer3on my desktop as well13:25
jhodapprickspencer3, give it another try after media-hub has landed (which should be early next week)13:25
* tshirtman waves at didrocks13:26
didrocksdavmor2: hum, you are talking about a different issue than the gallery-app one, right?13:26
didrockshey tshirtman13:26
popeydavmor2: which old click package?13:26
tshirtman:)13:26
davmor2popey: gallery the package before the latest one13:26
tshirtmandidrocks (and others :P) nice job on ubuntu-touch :)13:27
davmor2popey: we have a horrible felling it removes local videos13:27
rickspencer3jhodapp, tbh, I think I already wasted too much of your time with this13:27
rickspencer3it's an interesting puzzle, I guess13:27
rickspencer3but I suspect that when I play dodgey videos, I should expect dodgey results13:27
didrocksheh, thanks tshirtman :)13:27
didrocksdavmor2: yeah, popey would know, I don't13:27
popeyi have a cache of old app clicks13:28
jhodapprickspencer3, actually it's not a waste, each video is more test ammo for me13:28
rickspencer3jhodapp, ok, in that case, maybe check out Rick and Morty from a legitimate source, and then compare13:28
davmor2popey: so I need the last but one version that had the blank dates in so I can see if the update is magically removing the local videos or not13:28
rickspencer3and then when someone "busts" you watching Rick and Morty at work, ...13:29
popeydavmor2: i have 937, 934, 931, 927, 92213:29
popeypick one13:29
jhodapprickspencer3, lol13:29
jhodapprickspencer3, that's why I love my job...watching movies is "testing" :)13:29
rickspencer3jhodapp, when I lived in Seattle, I knew some game testers from Microsoft, and some from Nintendo13:30
rickspencer3talk about a mind f*ck13:30
jhodappha, what an awesome role13:30
rickspencer3jhodapp, I dunno, playing the same level of a game all day, everday, for a week13:30
rickspencer3one may find Rick and Morty less entertaining after 50 viewings ;)13:31
jhodappit'd be fun for a bit...you'd be the god of that game though13:31
davmor2popey: I'll take 931 please looks like I have 934 installed now13:32
cjwatsonmm, I'm pretty sure game testing would make you hate games13:32
popeydavmor2: http://popey.com/~alan/com.ubuntu.gallery_2.9.1.931_armhf.click13:33
davmor2cjwatson: but I don't hate Ubuntu and I test that all day :P13:33
* rickspencer3 high fives davmor213:35
cjwatsondobey: what would be a decent lightweight way for me to benchmark the scope?  I don't need anything super-accurate, I just want to make sure that my conversion of Interface::get_manifests and Interface::get_manifest_for_app to libclick has actually sped things up.  Maybe something like a way to force the scope to refresh things?13:42
davmor2okay now I have that blank dates again I will now update the app and see if there are videos still13:42
cjwatsondobey: I'm also a bit confused that Interface::get_manifests doesn't seem to be called anywhere.  I know that your drop-vala branch hasn't landed yet, but are we using the C++ scope now or not?13:42
=== alan_g|lunch is now known as alan_g
davmor2didrocks, pmcgowan: so updating from gallery 931 to 937 delete videos from the device but you have to open the gallery app on 931 or it doesn't.13:45
davmor2pmcgowan: so you got it because it updated gallery in the update from 262 to 26313:46
pmcgowandavmor2, ok, and I had opened it previously13:46
davmor2pmcgowan: and did you see dates with blank entries when you opened it?13:46
pmcgowandavmor2, I did not look closely but I believe so, was focused elsewhere at the time13:47
davmor2if so then I think we nailed it. and the data being removed from the DB is removing the videos13:47
davmor2didrocks: I will write up a bug for it then13:48
didrocksdavmor2: ok, we need a bug, ping bfiller and revert the version in the store13:48
didrockspopey: you can revert to a previous click version in the store, right?13:48
Saviqtvoss, greyback, got time for a hangout?13:48
pmcgowandavmor2, but this is the case independent of the image? i.e. folks updatign from the store?13:48
popeydidrocks: I can, but why do you want to?13:48
tvossSaviq, gimme 513:48
Saviqtvoss, k13:48
pmcgowandavmor2, so will people on promoted images see this?13:48
didrockspopey: it deletes videos on user's device13:48
didrockspmcgowan: yeah, they would if they update the apps13:49
greybackSaviq: yep13:49
popey"Changed published version to 2.9.1.934"13:49
popeydidrocks: ^13:49
didrockspopey: hum, dave tested 931, how old is 934?13:50
popeyNew version: 2.9.1.934 on 2014-03-24 16:27 - 2 days, 21 hours ago13:50
dobeycjwatson: yes, we're using the c++ scope now. i don't know of a way to benchmark the performance though, no13:50
didrocksok, so it was the one with the empty videos13:50
didrockspopey: sounds good then, thanks!13:50
popeynp13:50
cjwatsondobey: ok, any clue as to why get_manifests seems to exist but be unreferenced?  the scope doesn't seem slow enough to be forking/execing click once per installed app13:51
didrocksdavmor2: critical, assign it to Bill13:51
dobeycjwatson: have you talked to tvoss about libclick being gobject/vala/exposing json-glib? it doesn't fit terribly well with the idea of new scopes not using gobject, qtc, etc…13:51
popey116 people have gallery 23713:51
popey*93713:51
cjwatsondobey: yes13:51
popey(from the store) - more probably got it preinstalled on the latest image13:52
tvossdobey, yup, we talked about that. will get back to you later today13:52
dobeycjwatson: i don't know where it's called or not. gatox might since i think he added the get_manifests bits13:52
cjwatsondobey: libclick is for more than just the scopes, and the dependency isn't complex/intrusive here13:52
cjwatsonwe're not talking about an event loop dependency or anything crazy like that13:53
didrockspopey: ah, this is tracked as well?13:53
popeyya13:53
davmor2popey: is it okay to link to your click version of 931?13:53
popeydavmor2: no, can you upload it?13:54
davmor2popey: D'oh of course I can13:54
popeyta13:54
davmor2long day13:54
didrockspopey: no DDOS! come on :)13:54
popey13:54
cjwatsondobey: if you'd really prefer not to use json-glib, I can expose an interface that just gives you the manifest as a string and the scope can parse it itself13:54
cjwatsonthen json-glib will be entirely an implementation detail too13:54
gatoxdobey, mike was the one who added the get_manifest thing13:55
cjwatsongatox: get_manifests plural13:55
cjwatsonget_manifest_for_app is used13:55
dobeygatox: ah, ok13:55
cjwatsonhm, get_manifests was added together with code that was since converted to get_manifest_for_app13:56
dobeycjwatson: i think that would be best. no need for us to be using 3 different json parsing APIs in the scope (hopefully we'll be down to just one soon)13:56
=== dandrader|afk is now known as dandrader
cjwatsonbut then how does the scope get the list of all installed click packages?13:57
cjwatsondoes it just rely on walking .local/share/applications/ now?13:57
dobeycjwatson: yes, it just walks the applications directories to get the .desktop files of apps you can launch13:57
cjwatsonah, ok, I was expecting something different based on how the vala scope worked13:58
Saviqgreyback, https://plus.google.com/hangouts/_/7acpieom02h9u0k30sj9fmnpe413:59
dobeycjwatson: there may be some changes related to that coming soon thogh, as we will start having to deal with clicks that aren't apps, and such14:00
cjwatsondobey: well; I'll push the branch that nukes the currently dead code, and let you folks tell me whether it needs to be kept around for that kind of purpose; if it does then I'll need to translate it14:01
dobeycjwatson: i think we're going to need to keep it around, yes14:02
cjwatsonHm, OK, I'll drop that branch then.  It does mean that the conversion is currently untestable14:03
cjwatsonin part14:03
dobeyit shouldn't be terribly hard to add unit tests for that code, if there aren't any already, with fake data14:04
davmor2bfiller: :( bug #129840014:05
ubot5bug 1298400 in gallery-app (Ubuntu) "Upgrading gallery from 931 to 937 removes any videos you have on the device" [Critical,New] https://launchpad.net/bugs/129840014:05
davmor2pmcgowan: ^ care to confirm14:06
MacSlowmterry, any new visuals-related work I push against e.g. lp:~unity-team/unity-system-compositor/new-spinner-visuals or do we have a working branch for that already?14:07
bfillerdavmor2: yikes14:07
mterryMacSlow, I've just been stuffing them into new-gl-screen14:07
didrocksbfiller: we reverted in the store, we have to kick an image now14:07
mterryI mean, it's already approved, but they don't care about visuals14:07
didrocksto avoid people getting the wrong version14:07
davmor2bfiller: yes I think you got a little agressive removing the videos from gallery ;)14:07
MacSlowmterry, saw that... but since it was top-approved I didn't want to mess with that14:08
MacSlowmterry, but if you fine with it I can put things there14:08
mterryMacSlow, meh, I'm fine with it14:08
MacSlowmterry, then that will be it14:08
davmor2bfiller: on a plus side it is triaged for you and you should be able to reproduce with the step I added cause that's how I just did it :)14:09
davmor2and with that I go for Lunch14:09
bfillerdavmor2, didrocks: this was a known bug we have a fix for already, but the fix we landed yesterday must have made it occur https://bugs.launchpad.net/gallery-app/+bug/129534414:11
ubot5Ubuntu bug 1295344 in gallery-app "galley-app is removing media files from disk " [Critical,In progress]14:11
didrocksbfiller: ok, feel free to prepare a landing for that bug, meanwhile, I started an image build14:12
bfillerI guess because Videos were in the gallery database then we modified gallery to only show Videos recorded by camera, so the code deleted them. quite bad14:12
didrocksbfiller: please, add that as part of your test plan, to ensure nothing is removed on upgrade :)14:12
bfilleryup14:12
Stskeeps1914:12
Stskeepser, ignore me14:12
didrocksas I don't see any AP test on the branch14:12
MacSlowmterry, is it normal for the landing-004 to have the greeter/lockscreen be above everything... even notifications and other egl-screens?14:13
mterryMacSlow, hrm.  other egl-screens?14:14
mterryMacSlow, it should show some notifications (like wifi connect and such)14:14
MacSlowmterry, btw... pushed the updated  artwork which just drops in ... still working on all the new animation fading stuff14:14
mterryMacSlow, OK.  Should I rebuild now or is the animation fading stuff a quick deal?14:15
MacSlowmterry, just got a bbq-invite from a friend (heard the pling-sound) but had to swipe the greeter aside to see the notification14:15
mterryMacSlow, was it a text?14:15
MacSlowmterry, the animation stuff will still take me some time... also the split artwork and GU-size info from Jouni I didn't get yet14:16
mterryMacSlow, did your commit change the spinner to a logo?14:16
MacSlowmterry, SMS yes... so should have been an interactive notification14:16
MacSlowmterry, yes r135 is the commit with the updated artwork... kept the filename14:17
mterryMacSlow, OK I will look at why text didn't work14:17
mterryMacSlow, thanks for new artwork  :)14:18
MacSlowmterry, even incoming-calls (snap-decisions) are behind the greeter screen now... maybe you mixed up the surface-z-order by accident?14:19
mterryMacSlow, no, it probably just means telephony-service isn't running in greeter14:20
MacSlowmterry, ah you mean a permission-issue then?14:21
rickspencer3bzoltan1, i think that I am hitting a bug in some qml code using XmlHttpRequest ... where should I log the bug report?14:21
mterryMacSlow, I don't know.  We run a second telephony-service for the greeter.  It is supposed to throw up those notifications in greeter (as well as user session)14:21
mterrySomething went wrong apparently14:21
MacSlowmterry, not sure if related to the landing-004 PPA, but I can't dismiss the osk anymore... did that happen to you yet?14:28
MacSlowmterry, on mako and manta14:28
mterryMacSlow, yes, that's a known issue.  And presses on OSK fall through and hit shell behind.  That's a Mir bug to my knowledge.  bug 129787814:28
ubot5bug 1297878 in mir (Ubuntu) "OSK touch events "fall through" and hit surface behind them" [Undecided,Confirmed] https://launchpad.net/bugs/129787814:28
MacSlowmterry, ah ok14:29
mterryMacSlow, super annoying14:29
MacSlowmterry, sure... but there's still ssh :)14:29
mterryMacSlow, only affects silo 004 because we are using mir/devel14:29
rickspencer3pmcgowan, thoughts on where I should log this bug report? it's on xmlhttprequest ....14:30
rickspencer3I have it all written up, just not sure which package14:30
ogra_stgraber, would moving the container root into a tmpfs do any harm to lxc ?14:30
pmcgowanrickspencer3, is that on qt itself? let me find it14:31
rickspencer3pmcgowan, it's part of qml14:31
rickspencer3they support the xmlhttprequest w3c standard14:31
stgraberogra_: hmm, isn't it already a tmpfs?14:31
rickspencer3for doing ajaxy things14:31
bzoltan1rickspencer3:  file against the UITK, i will take care of it14:32
rickspencer3bzoltan1, ok will do14:32
bzoltan1rickspencer3: thanks14:32
ogra_stgraber, LXC_ROOTFS_PATH isnt i think ... we unpack the initrd to disk still14:32
stgraberif [ -e /android/system/boot/android-ramdisk.img ]; then14:32
stgraber    mount -n -t tmpfs tmpfs $LXC_ROOTFS_PATH14:32
rickspencer3bzoltan1, so, there are 4 ubuntu-ui-toolkit-* packages, none of them look quite right :/14:32
stgraberwe can't possibly unpack to disk, we are read-only14:33
ogra_oh, indeed14:33
pmcgowanrickspencer3, https://launchpad.net/ubuntu/+source/qtdeclarative-opensource-src14:33
ogra_ignore me then :P14:33
bzoltan1rickspencer3: file against the project: https://bugs.launchpad.net/ubuntu-ui-toolkit14:33
rickspencer3bzoltan1, will do, but i can't use ubuntu-bug with that, I think14:34
pmcgowanrickspencer3, put it on the qtdeclarative package and we can also effects as needed14:35
pmcgowanbut if its qml thats the right one14:35
rickspencer3bzoltan1, pmcgowan I really have no idea what you guys are going to do with this one ;)14:36
rickspencer3bug #129842614:36
ubot5bug 1298426 in Ubuntu UI Toolkit "XMLHttpRequest onreadystatechange never called when doing a post to certain https urls" [Undecided,New] https://launchpad.net/bugs/129842614:36
* rickspencer3 pictures bzoltan1 scratching his head14:42
pmcgowanrickspencer3, if need be we push it upstream14:42
rickspencer3pmcgowan, I suspect, strongly, that the bug is upstream14:43
rickspencer3or it's not a bug14:43
rickspencer3but hte behavior is different than in Firefox and Chromium14:43
rickspencer3bzoltan1, hey, if I create a scopes project in QtCreator, is the project set up for the new scopes API?14:47
bzoltan1rickspencer3: I do not know much about the content, I just pulled the template from satoris and tailored to be a customizable project template in QtC14:51
bzoltan1satoris:  consider it as a 'ping'14:51
pmcgowanbzoltan1, did you see the bug I entered on the nexus 7 issue14:52
=== vying is now known as Guest32771
rickspencer3dpm, soooo, I am looking at your (very nice) tutorial for creating a scope on d.u.c., and comparing it to what QtCreator made for me when I created a project14:58
t1mprickspencer3: could this be related? https://www.mail-archive.com/qt-qml@qt.nokia.com/msg00595.html14:58
rickspencer3I am assuming that I got something out of sync somewhere?14:58
dpmrickspencer3, we're just updating it now!14:58
dpmas in right at this very moment :)14:58
rickspencer3ah, thanks dpm14:58
=== SonikkuAmerica_ is now known as SonikkuAmerica
rickspencer3t1mp, that looks suspiciously like my issue, indeed14:59
dpmrickspencer3, now that the scopes API has landed we've got a WI to update the scopes docs by the end of the week. We've just ported the example code and we're updating updating the tutorial next14:59
rickspencer3dpm, is there somewhere I can get a preview of the docs?15:00
rickspencer3I'm anxious to write my first scope! :)15:00
rickspencer3t1mp, so, my workaround is to do the work in C++15:01
rickspencer3?15:01
rickspencer3that seems like really the hard way around15:01
dpmrickspencer3, we've just gotten the code working literally a few hours ago, but kyleN is working on the new tutorial. What I can share is the code that you can compile with Qt Creator and run it with the unity-scope-tool, let me send you an e-mail15:01
dpmunity-scope-tool is really cool15:02
rickspencer3dpm, cool15:02
rickspencer3if you could send me any notes or anything to get me started, I would love that15:02
cwaynei wanna write a scope in go15:02
rickspencer3dpm, yeah, I saw kyleN 's video and now I am anxious!15:02
* rickspencer3 can't tell if cwayne is serious or trolling15:02
dpmrickspencer3, sure, on it15:03
t1mprickspencer3: yest that seems like a hard way around. I don't know anything about http requests, but I was searching for the difference in what is supported in xmlhttprequest in qml and the browsers and happened to find that discussion15:03
rickspencer3thanks dpm!15:03
rickspencer3t1mp, I'm assuming for now, that it's a bug in Qt15:03
rickspencer3that someone just threw away the request15:03
rickspencer3I doubt the w3c standard says to do that15:04
rickspencer3but ... maybe it doesn15:04
rickspencer3does*15:04
cwaynerickspencer3, im actually being serious, i think it'd  be fun :)15:04
rickspencer3cwayne, hmmm, I think the API is C++ only for now15:04
t1mprickspencer3: with some more searching I find more people discovering that the request doesn't work if the SSL certificates are not ok, but no solutions15:04
rickspencer3t1mp, right, i saw all that, but ...15:04
cwaynefor now, yeah15:04
rickspencer3I used some site that beuno showed be to see if certs were ok15:05
rickspencer3and the sites said they were ok15:05
rickspencer3t1mp, http://www.sslshopper.com/ssl-checker.html#hostname=https://api.npr.org/identity/v1/npr15:06
rickspencer3t1mp, I know next to nothing about such certs, but those are a lot of green check marks ;)15:06
Laneycurl https://url should tell you if your system thinks it's ok15:16
Laneyunless Qt is doing something of its own here ...15:16
t1mpLaney: curl: (35) Unknown SSL protocol error in connection to api.npr.org:44315:20
t1mpmaybe the browsers are doing something of their own15:20
=== Ursinha is now known as Ursinha-afk
satorisrickspencer3: the template uses the new scopes api, yes.15:24
rickspencer3thanks satoris15:24
MacSlowmterry, is there a way to "force" the spinner to show... atm starting it manually it's not getting drawn somehow15:24
MacSlowmterry, I'm getting the FPS-output but all I see is the greeter15:26
mterryMacSlow, right because USC knows it's not supposed to be active15:32
MacSlowmterry, testing is really hard because of that... before I could just run an egl-based app as is15:32
=== Ursinha-afk is now known as Ursinha
=== alan_g is now known as alan_g|tea
mterryMacSlow, you can revert your system USC to trusty15:37
MacSlowmterry, ok... thought there might be some usc trick to get it to work15:38
mterryMacSlow, not easily that I can think of15:39
mterryMacSlow, I mean, you can see it on boot if you install your egl app as the spinner app right?15:39
MacSlowmterry, sure it works on boot15:51
ogra_rsalveti, hah! forcing all cpu cores on (by making the sysfs node readonly) gains me 3 sec on boot15:55
rsalvetiogra_: haha, and kills your battery as well? :-)15:56
ogra_i wonder if we could move mpdecision to late_start or some such15:56
ogra_so that it starts last15:56
rsalvetido we really want to have all cpus on during boot?15:56
ogra_that will keep them on for a little longer15:56
rsalvetiI'd prefer a slower boot but consuming less power15:56
ogra_for the first 10-15 sec15:56
rsalvetisergiusens: ChickenCutlass: what do you think^?15:58
pmcgowanrsalveti, I would want faster boot, whats the math say on the tradeoff?15:58
pmcgowanless total time says battery as well15:58
ChickenCutlassrsalveti, so its only more power for a short period of time15:59
sergiusensrsalveti, I don't care for boot time15:59
sergiusensI only prefer not to need to reboot15:59
rsalvetiright, that's the question15:59
ChickenCutlassits onyl 3 seconds15:59
ChickenCutlasscould go either way15:59
rsalvetiChickenCutlass: need to check the real impact of that15:59
rsalvetiif I'm rebooting with only 6% of battery I want to make sure it boots at least16:00
pmcgowanits way better than android classic anyway ;)16:00
dholbachjdstrand, thanks for the additional info on the list!16:09
dpmrickspencer3, scopes howto instructions sent16:10
rickspencer3dpm thanks!16:11
rickspencer3I'm going to get into it in an hour or so, after this call16:11
dpmcool16:11
mterryMacSlow, if you install dbus-x11 on your device, do you see incoming notifications?  (after reboot)16:14
mterryMacSlow, seems that change isn't in PPA yet16:14
* MacSlow tries...16:14
mterry(greeter should depend on dbus-x11)16:14
seb128mhr3, hey, could you have a look to https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1047517 ?16:14
ubot5Ubuntu bug 1047517 in unity (Ubuntu) "compiz crashed with SIGSEGV in g_mount_spec_to_dbus_with_path() ... from unity::IconLoader::Impl::IconLoaderTask::LoaderJobFunc()" [High,Confirmed]16:14
seb128mhr3, those have a "g_mount_spec_to_dbus_with_path (spec=0x32e2c30, path=0x7fdc6c01a440 "/smartscopes/anonymiser")" .. is that a valid url to use?16:15
MacSlowmterry, I see incoming notifications... but they are still behind the greeter16:19
mterryMacSlow, what the donk.  I get them fine (using phonesim.  maybe I should try real incoming texts)16:20
MacSlowmterry, ah... now they do show up... sometimes16:20
mterrysometimes?!16:20
MacSlowmterry, yeah... let me test some more...16:20
MacSlowmterry, oh... my N10 screen flashes oddly16:21
=== alan_g|tea is now known as alan_g
MacSlowmterry, I've to press the power-button a few time to make that stop16:21
=== gatox is now known as gatox_lunch
mterryMacSlow, seems...  bad16:22
MacSlowmterry, so what's also odd is the the height of notifications is... ~3 GUs to  high16:22
mterryogra_, the indicator stampede with split mode should be better with latest PPA updates16:24
ogra_mterry, great, i'll try to find some time to test later16:24
=== shadeslayer is now known as shadeslayer_
=== shadeslayer_ is now known as shadeslayer
mterryMacSlow, I see what you mean16:26
mterryMacSlow, not flush with buttons16:26
mhr3seb128, yes, valid16:26
seb128mhr3, ok, well, feel free to fix your segfault still ;-) (or to blame it on desrt, you didn't do that for a while!=16:27
MacSlowmterry, so the odd notification height... when the notifications are shown ontop of the greeter - probably triggered by the special telephony-service for the greeter - hte notifications are too high... if the phone is unlocked and I'm on the dash or some app the notification-height is correct16:28
mterryMacSlow, it's not just telephony notifications.  wifi notifications do same bad height issue16:28
MacSlowmterry, just guessing that there might be a GRID_UNIT_PX issue in the environment the special greeter telephony-service is started in?16:28
MacSlowmterry, all notifications on top of the greeter are wrong yes16:29
mhr3seb128, yea, it's clearly desrt's fault!16:29
mterryMacSlow, well notifications are actually drawn by unity8-greeter, not telephony-service16:29
MacSlowmterry, ehm... just wondering... the greeter not responding to swipes... is that because of this special brightness-branch you talked about in the stand-up... where the screen isn't shut down?16:31
MacSlowmterry, one tap on the power-button fixes the unresponsive greeter.16:31
mterryMacSlow, not that particular branch.  But another bug -- I'm guessing what happened is you turned device off..  After a few seconds, the display turned back on (but doesn't accept input)16:31
mterryMacSlow, yup, turning power back on turns input on16:31
MacSlowmterry, yes16:32
mterryMacSlow, that's bug 129787616:32
ubot5bug 1297876 in mir (Ubuntu) "Screen turns on when a new session/surface appears" [Undecided,New] https://launchpad.net/bugs/129787616:32
mterryMacSlow, well I guess I'll look at these notifications being too high.  And why notifications might only appear sometimes?16:32
mterryBut first, lunch, then MIR work16:33
MacSlowmterry, ok... I'm back to the spinner anim-work16:33
timppaI just read the thread regarding background image on mailing list. Are you serious about users not being able to change the background? That's insane!16:36
=== bfiller is now known as bfiller_afk
ogra_rsalveti, oh, fun ... so "on_charger" the mako init.rc actually forces all cores except cpu0 off .... so as long as i have a cable attached i only get one core .... now thats fun16:50
rsalvetiogra_: right, which kind of makes sense16:51
ogra_it does ?16:51
rsalvetiduring boot only, right?16:52
ogra_why would you throw away 3/4 of your cpu power if you are on a reliable power source16:52
ogra_no16:52
rsalvetiafaik I was able to use more than 1 core16:52
ogra_its in the on_charger section of init.mako.rc16:52
ogra_it writes to sysfs ....16:53
rsalvetiogra_: just check your mako16:53
rsalvetisee if it's indeed just using one core16:53
ogra_i do16:53
rsalvetirun udevadm --monitor and you'll see16:54
rsalvetithe cpu governor will enable/disable the cpus as you use the device16:54
ogra_since when does the governor handle core onlining ?16:55
rsalvetiwell, who else would handle that?16:55
ogra_mpdecision indeed16:56
ogra_thats a userspace job16:56
rsalvetihow do you know if mpdecision is doing that?16:56
ogra_by parsing /sys/devices/system/cpu/cpu1/online regulary16:57
ogra_(or any other core)16:57
rsalvetiand check /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor16:57
ogra_thast where it writes to afaik16:57
rsalvetiit should be 'powersave' right? following your logic16:57
fpshi16:57
ogra_no16:57
rsalvetibut it's ondemand here16:57
ogra_why would the governor change16:57
rsalvetiogra_: well, check 'on charger'16:57
fpsis there a way to manually set the recording level for calls?16:57
ogra_cpufreq != hotplugging16:58
fpsit seems on this nexus 4 (and the one of a buddy) the gain is set too high16:58
rsalvetiogra_: it sets powersave when 'on charger'16:58
fpsso speech is distorted on the other end unless one speaks very softly or moves the mic away from the mouth quite a bit16:58
rsalvetiI wonder what this on charger really means16:58
ogra_yeah, weird16:58
ogra_well, i wonder if it even gets used at all16:59
rsalvetimight be only useful when android boots into that 'charging' mode16:59
ogra_ah !16:59
ogra_ok, that makes sense16:59
rsalvetiis_charger = !strcmp(bootmode, "charger");16:59
rsalvetifrom android's init16:59
ogra_right16:59
fpsok, another question: is it possible to upgrade the image without losing all data [contacts, calender entries, etc]16:59
fps?16:59
ogra_i misinterpreted it as "when charger is plugged in"16:59
ogra_fps, sure17:00
rsalvetiogra_: so we might have a slower device if we boot by connecting the cable17:00
fpsogra_: only OTA or also by flahing a new image?17:00
rsalvetias we're not handling the charger bootmode properly atm17:00
ogra_rsalveti, only if that bootmode arg is set17:00
rsalvetiogra_: right, and afaik that happens when the bootloader is started because the usb cable was connected17:00
ogra_which we dont do17:00
rsalvetiwhen the device is completely off17:01
ogra_ah, right, that could be17:01
ogra_but not in regular mode17:01
rsalvetiyeah17:01
ogra_fps, both ... just dont use --wipe or --bootstrsap when you flash17:01
fpsogra_: ok, cool, thanks for the info17:01
fps2014/03/27 18:12:02 Cannot push /home/fps/.cache/ubuntuimages/pool/ubuntu-f4a69d4df9f37ee60b3afe8d9c9725b55068de67e413b235a34da3c0af91157c.tar.xz to device17:12
fpshmm17:12
josharensonHi, I flashed Ubuntu on my nex7 yesterday, and it was working wonderfully. Today, it won't turn on. I figured the battery was dead, but when I plug it in, I see no charging indicator. Also, dmesg seems to indicate 'some kind' of activity, but neither fastboot or adb recognize the device. Is it toast?17:14
fpsah i'm stupid17:14
=== gatox_lunch is now known as gatox
dansufHi, should test_egl give some output to the screen?17:19
josharensondansuf: If you are talking to me, I have no way of executing commands on the device currently as adb doesn't work.17:23
seb128mhr3, how did you determine that https://bugs.launchpad.net/ubuntu/+source/libunity/+bug/1274669 was due to the manpage scope?17:23
ubot5Ubuntu bug 1274669 in libunity (Ubuntu) "scope-runner-dbus.py crashed with signal 5 in g_variant_new_va()" [High,Confirmed]17:23
seb128mhr3, I hit a similar issue today on trusty (I've the update with the fix for the manpages scope, so I'm wondering if it's not fixed or if another scope is having similar issues)17:24
davidcalleseb128, indeed, and fixed. Unless, another scope with the same issue is acting up? I've checked most of them.17:24
seb128davidcalle, hey, how do I determine if that's the case?17:24
dansufjosharenson, no, I mean in general as it gives me nothing on the screen and I'm not sure it's right17:25
davidcalleseb128, well, they crash ;-)17:25
seb128davidcalle, no, scope-runner-dbus.py does17:25
seb128I never had a report about the manpages scope17:25
davidcalleseb128, they are using an outdated method to build their results, and the bindings were fine with it until this cycle. I *just* need to check that specific point in the code of each.17:27
davidcalleseb128, and I thought I had done it, but if you tell me it happens again, I've missed one17:27
seb128davidcalle, I'm sure unsure how mhr3 determined that manpages was the fault one from the report last time17:28
seb128or maybe he did local debugging17:28
mhr3seb128, ProcCmdline: /usr/bin/python3 /usr/share/unity-scopes/scope-runner-dbus.py -s code/manpages.scope17:28
dansufIs 'chmod -R 777 /dev/' enough to determine that my graphics problems aren't a result of wrong permissions?17:28
seb128 /usr/bin/python3 /usr/share/unity-scopes/scope-runner-dbus.py -s help/texdoc.scope17:28
seb128davidcalle, mhr3: ^17:28
seb128there you go17:28
mhr3seb128, but you can think of me as a wizard :)17:29
davidcalleseb128, thanks :)17:29
davidcallemhr3, we know you are, just don't brag about it!17:29
seb128mhr3, I might if you fix the gmount segfault I pinged you about earlier17:29
seb128davidcalle, yw, thanks for fixing those issues ;-)17:29
mhr3seb128, i'm on holiday! :P17:29
seb128mhr3, nice, that seems like the perfect bug to enjoy while hacking next to the pool17:30
seb128;-)17:30
davidcallemhr3, no you are not, there is a silo to setup for that but :p17:30
davidcallebug*17:30
mhr3i wish i had a pool17:30
seb128mhr3, then you would wish that London has the weather that would allow you to use it ;-)17:30
mhr3davidcalle, Saviq deals with those this week ;)17:30
mhr3seb128, true :) but maybe in malta ;)17:31
Saviqmhr3, I even landed two today :P17:31
seb128hehe17:31
seb128Saviq, mhr3: btw, is the new app scope supposed to be fully alphabetic? not "most useful at the top on a default installation"?17:31
mhr3seb128, alecu would know17:31
Saviqseb128, I don't think that's defined anywhere17:31
seb128Saviq, mhr3: or asked different, is that a regression or a design decision?17:31
mhr3seb128, but he's on holiday :)17:31
davidcalleSaviq, I'm eoding, I'll talk to you about ^ tomorrow if you have time17:31
Saviqdavidcalle, sure17:32
Saviqo/17:32
seb128mhr3, you guys are kidding right? no holidays before release! :p17:32
Saviqeoding is overrated17:32
mhr3seb128, complain to thostr17:32
davidcalleSaviq, tell that to my gf :)17:32
mhr3seb128, oh wait... he's on holiday :D17:32
Saviqdavidcalle, weird, my wife understands :D17:32
mhr3Saviq, note the "gf"17:33
seb128mhr3, shrug, you are not even bluffing, you are marked as being on holidays17:33
mhr3of course wife understands :)17:33
Saviq;)17:33
davidcallemhr3, hehe17:33
seb128mhr3, get off IRC!17:33
mhr3seb128, but this is where malta is discussed ;)17:33
seb128haha17:33
seb128mhr3, more holidays to come? ;-)17:34
mhr3indeed17:34
* seb128 is taking some as well there17:34
seb128with desrt and larsu and pitti17:34
mhr3we're trying to make a plan with nick and Cimi17:34
fpshmm, i'm confused by the instructions17:35
fpsin what state does the device have to be to be able to use ubuntu-device-flash?17:35
SonikkuAmericafps: fastboot17:35
fpsSonikkuAmerica: ok, on a nexus 4 that means?17:36
SonikkuAmericafps: (Unlock the bootloader, root the thing, and then) turn the thing off and hold down the power button and volume down button at the same time.17:38
fpsSonikkuAmerica: i did that before for the initial setup. i just want to flash a newer image since OTS is broken in that particular version17:39
SonikkuAmericafps: Well, the Nexus 4 is ubuntu-device-flash'able17:40
=== gcollura is now known as gcollura|afk
dansufHow could I solve this problem? "W/Adreno200-EGL( 2855): <qeglDrvAPI_eglSwapInterval:3645>: EGL_BAD_CONTEXT"  It appears on boot when surfaceflinger tries to run (.display-mir is removed as mir also fails)17:50
=== shadeslayer_ is now known as shadeslayer
rickspencer3dpm so, I created a scope in QtCreator, but there is no src/myscope.ini file that came with it :(17:57
rickspencer3when I do cntrl-R it says "no executable specified"17:58
=== marco_traveling is now known as marcoceppi
=== bfiller_afk is now known as bfiller
ogra_rsalveti, soo ... using http://paste.ubuntu.com/7164219/ actually gets me proper CPU values in the bootchart ... http://people.canonical.com/~ogra/hotplugging-bootchart.png ... but it also shows that there is a lot of bg noise (which I assume is the issue for not cropping the chart at the right point)18:29
ogra_effectively the CPU should be idle after ~35 sec ... but it isnt18:30
ogra_(it should have cropped the chart at 28 sec btw)18:32
rickspencer3satoris I ran into a small bug in the scopes template, where should I file it?18:32
ogra_rsalveti, i'm wondering if that noise is the wakelock18:34
ogra_ChickenCutlass, ^^^18:38
dpmrickspencer3, when you build it, the executable (lib$YOURSCOPENAME.so) is put in a build directory outside your source tree. The .ini file lives there18:39
rickspencer3hi dpm18:39
dpmrickspencer3, Ctrl+R integration with Qt Creator is still in the works18:39
rickspencer3ok, so that explains that18:40
rickspencer3dpm so I had to use cmake and make manually18:40
rickspencer3and then I had to add Author = to .ini.in18:40
rickspencer3now I'm finally able to load the scope in the scope tool, which is "cool as f*ck™"18:40
rickspencer3so time to start figuring out how to get it data ;)18:41
dpmyeah, it is!18:41
dpmrickspencer3, so I assume you tried the scope template instead of the tutorial code. Yes, we've got a bug and MP to add the missing Author key to the template. You can check the tutorial code on how to parse a JSON feed, I'm thinking that as it's not something the scopes API provide (generic JSON parser) we should probably add it to the template too18:43
rickspencer3thanks dpm18:43
rickspencer3dpm I just now have the example code loaded in QtCreator18:43
dpmah, cool18:44
* rickspencer3 dons mask and snorkle18:44
dpmthere Ctrl+B should work to build it18:44
dpmbut Ctrl+R support is not quite there yet18:44
=== VDVsx_ is now known as VDVsx
rickspencer3dpm btw, nice job getting the tutorial out so fast along with the new api and the template, etc...18:47
rickspencer3it's really good to have it all land so close together18:47
dpmrickspencer3, indeed, but most of the credit goes to pstolowski and ssweeney who put together the port of the code to the new API, and to kyleN, who's now writing the new tutorial18:48
rickspencer3cool18:48
rickspencer3nice job ssweeny and kyleN and pstolowski, who's not online atm :)18:48
rickspencer3man, I haven't looked at c++ like this in probably years18:49
rickspencer3really brings me back :)18:49
dpm:-)18:49
ssweenythanks rickspencer318:50
kyleNnice day to have my comcast modem die ;)18:53
ChickenCutlassogra_, which noise19:34
ogra_ChickenCutlass, well, look at the bootchart above19:35
ogra_theoretically the CPU should be absolutely quiet after ~35sec19:35
ChickenCutlassright19:35
ChickenCutlassogra_, what is that19:35
ogra_but there is a constant noise level in the CPU graph19:35
ogra_i have no clue19:36
ogra_there is no process doing anything ... the only explanation i have is that there is something in the container19:36
ChickenCutlassright19:36
ogra_but even there you should see some blue bars in the chart19:36
ogra_for CPU usage ...19:36
ChickenCutlassogra_, cpu usage is only use space processes and not kernel?19:37
ogra_the other explanation would be that the kernel itself produces this19:37
ChickenCutlassthat is what I was thinging19:37
ogra_bootchart uses stat and runs as root ... i would expect it shows the sum of user/kernel spaces19:37
ogra_i think we should ship these twoo upstart jobs though ... to force all cores on while booting19:38
ogra_(from the paste above)19:39
ogra_(screen comes up about 3sec earlier with it)19:39
=== Ursinha is now known as Ursinha-afk
ogra_on desktop we do something similar with the ondemand governor ...19:40
ChickenCutlassogra_, I am +1 for that.19:40
ChickenCutlassogra_, want to really know what that cpu usage is19:40
ogra_yeah, rsalveti sounded a bit scared :)19:40
ogra_yup ... lets discuss it in tomorrows standup ... probably the others have an idea19:41
ChickenCutlassok19:41
ogra_and i want to look into bootchart in general with apw tomorrow19:41
ogra_he has probably also an idea what the kernel could do to cause this19:41
ChickenCutlassyeah19:42
ogra_i was thinking the wakelock could be involved ... but thats a slightly to high frequency for a wakelock19:43
ogra_i guess :)19:43
ChickenCutlassogra_, don't thnk its a wakelock.19:44
ChickenCutlassogra_, but looks like something spinning19:44
ogra_right19:44
=== Ursinha-afk is now known as Ursinha
=== jhodapp is now known as jhodapp|bbl
=== chihchun is now known as chihchun_afk
=== gcollura|afk is now known as gcollura
rsalvetiogra_: is this before accepting the welcome screen?20:52
ogra_rsalveti, yes20:52
rsalvetiogra_: that will consume the cpu as it'll render non-stop20:52
rsalvetiif you accepted it at least once, it shouldn't be that20:52
ogra_bah, crap ... that eans we'll never get accurate bootcharts without killing it20:52
ogra_*means20:52
rsalvetiwakelock would block the system to suspend20:53
rsalvetibut not necessarily using the cpu20:53
ogra_right, i wasnt sure if it wouldnt produce any extra noise20:53
rsalvetiogra_: right, you need to make sure that before you run bootchart, you set whatever settings that needs to be set to skip that20:53
ogra_though that would be quite heavy :)20:53
rsalvetiguess mterry and Saviq would easily know what needs to be done to "accept" the welcome screen20:54
ogra_rsalveti, what do you thing about the upstart jobs ?20:54
ogra_i know what needs to be done, i got the code somewhere on disk for that20:54
rsalvetigreat20:54
rsalvetiogra_: I think it's fine, but would like to know if it works fine again after executing chmod 64420:55
mterryYou're talking about how to programmatically unlock?20:55
rsalvetimterry: yeah20:56
ogra_rsalveti, on mako it does, i need to test the other arches of mpdecision gets along20:56
mterrywe ship a helper script in unity8-autopilot (process_helpers.py: unlock_unity())20:56
mterryBut I have a branch to make it an all-in-one script that you call20:56
ogra_mterry, no, about the first boot welcome thingie20:56
mterryogra_, oh the welcome wizard?20:57
mterryogra_, or the edge demo?20:57
rsalvetiyeah, we just want to skip the welcome wizard20:57
rsalvetiyeah20:57
mterryI'm guessing you mean edge demo20:57
Saviqphablet-config20:57
ogra_mterry, yep20:57
mterryThat you can skip by setting an AccountsService field20:57
ogra_mterry, see the CPU usage after everything is up on http://people.canonical.com/~ogra/hotplugging-bootchart.png20:57
mterryogra_, ah right20:58
ogra_i guess thats the bouncy animation ...20:58
Saviqogra_, `phablet-config edges-demo --disable` should do20:58
ogra_Saviq, yeah20:58
mterrykgunn, so you added the Mir fixes to silo 004?  If you don't mind, please restart unity8 (I merged in the greeter-ux-fixes branch since it is taking so long to hit trunk)20:58
mterrySaviq, what?!  so fancy20:58
mterrykgunn_, so you added the Mir fixes to silo 004?  If you don't mind, please restart unity8 (I merged in the greeter-ux-fixes branch since it is taking so long to hit trunk)20:59
Saviqmterry, no changes to the list of MPs, just new commits?20:59
mterrySaviq, right20:59
Saviqmterry, it's building one already20:59
mterrySaviq, though kgunn_ had mentioned some Mir fixes I'd like to get in the silo too.  Though I think he made thos20:59
mterrySaviq, I just pushed a new commit.  Ah well20:59
Saviqmterry, ok, let's21:00
Saviqah, and it's been executing 6hrs now?21:00
kgunn_^ yeah i wondered bout that21:00
Saviqit was waiting for lightdm, didn't we drop that?21:01
kgunn_didn't look close but thot...geeze that's for along time21:01
mterrylightdm can be dropped21:01
pmcgowankgunn_, right edge?21:01
Saviqlooks like we didn't reconfigure right21:01
kgunn_wonder if the new reconfig capabilities for landers went wonky21:01
kgunn_pmcgowan: left edge21:01
kgunn_pmcgowan: jk....what's up ?21:01
pmcgowanwah?21:01
pmcgowanjust saw your status right edge in silo21:01
kgunn_pmcgowan: yep, Saviq gonna put it in (if he hasn't already)21:02
Saviqkgunn_, pmcgowan, waiting for previous unity8 landing to reach distro21:02
Saviqmterry, http://pastebin.ubuntu.com/7164957/ looks like the right list of MPs?21:03
Saviqactually looks like we need a build of unity-mir, since distro overtook it21:04
mterrySaviq, yes?  but recent changes in Mir might need newer fixes in unity-mir platform-api.  I haven't tried rebuilding those21:05
Saviqmterry, ok, let's see, just kicked new unity-mir21:05
Saviqpmcgowan, what about the right edge?21:05
pmcgowanSaviq, nothin, just waiting for it21:06
Saviqpmcgowan, ah, then yeah, really hope to get it tonight21:06
pmcgowanneed the daily crack21:06
Saviqgot delayed a bit by the beta freeze21:06
pmcgowanyeah21:06
pmcgowanlots of that21:06
pmcgowanalways something21:06
Saviqindeed21:06
Saviqstill in proposed :|21:06
Saviqmterry, I think you need to merge trunk and fix changelog for unity8 split21:13
mterrySaviq, hrm, ok21:13
Saviqor maybe not21:13
Saviqmterry, wait for it!21:14
Saviqmterry, no need, it was due to unity8 being stuck in proposed21:15
Saviqmterry, kicked unity8, unity-mir, platform-api then21:15
mterrySaviq, can you re-kick unity8 again pretty please?  One last fix before I jot off for the weekend21:17
mterrysorry21:17
Saviqmterry, didn't reach unity8 yet, we good21:17
mterrySaviq, great21:17
Saviqmterry, you off tomorrow?21:17
mterrySaviq, yeah, but I'll be on and off IRC for any disasters21:18
Saviqmterry, don't be, enjoy the weekend21:18
mterryin case this rebuild of the silo explodes21:18
Saviqmterry, can wait, enjoy your time off21:18
mterrybut explosions!  :)  Have a good weekend yourself, Saviq!21:19
Saviqo/21:19
mterryeven if you have to wait longer  :)21:19
SamZaNemesisHow can I enable framebuffer terminal on the kernel on embedded devices so I can see what's going on instead of pulling a file every time it crashes?21:24
SamZaNemesisOr rather just debugging the kernel through serial/usb, my device is an HTC Ville which is msm8960-like21:24
Saviqcrap, forgot to reconfigure21:34
Saviqoh good, it failed anyway, build-forcing21:36
kgunn_Saviq: don't think it'll work tho...says we need ted to put a commit msg in the mp21:39
Saviqted!21:39
Saviqand he just quit21:39
Saviqkgunn, seems texas had a network issue, first ted then you :)21:40
kgunnseriously!21:40
kgunnit like from 3:30 - 4:30 my router gets grumpy21:41
pmcgowankids get home21:41
kgunnpmcgowan: streaming CoD21:41
pmcgowanyep21:41
Saviqkgunn, you tricked me, we can set ted's commit message ;D21:50
Saviqkicked again21:50
kgunnSaviq: huh...i didn't realize...21:50
kgunnSaviq: so you can just go to lp and add one? even if your not the branch owner ? weird21:50
Saviqkgunn, it's a team thing21:51
pmcgowanballoons, did you figure out that saucybacon failure?21:54
balloonspmcgowan, I didn't narrow it further than assuming it's 5.2 related21:55
pmcgowanballoons, its odd, qmlscene is not taking that -I option only on arm21:56
pmcgowanI bet we did something like backport21:56
balloonspmcgowan, did things change with qmlscene for 5.2.. I mean argument wise?21:56
pmcgowannot according to the --help21:56
balloonsso pmcgowan you are saying it works on the desktop?21:59
pmcgowanyeah but not sure it means anything21:59
pmcgowanany option I give it on the phone it says invalid option21:59
pmcgowanpopey, rsalveti did we do anything nonstandard with qmlscene do you know?22:01
rsalvetinot that I know,no22:02
rsalvetibut I always had the invalid option error afaik22:02
Saviqmterry, FYI, looks everything built in the ppa now22:06
=== jhodapp|bbl is now known as jhodapp
Saviqpmcgowan, rsalveti, I just created a new emulator and scopes show just fine?22:18
pmcgowanSaviq, using 264?22:18
Saviqpmcgowan, whatever's the latest, yes I believe so22:19
rsalvetiSaviq: hm, weird, I created one at the same time pmcgowan created one as well, and both were without scopes22:19
rsalvetilet me start it again22:19
SaviqCreating "devel-proposed" from devel-proposed revision 26422:20
Saviqso yeah22:20
rsalvetiSaviq: pmcgowan: working now =\22:22
rsalvetimaybe just not during first boot?22:22
rsalvetilet me reboot it again22:22
=== salem_ is now known as _salem
pmcgowanrsalveti, oh man, will try again22:23
pmcgowanballoons, I reported this fwiw https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/129865922:23
ubot5Ubuntu bug 1298659 in qtbase-opensource-src (Ubuntu) "qmlscene reports invalid option -I" [Undecided,New]22:23
YesIamKriszHi Everybody!22:23
YesIamKriszIs here anybody who can help in some question?22:24
balloonspmcgowan, ohh you know what, reminders does the same I believe22:24
pmcgowanmaybe thats why I get empty pages for it22:24
pmcgowanbut it runs22:24
Saviqaarrgh damn ^C22:25
pmcgowanlol did that earlier22:25
balloonsYesIamKrisz, just ask your question, no need to ask to ask22:25
Saviqwe should just disallow logging in on tty022:25
YesIamKriszWho are working on the Ubuntu Touc for Moto G?22:26
balloonsYesIamKrisz, no one listed. https://wiki.ubuntu.com/Touch/Devices.22:29
Saviqrsalveti, afaict it's Qt leaking, any qmlscene app will leak, too22:35
Saviqobviously much slower22:35
Chipacahey all. dumb question about the phone: what's the component that handles the notification when an sms arrives?22:40
SaviqChipaca, telephony service kicks a notification via libnotify to unity822:41
ChipacaSaviq: what package is the telephony service as such?22:41
Chipacatelephony-service?22:41
SaviqChipaca, yup22:41
ChipacaSaviq: crazy, this idea of obvious names22:42
Chipaca:)22:42
ChipacaSaviq: thanks22:42
rsalvetiSaviq: yeah, probably qt, just didn't investigate to see the culprit yet22:42
=== jhodapp is now known as jhodapp|afk
=== jhodapp|afk is now known as jhodapp
Chipacahave all the http://developer.ubuntu.com/resources/... pages gone away? Was looking for http://developer.ubuntu.com/resources/technologies/application-indicators/ but there's nothing there23:11
=== jhodapp is now known as jhodapp|afk
=== mhall119 is now known as mhall119|offline

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