/srv/irclogs.ubuntu.com/2013/07/04/#ubuntu-unity.txt

=== jono is now known as Guest55880
mhall119Saviq: someone on G+ says they are experiencing the same slowdown on GNexus02:53
=== hggdh_ is now known as hggdh
Mirvtsdgeos: qt 5.1.1 is more likely, although without not much testing done yet the only known blocker for 5.1 is the QPA plugin which is not done yet04:20
mlankhorstmorning05:58
MCR_didrocks, hi. Can you tell me if a 0.9.10.0 release of Compiz is planned and imminent ?06:11
didrocksMCR_: should be, we are transitionning Xorg 1.14 today, compiz is next06:12
didrockswhy?06:12
MCR_because Sam mentioned something like this and I need to know if trunk is frozen...06:12
MCR_but I have no details on it06:12
didrocksMCR_: better to avoid changing it now06:13
MCR_All I have is this: https://code.launchpad.net/~mc-return/compiz/compiz.merge-thumbnail-improvements/+merge/170548/comments/38442806:13
MCR_but no further info06:14
tvossSaviq, ping06:14
didrocksI would prefer we stop evolved compiz for the time being06:14
tvossmlankhorst, good morning :)06:14
didrocksuntil we land 0.9.10.006:14
Saviqtvoss, pong06:14
MCR_didrocks, do you have an ETA for that? -> a lot of MPs with finished reviews are waiting to land...06:15
MCR_smspillaz, ^^06:15
mlankhorstmorning06:15
MCR_hi, btw (if you are here), Sam...06:15
didrocksMCR_: as told, once xorg 1.14 lands06:17
MCR_aha, prepare for troubles ;)06:17
didrockswhich is what mlankhorst and Mirv are coordinating06:17
Saviqdidrocks, https://code.launchpad.net/~unity-team/unity8/packaging-cleanup/+merge/172578 feels ready06:17
smspillazMCR_: I don't handle releases06:18
MCR_first tests with xorg-edgers (still 1.13) on R showed a lot of problems here :(06:18
didrocksSaviq: yeah, +1! qtubuntu-android and libunity are all good :)06:18
MCR_also the new fglrx is slow and buggy06:18
Saviqdidrocks, can you have a quick run through over debian/ there06:19
Saviqdidrocks, I'll try installing on devices and ask mzanetti to have a look through, too06:19
MCR_didrocks, qu: who is responsible for Compiz in Ubuntu ?06:19
didrocksSaviq: sure, in ~40 minutes good? I want to finish some google-mork for mirv06:19
didrocksMCR_: sil2100 is the stack holder, but he's on holidays06:19
Saviqdidrocks, sure06:20
MCR_didrocks, well -> then a freeze does not make sense...06:20
didrocksMCR_: I know that andyrock is testing current trunk06:20
MCR_ah, cool06:20
didrocksMCR_: so don't make it unstable06:20
MCR_I never make it unstable06:20
smspillazdidrocks: to be fair, its probably me who will make it unstable :)06:20
smspillazbut that's because I always take the hard stuff :)06:21
MCR_185 branches merged, none reverted is a good quote, no ?06:21
didrockssmspillaz: heh :)06:21
MCR_smspillaz, that is true (with the hard stuff)06:21
MCR_I just can fix what I understand ;)06:22
MCR_but I am learning fast ;)06:22
MCR_smspillaz, we have quite a few branches which just need your gogo...06:22
smspillazMCR_: don't really have time, I'm travelling the next few days06:23
MCR_smspillaz, ok -> we'll wait then I guess :(06:23
MCR_happy travellin' -> if you are near Vienna, Austria I buy you a drink...06:24
MCR_my impression was we just have one Compiz release per cycle, at the end of the cycle...06:27
MCR_Compiz + Unity7 + xmir + xorg 1.14 + proprietary drivers in Saucy -> I'm happy I'm not responsible for that stack...06:34
MCR_I'm out, c ya.06:52
Saviqtsdgeos, can you please have a look at the hud toolbar buttons with the latest ubuntu-ui-toolkit?07:55
tsdgeosthey look crap, right?07:55
Saviqtsdgeos, yeah, not sure what changed07:56
tsdgeosi think i saw them yesterday in the autopilot tests run07:56
tsdgeosand thought "must be only this autopillot thing"07:56
tsdgeosbut then thought "but why?"07:56
tsdgeosand then forgot :D07:56
Saviqtsdgeos, fixed07:57
Saviqtsdgeos, http://pastebin.ubuntu.com/5842753/07:58
tsdgeosthat was fast :D07:58
tsdgeosSaviq: you propose it?08:00
Saviqtsdgeos, yeah08:01
Saviqtsdgeos, we need to release (going into daily)08:01
Saviqtsdgeos, but SDK crapped out on us ;)08:01
tsdgeoshe he08:01
Saviqtsdgeos, https://code.launchpad.net/~saviq/unity8/abstract-button/+merge/17296608:16
Saviqtsdgeos, wth was the env var to print draw calls?08:16
tsdgeoshmmm08:16
tsdgeosi know how for qpainter, but not sure i have ever known the "qml scene" one08:17
Saviqdamn08:17
tsdgeosSaviq: this are all the getenv that qtdeclarative has http://paste.kde.org/~tsdgeos/788726/08:25
Saviqmight be QSG_RENDER_TIMING now08:25
tsdgeosthat is 5.1 though08:25
tsdgeoslet me branch to 5.008:26
tsdgeoshttp://paste.kde.org/~tsdgeos/788738/08:26
tsdgeos5.0 ones08:26
tsdgeosQML_RENDERER_TIMING ¿08:27
tsdgeosmzanetti: ping08:28
mzanettitsdgeos: hey08:28
tsdgeospos = qMax(qMin(bottomItem->position() - highlightRangeEnd, -maxExtent), -minExtent);08:29
tsdgeosthat's what gives the -38 the thing animates to08:29
tsdgeosi think you are being tricked by the fact you do bottom up but the list does not and everyone gets confused08:29
tsdgeosbecause otherwise not sure how bottomItem is the one causing you problems08:30
mzanettitsdgeos: ?08:32
mzanettinot following08:32
tsdgeos:D08:32
tsdgeosthe listview angle thing08:32
tsdgeosfor the launcher08:32
mzanettitsdgeos: just set inverted to false08:32
mzanettitsdgeos: the issue will be the same the other way round08:32
tsdgeosah sorry, i can't copy & paste08:33
tsdgeosis not bottomItem08:33
tsdgeosbut topItem08:33
tsdgeos  >│1449                        pos = qMax(qMin(topItem->position() - highlightRangeStart, -maxExtent), -minExtent);                                                                                                                                                           │08:33
mzanettiwhere did you get this line?08:34
tsdgeosgdb :D08:34
tsdgeoshttp://paste.kde.org/~tsdgeos/788762/08:34
tsdgeosthis is the problem08:34
tsdgeosyour topitem pos and the highlightRangeStart don't match08:35
tsdgeosnow, not sure where highlightRangeStart comes from08:35
tsdgeosok, it's preferredHighlightBegin08:35
mzanettiyeah... thats what I'm saying08:36
mzanettithe preferredHighlightBegin seems to be set, but not updated to the items08:37
mzanettiand on the first interaction with the mouse they are updated, which makes it jump to that semi-folded position08:37
tsdgeosnot sure i follow :D08:42
tsdgeosoh man08:43
tsdgeoshttps://jenkins.qa.ubuntu.com/job/unity-phablet-qmluitests-saucy/406/testReport/junit/%28root%29/ListViewWithPageHeaderTestSection/testInsertItemsBeforeValidIndex/ failed again :/08:43
tsdgeosmzanetti: can you detach me that vm so i try running the test there manually?08:43
nic-doffaySaviq, thanks for the mail.08:44
Saviqnic-doffay, cheers, makes sense?08:44
nic-doffaySaviq, yep. Spoke to Florian about themes yesterday, so I'm busy implementing those and splitting up the component. Looks like I'll get to this after.08:46
Saviqnic-doffay, cool08:52
dednickSaviq: ping09:52
Saviqdednick, pong10:00
dednickSaviq: about the indicators-client. Did you mean on the desktop there was only datetime?10:01
Saviqdednick, no, on device10:01
dednickSaviq: hm. no, that's not expected10:02
Saviqdednick, the panel icons were there10:02
Saviqdednick, but pages were empty (not even the "Empty!" labels)10:02
dednickSaviq: i c. i'll take a look10:02
mzanettitsdgeos: this reproduces the issue: http://paste.ubuntu.com/5843019/10:03
dednickSaviq: do you remember if the messaging/network icon showing the correct icon?10:03
tsdgeosmzanetti: cool, that's so simple!10:04
Saviqdednick, it seemed to, yes10:04
mzanettidednick: Saviq: http://s-jenkins:8080/job/generic-mediumtests-runner-testing/2/10:05
mzanettidednick: does that work for you?10:06
dednickmzanetti: when build and run from local, yes.10:07
mzanettidednick: ?10:07
Saviqmzanetti, nice!10:07
dednickmzanetti: looks like it's trying to find it in the build folder, but doesnt ap use a installed package?10:08
dednicki ean ap o jenkins10:08
dednickurg10:08
dednickmzanetti: i mean autopilot on jenkins10:08
mzanettidednick: yes10:08
mzanettidednick: it installs *.deb from our repo and calls "autopilot run indicators_client" without a build dir10:09
mzanettidednick: your tests would need to be prepared for that10:09
dednickmzanetti: yeah. i see it doesnt check for installed path10:09
=== MacSlow is now known as MacSlow|lunch
tsdgeosSaviq: have good and bad news :D11:43
tsdgeosSaviq: basically the render loop of 5.0 is "not that good"11:51
tsdgeosand it's what leads to those random test failures in the "quite slow" CI VMs11:51
tsdgeosi updated the CI VM to 5.1 and *boom* the failures are go11:52
tsdgeosne11:52
mzanettitsdgeos: yay! thats quite good news I'd say11:59
=== MacSlow|lunch is now known as MacSlow
mzanettitsdgeos: Do you think we should disable the failing tests until upgraded to 5.1?12:00
=== alan_g is now known as alan_g|lunch
Saviqtsdgeos, yeah, I say that's good12:15
Saviqtsdgeos, another reason to switch to 5.112:16
Saviqdidrocks, it's in, we can has daily release? :D12:17
Saviqdednick, sorry about that... the packaging cleanup branch just went in12:18
Saviqdednick, and there's quite some conflicts12:18
Saviqdednick, ping me if you have issues merging12:18
Saviqdednick, one important thing to do is to change the installation path to ${SHELL_PRIVATE_LIBDIR}12:19
Saviqdednick, see https://code.launchpad.net/~unity-team/unity8/packaging-cleanup/+merge/172578 for the diffs12:19
didrocksSaviq: queuing your request :p12:21
Saviqdidrocks, but! but... I've been in the queue for two weeks already! ;)12:22
didrocksSaviq: hem, you do had stuff to do, don't tell you were waiting on me for 2 weeks :p12:22
Saviqdidrocks, of course I didn't, I was blocked on that! ;P12:23
* Saviq biab, trying to fix the overheating laptop...12:23
dednickSaviq: ok, i'll take a look12:28
pete-woodsdidrocks / cyphermox: question - can you tell me where it is (a PPA, presumably?) that the releases of libusermetrics go?12:30
didrockspete-woods: it's going to distro12:30
pete-woodspresumably the guys working on unity are able to get it from somewhere12:30
pete-woodsoh, cool12:30
* pete-woods is both pleased and scared :)12:31
didrocks:)12:31
mhr3pete-woods, i had some trouble compiling it, mostly because of missing #include <stdexcept>12:40
mzanettidednick: the multi-job capable mediumtests runner is live now. Please let me know when I can/should enable the indicators_client test suite12:40
dednickmzanetti: ok. will do12:41
mhr3pete-woods, applied http://paste.ubuntu.com/5843395/ but it's a bit overzealous, run a few sed's on the tree :)12:42
pete-woodsmhr3: are you compiling it on raring?12:46
pete-woods(i.e. backporting it)12:47
pete-woodsmhr3: because if so you will need to build qdjango from source, too12:47
pete-woodsusing the source package from saucy12:48
mhr3pete-woods, nope, i just grabbed the one from repos, worked fine12:48
mhr3pete-woods, and yes, raring12:48
pete-woodsmhr3: that's very strange, qdjango 0.2.6 is built against qt4 and would normally segfault if you mix it with a qt5 library12:49
pete-woodsmhr3: it would compile happily, though, leading to a false sense of success12:50
mhr3pete-woods, well, i didn't actually run the daemon, just wanted to compile unity8 and for that needed .pc file of usermetrics12:51
pete-woodsmhr3: well I would advise if you actually want it to run, to also build the newer qdjango :)12:51
mhr3pete-woods, unity8 runs, that's important ;)12:54
tsdgeosmzanetti: well, the thing is that i am not really sure which are the failing tests12:54
tsdgeospotentially it's all of them i'd say12:54
tsdgeossince what happens is that sometimes i say "update"12:55
tsdgeosand the "update callback" doesn't come back12:55
mzanettitsdgeos: I for one would be ok with disabling all of them until we switch to 5.1. As long as we have tests ready to be enabled and know the reason why they fail for now...12:56
tsdgeosmzanetti: not really sure what i prefer tbh12:57
mzanettitsdgeos: you mean not switching to the new LVWPH until we have Qt5.1?12:57
tsdgeoswell we have lrady swithced :d12:58
mzanettitsdgeos: whats the other option then?12:59
mzanettikeeping the tests randomly failing until 5.1?13:00
tsdgeosostrich-style13:00
tsdgeos:D13:00
mzanettilol13:01
tsdgeostbh don't know13:01
mzanettitsdgeos: given that the switch to qt5.1 is still at least a month away, a -1 on that one from me13:01
=== alan_g|lunch is now known as alan_g
tsdgeosmzanetti: sure13:02
tsdgeosi'm just thinking what is better13:02
tsdgeosrevert LVWPH13:02
tsdgeosor just comment the tests13:02
mzanettiwell, it does improve things already13:02
tsdgeosthat's the question13:03
tsdgeosdoes it?13:03
mzanettiah, you're not sure on that one?13:03
tsdgeosi mean, the failures we see on the tests13:03
mzanettidoes this issue also happen with usage or only with tests?13:03
tsdgeoswe could see in real life13:03
tsdgeosi don't see them13:03
tsdgeosever13:03
tsdgeosand i think it's just because the "old" scheduler in 5.0 has issues with slow cpus13:03
tsdgeosbut you know how threads work13:04
mzanettiwhats the symptoms? a visual glitch or a complete lockup or crash?13:04
tsdgeosthe fact that you don't see the problem doesn't mean it's not there13:04
tsdgeosthe symptom is that a redraw of the scene is not triggered when it should13:04
tsdgeosprobably on real life it's not so bad13:04
tsdgeossince you'll have another one soon13:04
tsdgeosbut on tests13:04
tsdgeoswhere i do only 2 things13:05
tsdgeosit's very "obvious"13:05
mzanettiso a visual glitch... and most likely even a small one13:05
tsdgeossince sometimes the 2nd thing doesn't trigger the update13:05
tsdgeoson real life you'd have something else coming over and updating and you probably wouldn't notice anything13:05
mzanettimy vote goes to keeping LVWPH and temporarily disable tests13:05
mzanettibut probably Saviq is the one to decide ^13:06
* dandrader jumps in the middle of the conversation13:07
dednickSaviq: so we now have a separate plugin and modules folder, but they end up going into the same folder anyway. sense?13:07
dandradermzanetti, you mean temporarily disabling autopilot test or qmluitests?13:07
mzanettidandrader: qmltests for LVWPH only13:07
dandraderah, ok13:07
=== _salem is now known as salem_
Saviqcan you connect to mumble guys?13:27
* Saviq reads backlog13:28
* tsdgeos can't13:28
* MacSlow can't connect to mumble-server anymore13:28
paulliuI can't.13:28
Saviqdednick, yes13:28
Saviqdednick, they end up on QML2_IMPORT_PATH13:28
Saviqdednick, we could just as well split it up, but there's probably no reason to13:28
Saviqdednick, or we could merge all of them into "qml" in our tree13:29
tsdgeosi'm in!13:29
dednickSaviq: yeah, i wasn't seeing the purpose of the split in the tree13:29
dednickseeing as they're merged in the tests/mocks as well.13:29
Saviqs/QML2_IMPORT_PATH/SHELL_PRIVATE_QML_IMPORT_PATH/13:29
Saviqnic-doffay, standup13:31
nic-doffay Saviq trying to get mumble working...13:38
cyphermoxpete-woods: yeah, you should have had a release at least yesterday13:41
cyphermoxpete-woods: and I'm going to go check it out for today13:42
cyphermoxrsalveti: I think we're missing a chewie release for the changes I made yesterday and renato's device-switch branch13:43
* cyphermox flashes today's image13:44
dednickSaviq:  i dont think there is anything except the plugin folder at the moment. The module folder only exists in indicators, so i could just move it back to plugins fairly easily.13:47
Saviqdednick, we should rename it to "qml" probably13:48
Saviqdednick, to just be consistent with the installation path13:48
dednickSaviq: ok13:48
nic-doffayCimi, https://code.launchpad.net/~nicolas-doffay/+junk/option-selectors13:50
Ciminic-doffay, thx13:51
Ciminic-doffay, what are you working on?13:57
Ciminic-doffay, a new component?13:57
SaviqCimi, http://design.ubuntu.com/apps/building-blocks/option-selector13:58
Cimigot it13:58
nic-doffayCimi, yeah OptionSelector14:01
Saviqdednick, why do you reckon it's using fakes on ./run?14:02
dednickSaviq: sorry, i think it was just my branch.14:03
Saviqdednick, other than fake apps and LightDM, which is on purpose?14:03
Saviqdednick, k14:03
dednickSaviq: forgot to add the modules path to the import overrides.14:04
=== tvoss is now known as tvoss|errands
didrocksSaviq: first unity8 daily release completed!14:16
pete-woodscyphermox: thanks, it was just that someone was asking where they could get hold of one of the libraries, and I looked in all the PPAs, but couldn't see it. hadn't realised it was going to distro!14:19
Saviqdidrocks, !!!14:24
Saviqdidrocks, so now's the time to read through https://wiki.ubuntu.com/DailyRelease/FAQ right? ;)14:25
didrocksSaviq: I guess it is time :)14:25
didrocksSaviq: the integration tests are not running, tell me if/once they are ready so that I can add them14:26
Saviqdidrocks, it's still in my browser-tab-queue14:26
didrocks(for unity-api, unity8 and the whole stack)14:26
didrocksgreat!14:26
Saviqdidrocks, there are some integration tests, we could have them enabled, really14:26
didrocksSaviq: as you wish, just tell me :)14:26
cyphermoxpete-woods: np14:26
Saviqdidrocks, we'll be growing them soon14:26
Saviqdidrocks, but enabling them now is a good idea as any14:26
dandradergreyback gone?14:26
didrocksSaviq: if you prefer to wait, that's fine as long as it's landing to a PPA14:27
Saviqdidrocks, I don't see any advantage in waiting14:27
didrocksSaviq: ok, so installing unity8-autopilot and running "unity8" autopilot target, anything else?14:28
=== alan_g is now known as alan_g|tea
Saviqdidrocks, nothing else now14:28
Cimimzanetti, lol looks like I terribly broke the calendar somehow14:29
mzanettiCimi: indeed14:30
Cimimzanetti, I swear it was working before publishing the branch14:30
Cimi!14:30
mzanetti:)14:30
Cimimzanetti, it's onCurrentDateChanged14:31
Cimimzanetti, it conflicts with onCurrentIndexChanged14:31
Cimimzanetti, because they both do stuff...14:31
mzanettiCimi: why do you reset the model anyways onCurrentDateChanged?14:33
mzanettiCimi: shouldn't you just set the currentIndex in there?14:33
mzanettiCimi: unless its outside of min/may. In that case print a error message and do nothing14:33
mzanettis/may/max/14:33
Saviqdidrocks, ah wait, we still depend on indicators from https://launchpad.net/~phablet-team/+archive/desktop-deps/14:35
Saviqdidrocks, that dep will be gone next week at the latest14:36
didrocksSaviq: you have conditional code building?14:36
Saviqdidrocks, no, it's a runtime dep14:36
Saviqdidrocks, it's actually a recommends14:36
didrocksah, anyway, it's in the next ppa, so not as important as if it was in distro :)14:36
Saviqdidrocks, but there is a dep for indicators-client14:37
Saviqdidrocks, so the integration tests will fail without that14:37
Cimimzanetti, yes yes14:37
Saviqdidrocks, so we might wait for that before enabling them14:37
Cimimzanetti, it should change if no element has that month14:37
Cimimzanetti, I need to rewrite that crap14:38
mzanettiCimi: ok. let me know if you need something or are ready for another review14:38
didrocksSaviq: no worry, it's a 10 minutes thing to enable it, just ping me :)14:38
Saviqdidrocks, will do14:38
Cimimzanetti, I thought code worked14:38
mzanettiCimi: yeah... guess what happened to me with the launcher14:39
Cimimzanetti, then my plan was to use for cycles to fetch inside the current model and append elements instead clearing all14:39
Cimion a second review14:39
Cimimzanetti, at this point I just rewrite all of them into a 'bigga review'14:39
mzanettiCimi: ok14:39
Saviqdidrocks, shall powerpc be disabled for ppa:ubuntu-unity/next? nothing builds due to missing Qt?14:47
didrocksSaviq: no, we keep the ppa with the same configuration than distro14:48
didrocksSaviq: it just dep-wait, which is fine14:48
Saviqdidrocks, ok14:48
didrocks(I know, the cross is a little bit puzzling)14:48
didrocksbut daily releases deals with that14:48
Saviqdidrocks, ok14:48
didrocksif one day, we have powerpc, it will wait on it before copying14:48
didrocksas long as it dep-wait, it will treat that as non existant :p14:49
rsalveticyphermox: yeah, didn't create a release because of an annoying bug when using any switch in the network-indicator14:57
rsalvetiit just goes to 'Empty!'14:58
cyphermoxah?14:58
rsalvetiso if you disable wifi, for example, you can't enable it again14:58
cyphermoxthe switch works fine here14:58
rsalvetinot related with your change14:58
cyphermoxactually it could be14:58
m4n1shcan someone have a look at Merge Req for Bug #1196878 and #1196800 and #119682214:58
ubot5`bug 1196878 in Unity Videos Lens "Port Unity Lens Video to libzeitgeist2" [Undecided,Confirmed] https://launchpad.net/bugs/119687814:58
ubot5`bug 1196822 in unity-lens-applications "Port unity-lens-applications to libzeitgeist2" [Undecided,Confirmed] https://launchpad.net/bugs/119682214:58
ubot5`bug 1196800 in unity-lens-files "Port Unity Files Lens to libzeitgeist2" [Undecided,Confirmed] https://launchpad.net/bugs/119680014:58
cyphermoxrsalveti: I'll test this some more14:58
cyphermoxhas everything landed?14:58
cyphermoxI mean, in trunk?14:59
rsalveticyphermox: bug 119578714:59
ubot5`bug 1195787 in touch-preview-images "Network indicator shows empty list after associating" [Medium,Confirmed] https://launchpad.net/bugs/119578714:59
rsalvetisame happens when disabling/enabling wifi14:59
cyphermoxyeah14:59
rsalveticyphermox: also, noticed that nm is unable to auto connect with my sim card, seems it's trying it too early14:59
cyphermoxI think it's still the same issue14:59
cyphermoxah, ok14:59
cyphermoxcan you ship me logs15:00
rsalvetisure, let me just do our stand up first15:00
cyphermoxlike, file a bug for that and add syslog so I can see what happens?15:00
Saviqmzanetti, tsdgeos, greyback, dandrader who wants to try (and ideally has the time today still) and strip the shell (or build something minimal) that shows this bug https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1197801 ?15:02
ubot5`Launchpad bug 1197801 in Ubuntu UI Toolkit "Unity8 is hogging the CPU when idle" [Critical,In progress]15:02
tsdgeosSaviq: do we have any clue of what's causing it?15:03
Saviqtsdgeos, we've narrowed it down to http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk/revision/57015:03
Saviqtsdgeos, Kaleo_ is on it, but he's on raring, so can't get the shell to run15:04
tsdgeos:/15:04
cyphermoxrsalveti: I think today's image also didn't take the latest NM15:07
dandraderSaviq, well, I can try. have 75% of my work day ahead of me still15:07
tsdgeosSaviq: i'm a bit busy with mzanetti's listview snap bug, if someone else can take it, it'd be great15:07
Saviqdandrader, I'll try and get as close as possible (my current plan is to just let him use -f)15:08
greybackI'm a bit busy too, but can try later on this evening if I have time15:08
dandraderSaviq, erm, so you will do it as well? does it make sense to have 2 persons working on the very same thing?15:09
Saviqdandrader, I mean that I'll get as close as possible15:09
Saviqdandrader, and let you take over in 20 mins or so15:09
dandraderSaviq, ah, ok. let me know when you're done15:09
Saviqdandrader, actually I might've just finished :d15:09
tsdgeosthat was fast!15:09
Saviqdandrader, need to see on a clean(er) machine15:10
=== salem_ is now known as _salem
=== _salem is now known as salem_
=== salem_ is now known as _salem
=== _salem is now known as salem_
=== alan_g|tea is now known as alan_g
rsalveticyphermox: hm, that's weird15:40
cyphermoxso I'm not dreaming?15:41
cyphermoxI do upgrade and get it though15:41
* rsalveti checking15:41
rsalvetinetwork-manager0.9.8.0-0ubuntu13phablet115:41
rsalvetiseems to be the latest15:41
cyphermoxyeah15:42
cyphermoxsomehow the image build didn't catch it yet15:42
cyphermoxperhaps it was just a tad too late to get published15:42
rsalvetiwell, that's from the manifest15:43
rsalvetihttp://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/current/saucy-preinstalled-touch-armhf.manifest15:43
cyphermoxoh15:43
cyphermoxthen I didn't get the right image15:43
rsalvetibut we'll respin another image in a few anyway15:43
cyphermoxah15:43
cyphermoxI didn't get the right image, that's why15:43
cyphermoxI had 03.115:43
cyphermoxok, indeed indicator-network gets empty when you deselect a wireless item15:44
rsalvetiSaviq: hey, how long do you think it'll take to fix bug 1197801?15:47
ubot5`bug 1197801 in Ubuntu UI Toolkit "Unity8 is hogging the CPU when idle" [Critical,In progress] https://launchpad.net/bugs/119780115:47
rsalvetijust trying to figure out if we should wait it to be fixed before triggering a new image15:47
Saviqrsalveti, probably not15:47
Saviqrsalveti, Kaleo_ is looking into it15:47
Saviqrsalveti, I'm preparing a trimmed-down shell for him to reproduce on raring15:48
rsalvetiright15:48
Saviqrsalveti, and he'll revert if failed15:48
rsalvetiKaleo_: just update to saucy, lazy boy :P15:48
Kaleo_rsalveti: no15:48
Kaleo_rsalveti: we support app developers15:48
Kaleo_rsalveti: app developers don't use saucy15:48
rsalvetiKaleo_: I know, but I like to bug you15:49
Kaleo_rsalveti: in that case; come here15:49
Kaleo_rsalveti: we are waiting for you :)$15:49
rsalvetiKaleo_: indeed!15:49
Kaleo_and now, lunch15:49
Kaleo_see you soon15:49
rsalvetiyeah, let me eat something as well15:50
=== boiko_ is now known as boiko
=== dandrader is now known as dandrader|afk
=== dandrader|afk is now known as dandrader
=== alan_g is now known as alan_g|life
Cimimzanetti, I kinda (maybe) fixed it17:12
Cimimzanetti, but tomorrow I'll continue working on the for things...17:12
mzanettiCimi: ok17:12
Cimifor cycles17:12
=== dandrader is now known as dandrader|afk
dednick_larsu: ping17:28
=== dandrader|afk is now known as dandrader
=== Trevinho_ is now known as Trevinho
=== larsu_ is now known as larsu
=== dandrader is now known as dandrader|afk
=== robru_ is now known as robru
=== dandrader|afk is now known as dandrader
=== s1aden is now known as sladen

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