/srv/irclogs.ubuntu.com/2014/03/21/#ubuntu-unity.txt

=== duflu_ is now known as duflu
=== WebbyIT is now known as rpadovani
mhr3Saviq, btw two notes from design review, not sure if anyone opened these as bugs yet09:59
mhr3- carousel visual in scopes isn't correct (should be circular)09:59
mhr3- orange dividing line when revealing indicators shouldn't disappear when the overlay is fully opened09:59
Saviqmhr3, nope, Jouni just said "approved"09:59
Saviqmhr3, ah but that's not even new-scopes09:59
mhr3Saviq, nah, general stuff10:00
Saviqmhr3, not sure what the first one means, though10:00
Saviqmhr3, care to file them please?10:00
mhr3Saviq, the first one still needs visual design, cause afaict it matches it fine10:00
Saviqmhr3, affect ubuntu-ux then?10:01
mhr3Saviq, fwiw it was about the corners of the carousel - they shouldn't be just cut, the carousel has to be "shaped" differently10:01
Saviqmhr3, ah you mean edges?10:01
mhr3yea10:01
Saviqmhr3, like left/right edge?10:01
Saviqmhr3, there's some shadow that's meant to happen AFAIR10:01
mhr3Saviq, otherwise switching between scopes that have carousels is too weird10:01
Saviqmhr3, yup, understood10:02
mhr3Saviq, anyway, just a headsup on upcoming changes10:04
Saviqmhr3, yeah thanks10:04
Saviqgreyback, hey, opinion: bug or not https://bugreports.qt-project.org/browse/QTBUG-37677 ?10:39
greybackSaviq: so it does sounds like a bug, but I suspect the way Mir blocks rendering of clients isn't good either. I believe Mir causes Qt to block in its rendering thread at the swapBuffers call, which I'm not sure is a typical thing to do. Usually I'd expect a window manager to send "window hidden" events to all clients, so that they can pause their rendering thread, yet keep chewing events10:43
Saviqgreyback, well, as we've seen from 5.0, this can happen regardless10:44
Saviqgreyback, IMO the fact that you can't produce frames10:44
Saviqshould not mean you should stop processing everything else altogether10:44
Saviqgreyback, and FWIW in this case it's not a "blocked thread" issue, i.e. the processing stops after a few seconds after the output's been blocked10:46
Saviqso it looks like it's actively suspended after some timeout10:46
greybackhuh10:46
greybackthat's bizarre10:47
Saviqyeah, I'm worried of a "it's not a bug, it's a feature" response10:47
mzanettipaulliu: hey, you around?10:48
greybackSaviq: any luck in tracking down the code change?10:48
greybackwant a hand?10:48
Saviqgreyback, didn't get to it, was actually hoping for Alan or Simon to show up, but that's not happening, so will get onto bisecting now10:49
paulliumzanetti: hi11:00
paulliumzanetti: what's up?11:00
mzanettihi paulliu. Just came by your lazyImage fix11:01
mzanettigot me curious why the existing tests didn't catch this11:01
mzanettiwhile figuring I added some for it11:01
paulliumzanetti: because it needs adding real image for test. Or we cannot get the source size.11:01
paulliumzanetti: oh.. ok11:02
mzanettipaulliu: https://code.launchpad.net/~mzanetti/unity8/fix-lazyImage1-test/+merge/21213111:02
paulliumzanetti: I'll merge it.11:02
mzanettipaulliu: I proposed it to be merged into your branch11:02
paulliumzanetti: ok. thanks a lot.11:02
mzanettipaulliu: no problem. thank you for discovering this11:02
greybackSaviq: in the bug, should it not be "qmlscene printDate.qml" not "qml printDate.qml" ?11:03
Saviqgreyback, "qml" is a new blessed tool11:03
mzanettiuh?11:03
* mzanetti tries11:03
greybackah yeah11:03
Saviqgreyback, that's actually "allowed" to be used in production, as opposed to qmlscene11:03
Saviqmzanetti, apt-get install qml11:04
greybackthought it was to be called qmlrunner11:04
greybacksaves me 6 keystrokes11:04
mzanettidoes it use less mem?11:04
mzanettino... 300kb more11:09
Saviqmzanetti, paulliu, there's a licensing issue with the code in that branch, see Cimi's comment11:11
Saviqthe original code is GPL v2 or v3, we can't get that11:12
mzanettiSaviq: which branch?11:12
Saviqmzanetti, paulliu's ZoomableImage11:12
mzanettiSaviq: ah... the one we just talked about was a fix in LazyImage11:13
Saviqmzanetti, ah crap, of course11:13
* Saviq mixed stuff up, as you were11:13
mzanettinw11:14
Cimiciao paulliu11:16
Cimiwe use this policy now when we propose or review https://wiki.ubuntu.com/Process/Merges/Checklists/Unity811:16
Cimifor example https://code.launchpad.net/~saviq/unity8/workaround-lp1293478/+merge/21170211:17
mhr3Saviq, any idea why qmlviewer would tell me that it can't connect to display when run via xvfb-run?11:34
Saviqmhr3, because it's qt4?11:34
Saviqmhr3, did you actually want to use QtQuick1 / Qt4?11:35
Saviqor did you mean qmlscene11:35
Saviqmhr3, either way11:35
mhr3Saviq, ah, no i actually run just "qml foo.qml"11:35
Saviq`xvfb-run -s "-screen 0 1024x768x24" qml foo` works fine here11:35
Saviqmhr3, the x24 is important11:36
Saviqmhr3, otherwise Gallium doesn't work11:36
mhr3Saviq, :/11:37
mhr3$ xvfb-run -a -s "screen 0 1024x768x24" qml test.qml11:37
mhr3QXcbConnection: Could not connect to display :10911:37
Saviqmhr3, 109? do you have 10 other xvfbs running?11:37
Saviqmhr3, I get the same with -a11:38
mhr3no, not even one11:38
Saviqmhr3, drop the -a11:38
Saviqinteresting11:38
mhr3Saviq, without -a it's trying to use :011:38
Saviqmhr3, huh? then xvfb-run is stupid11:38
Saviqmhr3, ah11:38
Saviqmhr3, missing-11:38
Saviqmhr3, -screen11:38
Saviqnot screen11:39
mhr3aaaah :)11:39
mhr3cheers11:39
Saviqnw11:39
Saviqyay for cryptic error msgs11:39
Saviq/food11:39
asacSaviq: mzanetti: greyback: are we out of ideas on the event thing?11:47
asacor still actively pursuing, debugging on our own11:48
greybackasac: it's being actively pursued right now, we have simple test case, working on tracking down the Qt change responsible11:49
Saviqasac, what greyback said11:54
asacgreyback: awesome11:55
=== MacSlow is now known as MacSlow|lunch
SaviqMacSlow|lunch, can you come to #sdk on canonical irc and see with kalikiana what's about his notification test failure?12:08
paulliuCimi: ok12:12
=== _salem is now known as salem_
mzanettiSaviq: jfi: updated the xvfbTestSomething12:15
Saviqmzanetti, k12:15
paulliuCimi: so I should change it to GPLv2+?12:15
Saviqpaulliu, no, we just can't have it12:16
paulliuSaviq: wow, I have to re-write it.12:16
Saviqpaulliu, we (Canonical) needs copyright to the code we want to own12:16
Saviqpaulliu, since we're trying to license it under GPLv312:17
Saviqbut also be able to dual-license it12:17
Saviqpaulliu, yes, or find something in a more permissible license12:18
Cimiwe probably want === here and not == "fit", right? https://code.launchpad.net/~paulliu/unity8/fix-lazyimage1/+merge/21172812:34
Cimito be compatible with tests12:34
Cimieven though I can hardly see this failing12:34
CimiSaviq, I propose we use === as much as possible, so we can spot JS / Qml V8 weirdness12:35
SaviqCimi, it's not weirdness ;)12:35
SaviqCimi, and we don't have v412:35
SaviqCimi, and it doesn't matter when you're comparing strings12:36
SaviqCimi, nothing will ever equal "fit", other than "fit"12:36
Saviqerm, we *do* have v4 now12:36
CimiSaviq, if scaleTo is not string, though12:37
SaviqCimi, it will still != "fit"12:37
Saviqnull != "fit"; null !== "fit; object != "fit"; object !== "fit", only "fit" == "fit" and "fit" === "fit"12:37
SaviqCimi, it only really matters when you want to check for validity of a variable12:38
SaviqCimi, so, 0, "", false vs. null/undefined12:38
SaviqCimi, there is one other point12:39
CimiI'm reading12:39
SaviqCimi, it might be quicker to do === than ==, as == might cause unnecessary conversion12:39
CimiI know this12:39
paulliuBTW, can I use those images inside qml/graphics and qml/Dash/graphics for test cases?12:40
paulliuSome are screenshots.12:40
Cimisure12:40
Cimipaulliu, maybe there are something in tests/12:40
Saviqpaulliu, it's better to copy them / supply your own12:40
Saviqpaulliu, as those from qml/ might disappear/change, while the test should remain valid12:41
paulliuSaviq: ok12:41
Cimipaulliu, ask danrader about the test12:42
Cimipaulliu, as in my comment12:42
paulliuCimi: ok12:42
Cimilatencies on jenkins are not reliable12:43
Cimiin your case might not matter since a pinch to zoom hold the mouse12:43
Saviqmzanetti, did you take care to not fail if gcc isn't available?12:49
=== alan_g is now known as alan_g|lunch
=== alan_g|lunch is now known as alan_g
Cimimterry, ping13:56
mterryCimi, hello13:56
Cimimorning!13:56
Cimimterry, I am recompiling but I didn't seem to get the wifi page loaded13:56
Cimimterry, I removed .disabled though13:57
mterryCimi, how are you running?13:57
Cimimterry, wizard/tests.sh13:57
Cimimterry, unless a previous debuild has the .disabled13:58
mterryCimi, is it gone from debian/tmp/usr/share/ubuntu/settings/wizard/qml/Pages?13:58
mterryCimi, that's where test.sh looks13:58
CimiI'll wait for this debuild to finish13:58
* Cimi should really start building this pc, that arrived13:58
mzanettiSaviq: re gcc not available. do we really need to catch that?13:58
Cimian i7 4770 will help with compile :)13:58
mzanettiI mean... we have much worse issues in that case13:59
Saviqmzanetti, dunno, do you think gcc will be everywhere this might be run?13:59
mzanettiSaviq: are you now thinking of no cmpiler around at all or a different compiler used?14:00
Saviqmzanetti, none at all14:00
seb128mterry, there might be an issue with that logic, I didn't check out, but remember how my number of dots was off until I installed the deb the other day? it seems to look in the system location for some stuf (like the number of pages at least)14:00
Cimialso14:01
Cimican we check it works fine with no-sim?14:01
CimiI mena, number of dots14:01
Cimi*mean14:01
mterryseb128, oh hmm, maybe because test.sh *prefixes* to XDG_DATA_DIRS instead of *replacing* it14:02
Cimimterry, that would explain why I didn't get the wifi page14:03
mzanettiSaviq: http://paste.ubuntu.com/7130716/14:03
mterryCimi, try changing that in test.sh and see what happens14:04
mzanettiafter that FindQtXXX bails out a couple of times, but it never even reaches that place14:04
kgunnmterry: so, every pkg built but telephony-service, seems to fail on "no matching func" in one of the mocks...14:04
kgunnhttps://launchpadlibrarian.net/170202092/buildlog_ubuntu-trusty-armhf.telephony-service_0.1%2B14.04.20140321-0ubuntu1_FAILEDTOBUILD.txt.gz14:04
* kgunn so glad we're doing this now :)14:05
Saviqmzanetti, it's really easy to catch - if no gcc, don't export LD_...14:05
Cimimterry, I don't have .disabled14:05
Cimistill doesnot wok14:05
mterrykgunn, either I have to merge from trunk or telephony-service is expecting some other library to be updated14:05
mterrykgunn, let me try merging14:05
Saviqmzanetti, I'm just thinking ahead, when we give that to people that don't actually have anything compiled in their apps, so cmake won't look for gcc14:05
mterryCimi, but did you try changing test.sh's use of XDG_DATA_DIRS?14:05
Cimimterry, lp:~unity-team/ubuntu-system-settings/wizard.wifi14:06
mzanettiSaviq: ah ok. makes sense.14:06
Cimimterry, I *removed the file from /usr/share14:06
mzanettiSaviq: I just didn't know where you were going with this14:06
Saviqmzanetti, k14:06
mzanettiand didn't see much point in adding useless checks14:06
mterryCimi, add some debugging comments to PageList then14:07
Cimiok14:07
mterrykgunn, nope, doesn't need merge from trunk.  let me ask boiko14:07
Saviqkgunn, was looking at those failures, but does mterry's code actually touch any of that?14:07
=== MacSlow|lunch is now known as MacSlow
mterrySaviq, no, not my code.  But I think telphony-service expects some unreleased library update14:07
kgunnyep, probably mock version update or some such14:07
Saviqmterry, right14:08
mterryboiko, what does telephony-service trunk need to build correctly?  we're seeing a failure: https://launchpadlibrarian.net/170202092/buildlog_ubuntu-trusty-armhf.telephony-service_0.1%2B14.04.20140321-0ubuntu1_FAILEDTOBUILD.txt.gz14:08
boikomterry: it needs the silo landing-009 merged :)14:08
Saviqboiko, is there any one MP we could get?14:09
Cimimterry, can we do something quicker than this debuild?14:09
mterryboiko, OK.  (we're trying to stage a silo for the greeter that happens to include my telephony branches)14:09
mterryCimi, yeah.  If qml changes, you can manually copy files to debian/tmp.  If build changes, you can do something like my quick and dirty rebuild command: rm -f debian/*.debhelper.log; dh_autoreconf_clean; DEB_BUILD_OPTIONS="nostrip noopt nocheck" debuild --no-tgz-check -i -I -us -uc -nc14:10
Saviqor we can just take all of them...14:10
boikomterry: your changes are already in landing-00914:11
Cimimterry, cool will try next time14:11
mterryboiko, I know.  But I wanted one giant PPA for testing.  I'll remove the telephony stuff from my silo when yours lands14:11
boikomterry: ah ok, well, if it is only for testing, I can cook a quick patch for you, just don't merge it as it is going to cause conflicts in the existing MRs :)14:12
mterrykgunn, is it easier to grab boiko's whole silo or use a quick patch?14:13
kgunnboiko: mterry quick patch...14:13
kgunnthen we can just target a force rebuild of the telephony pkg14:14
boikokgunn: mterry: just give me a minute then14:14
kgunnactually...whatever boiko says is the least risky/easiest :)14:14
boikokgunn: I guess if the changes are not related to the telephony apps, I think the easiest is to just patch telephony-service14:15
boikokgunn: mterry: http://paste.ubuntu.com/7130791/14:17
mterryboiko, kgunn: I will make an MP out of that14:18
kgunnmterry: cool, rebooting in the meantime14:21
Saviqmterry, make it WiP/Rejected straight away, Train doesn't care14:25
mterrykgunn, https://code.launchpad.net/~mterry/telephony-service/quick-fix-dont-merge/+merge/21216614:26
mterrySaviq, yup14:26
kgunnmterry: ack14:27
mterryboiko, thanks btw  :)14:35
Saviqanyone else's mumble disconnected?14:37
boikomterry: no problems14:40
kgunnSaviq: so you're definitely right that technically the 0.1.8 bump isn't needed, however we started doing that ages ago as a means to trigger a rebuild...which i'm sure there's another way...what would you recommend? change to deb changelog ?14:51
Saviqkgunn, no-change rebuild14:52
Saviqkgunn, so just an empty MP14:52
Saviqkgunn, and the correct order of building things in a silo14:52
Saviqkgunn, empty as in bzr commit --unchanged14:52
Saviqkgunn, normally you bump debian/changelog, but the silos are doing it for you14:53
kgunnSaviq: i knew you could empty bzr commit, didnt realize lp would let me empty mp14:53
Saviqkgunn, well, it's empty in terms of diff, but there's still a commit to be added,14:54
kgunn.....just wonder if there was some other weird reason....i need to ask didrocks...surely he knew we could empty mp14:56
Saviqkgunn, the only thing it gets you is it forces the order of things14:58
Saviqkgunn, i.e. if you built unity-mir with mir at the same time to the silo, without the dep change, it would build against the distro version14:58
=== salem_ is now known as _salem
kgunnSaviq: i agree with you in principal...and willing to start using that method (just a nagging thot there was some other didrocks-voodoo reason)15:03
Saviqkgunn, sure, maybe he'll prove me wrong15:03
Saviqkgunn, but that's generally what was happening in distro pre-train, people would just bump the changelog and upload for rebuild15:04
=== _salem is now known as salem_
=== dandrader is now known as dandrader|lunch
roadmrhello unity folks! is there a laptop-friendly alternative to the ctrl+alt+numpad window arranging shortcuts? most under-15" laptops have no usable keypad15:56
dpmpstolowski, mhr3, while generating the documentation for the new scopes API on d.u.c I came across two sets of docs. Could you tell me whether both are up-to-date and why there are two sets?16:02
dpmThey're http://developer.ubuntu.com/api/devel/ubuntu-14.04/cplusplus/libunity-scopes/16:02
dpmand http://developer.ubuntu.com/api/devel/ubuntu-14.04/cplusplus/unity-scopes/16:02
Saviqroadmr, you usually can use the Fn key to use the numpad keys16:02
mhr3dpm, latter is more up-to-date16:03
roadmrSaviq: not on this laptop :( hence my asking16:03
dpmmhr3, thanks. Do you happen to know where  the first set comes from?16:03
Saviqroadmr, so the shortcut would be Ctrl+Alt+Fn+key, so not great16:03
Saviqroadmr, you'll have to remap in cssm16:03
Saviqccsm16:03
mhr3dpm, mhall119 used to upload that one for us16:03
dpmmhall119, did you do the upload of http://developer.ubuntu.com/api/devel/ubuntu-14.04/cplusplus/libunity-scopes/ manually, or did you get it pulled by the publisher script?16:04
roadmrSaviq: oh so it can be remapped with ccsm? I'll have a look at that... thanks16:06
roadmrSaviq: somehting like Super+(w,a,s,d) or some such would fit me, not sure if Unity will love that, but at least thanks to you I know where to look now :)16:06
mhall119dpm: manually16:07
dpmmhall119, ok, in that case I'll remove those, as the newer ones are now pulled automatically from the unity PPA16:08
dpmdone16:09
mhr3dpm, just pull them from distro16:11
mhr3dpm, the ppa isn't regularly updated16:12
dpmmhr3, ok, I can do that now16:13
Saviqroadmr, some of those (Super+s) are already mapped16:17
roadmrSaviq: yes, that's what I'm finding :/16:17
Saviqroadmr, and there's actually all ten keys used16:17
Saviqroadmr, from the numpad16:17
Saviqroadmr, for edges (4), corners (4), maximized and minimized16:17
roadmrSaviq: well I'll find some combinations that work... because this thing really has no overlaid keypad so I was left with no alternative16:18
Saviqroadmr, understood16:18
roadmrSaviq: thanks anyway, I had no idea ccsm could set those shortcuts16:18
dpmmhr3, mhall119, ok, now http://developer.ubuntu.com/api/devel/ubuntu-14.04/cplusplus/unity-scopes/ is updated daily from the archive16:20
mhr3dpm, cool, thx16:20
mhall119thanks dpm16:21
elopioSaviq: should this bug be critical in qtdeclarative-opensource-src ?16:35
Saviqelopio, yeah, I can't make it so, please do16:36
=== dandrader|lunch is now known as dandrader
=== salem_ is now known as _salem
mhr3Saviq, still here?17:24
Saviqmhr3, on my way out, wassup?17:28
mhr3Saviq, meh, can wait.. enjoy weekend!17:28
Saviqmhr3, you too17:28
=== jhodapp is now known as jhodapp|brb
=== _salem is now known as salem_
kgunnmterry: boiko so 1 unit test failed only on arm build...do we just need to disable (re telephony-service build for split greeter test pkgs)18:15
=== jhodapp|brb is now known as jhodapp
boikokgunn: as it is for test purposes only, just disable it, if tests are failing they will be fixed in the correct branches18:16
mterrykgunn, if I update a branch, I assume the silo/ppa automatically rebuilds?  like a recipe kind of thing18:17
mterryunrelated to your question :)18:17
kgunnmterry: yeah, you can disable on your mp....tell me when, then i don ape suit and hit a button18:17
mterrykgunn, OK18:18
kgunnoh... mterry if unrelated....not really automatic...whoever is the lander would need to know18:18
kgunnsilo doesn't check for mp updates18:18
mterrykgunn, OK, hmm.  I have some small updates coming in every now and then18:18
mterrykgunn, like today I'll probably change how the boot spinner looks based on design feedback18:18
kgunnmterry: its fine...i really do not mind18:19
kgunni am glad we're doing this now18:20
kgunnthis is all the wasted time on silo dancing18:20
kgunnneeded18:20
mterrykgunn, anyway, my dumb telephony branch is update to not run tests18:20
kgunnto get the pkgs  correct18:20
kgunnmterry: ok...18:20
* kgunn dons ape suit18:20
mterrykgunn, yeah.  Everything split greeter touches takes longer than I would expect.  Like a midas touch18:20
mterryOr, I guess that's a common complaint these days  :)18:21
mterryMaybe not unique to split greeter18:21
kgunnmterry: yeah...its the dorky little things18:21
kgunnlike no arm integ test support in silo18:21
kgunnand native package no likie18:21
kgunnmterry: and you know split greeter is one of my favorite things we're doind18:25
kgunnor doing even18:25
kgunnreally can't wait till we land it18:25
mterrykgunn, it's a lot of work for zero visual differences  :)  (although it is bundled with a boot animation)18:25
mterrykgunn, but yeah it definitely enables future features much better than our current code18:26
mterrykgunn, it just feels a little hard to get excited about it sometimes  ;)18:27
kgunnmterry: guess i think its cool cause i'm a middleware guy at heart...which probably makes me a weirdo18:27
mterrykgunn, fair enough  :)18:27
=== dandrader is now known as dandrader|afk
kgunn....drum roll please19:05
kgunnmterry: ...you finally have....packages19:05
kgunnhttps://launchpad.net/~ci-train-ppa-service/+archive/landing-004/+packages19:05
* mterry fist pumps19:05
kgunnlet me know if you need anything kicked again...19:06
mterrykgunn, are those various ftbfs expected?19:06
kgunnmterry: yeah those arm64, ppc etc19:06
kgunnthose are archs they're trying to enable19:06
kgunnso yeah19:06
mterryk19:07
kgunnas long as you got all the armhf's you're good19:07
mterrykgunn, will  want a rekick for usc in a bit.  but not yet.  Thanks so much!19:07
kgunnglad to help19:07
mterrykgunn, will have to test this PPA in total this weekend then send out an email for wider testing19:08
* kgunn keeps ape suit handy19:08
* davmor2 points kgunn to http://instantrimshot.com/?sound=drumroll19:08
mterryheh19:08
mterrykgunn, if you can add lp:~charlesk/indicator-datetime/lp-1294832-phone-19:15
mterrygreeter-using-wrong-menu to the silo, that would be swell19:15
* mterry hugs charles19:15
charles:-)19:15
charleskgunn, oh are you doing an indicator-datetime release?19:16
=== salem_ is now known as _salem
kgunncharles: we're only testing19:16
=== _salem is now known as salem_
mterrycharles, if you folks already have an indicator silo going, please do your own thing.  We just have a silo going to pull all the greeter-related stuff together for a testing ppa19:21
charlesmterry, sounds good19:22
kgunnmterry: what all do you want to rebuild now ?19:29
kgunnindicator-datetime19:29
kgunn...usc ?19:29
mterrykgunn, usc in a sec.  Give me another testing pass on my changes19:30
mterryone moment19:30
kgunn...i'll wait19:30
kgunnY19:30
kgunnoops...19:30
=== salem_ is now known as _salem
* mterry hates Starbucks wifi19:34
mterrykgunn, OK.  Please add that indicator-datetime branch, and re-kick usc and ubuntu-touch-session.  Thanks!19:39
mterrykgunn, this will give us prettier boot19:39
mterry(less dramatic animation than the aubergine)19:39
seb128mterry, do you like their coffee at least? ;-)19:41
mterryseb128, occasionally.  I usually have hot chocolate.  :)19:41
mterryseb128, though their baked goods are tasty!  :)19:41
seb128that's true!19:41
mterrykgunn, I noticed the silo doesn't have lightdm trunk20:39
mterrykgunn, it'll need that too20:39
mterrydid I make a fake MP for that/20:39
mterry?20:39
mterrykgunn, yeah lp:~mterry/lightdm/fake-no-change-mp20:39
kgunnmterry: so you just need it rebuilt ?20:40
mterrykgunn, well, there are unreleased changes in lp:lightdm20:40
mterrykgunn, so I have a no-change MP against it for silo purposes20:40
kgunnsure...20:41
kgunnmterry: anything else before i reconfigure ?20:41
mterrykgunn, not that I know about yet  :)  I'm testing the PPA now20:42
mterrykgunn, and the mir in that PPA has the racarr branch?20:47
kgunnmterry: yes20:48
kgunnwhy?20:48
mterrykgunn, humm..  I'm seeing the same symptoms that I expected that branch to fix.  Maybe there are more fixes necessary there20:48
mterrykgunn, (what happens is that Mir turns screen back on a few seconds after locking device)20:48
kgunnmterry: hmmmm20:49
kgunnhttps://code.launchpad.net/~robertcarr/mir/remove-ensure-display-powered/+merge/20973420:49
mterrykgunn, yeah that's what I though did the job20:49
mterrykgunn, I will poke him on #ubuntu-mir20:49
mhall119Saviq: around?21:01
mhall119though this is realy an mhr thing21:01
=== dandrader is now known as dandrader|afk
=== dandrader|afk is now known as dandrader
=== jhodapp is now known as jhodapp|afk

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