/srv/irclogs.ubuntu.com/2014/09/04/#ubuntu-unity.txt

=== _salem is now known as salem_
=== salem_ is now known as _salem
Saviq@unity: so, we've an even bigger silo than ever: http://people.canonical.com/~platform/citrain_dashboard/#?distro=ubuntu&q=landing-01907:52
Saviq30 MPs total07:52
Saviqlet's drive the ACKs there to be able to actually land it :)07:52
Saviqlet's see if it builds...07:53
* MacSlow is happy...08:00
MacSlowabout the silo 01908:00
MacSlownot so happy about lightdm no longer working08:00
SaviqMacSlow, nvidia?08:01
MacSlowSaviq, yeah... but I can start my X11-session manually and GL/compiz etc do work08:01
SaviqMacSlow, bug #136516508:01
ubot5bug 1365165 in systemd (Ubuntu) "logind says CanGraphical=no with Optimus disabled" [Medium,Triaged] https://launchpad.net/bugs/136516508:01
MacSlowSaviq, I see several systemd-related troubles on the console08:01
SaviqMacSlow, downgrade lightdm to 1.11.708:01
* MacSlow tries08:02
SaviqMacSlow, packages in https://launchpad.net/ubuntu/+source/lightdm/1.11.7-0ubuntu1/+build/630230508:03
MacSlowthx08:03
MacSlowSaviq, that's the same issue that had you reinstall yesterday?08:04
SaviqMacSlow, yup!08:04
MacSlowoh dear08:04
SaviqMacSlow, nw, I'm happy with a clean / ;)08:04
MacSlowtrue :)08:04
Saviqand having the installer in PXE, apt cache around, it only takes a half hour or so08:04
MacSlowmy desktop here has some 5+ years worth of continous updates...08:05
Saviqnice08:05
MacSlowpretty impressive how smooth eveything works compared to other (non-Linux) systems08:05
Saviqmzanetti, can you do https://code.launchpad.net/~aacid/unity8/two_see_more_bugfix/+merge/231373 please08:27
SaviqCimi, one for you https://code.launchpad.net/~aacid/unity8/category_view_invisible_in_preview_mode/+merge/23184408:28
CimiSaviq, ok doing08:31
mzanettiSaviq: err... no... not really09:25
Saviqmzanetti, you away today are you/09:25
mzanettiyep09:25
Saviqmzanetti, right :P09:26
mzanettiwell... technically I'll be away after breakfast :D so far I've ben in bed09:26
Saviqif only we had a system where people put in their away time... owait!09:26
Saviqgrrr09:26
mzanettiSaviq: err. did i miss something?09:27
Saviqmzanetti, no you didn't09:27
mzanettiok..09:27
Saviqmzanetti, but not having access to your entries in hr.c.c is aarghg09:27
mzanettiBut I've told you in yesterday's standup :)09:27
Saviqlike *everyone's* gone away today, bear with me ;P09:28
seb128Saviq, how come you don't have access?09:29
Saviqseb128, I do have access, but I can't see my peers' entries09:29
seb128Saviq, see other channel's url09:30
=== dandrader is now known as dandrader|afk
greybackSaviq: hey, did you see my message last night? About dbus blocking the GUI thread if it tries to send message to a service which hasn't started up yet?10:08
Saviqgreyback, I saw you talking to mzanetti10:08
greybackSaviq: ok well remember the issue you found with my initialSurfaceSizing stuff? Where the UI would freeze?10:09
Saviqyup10:09
greybackthat was due to one test in particular. It started up unity8 and dash. Once u8 started up (dash not ready yet) it launched another app, then (dash still not ready yet) did a left-edge swipe10:10
greybackleft-edge swipe uses DashCommunicator to send dbus message to dash to change scope10:10
Saviqgreyback, oh10:11
greybackbut Dash still hadn't started up, and still hadn't asked Mir for a surface10:11
greybackso DashCommunicator blocks, as Dash dbus interface not available, so u8 GUI thread blocked. Dash then asks Mir for surface, but that is blocked as u8 GUI thread blocked10:12
greybackhence the bug10:12
Saviqgreyback, right, none of the ideas that spring to mind are actually fixes... you?10:13
greybackSaviq: my proposal: don't try to communicate with an interface which does not exist. So we watch the bus, and if we're notified the dash interface was created, then we connect to it10:14
greybackit's something we did in the unity-2d days10:14
greybacksee http://bazaar.launchpad.net/~unity-2d-team/unity-2d/trunk/view/head:/libunity-2d-private/src/abstractdbusservicemonitor.cpp10:15
Saviqgreyback, right, that was actually one of my initial ideas but thought we'd have problems10:15
Saviqbecause it's QDBusInterface() that was blocking you said10:15
Saviqbut yeah10:15
greybackyep10:15
Saviqbut if we can watch it without creating the iface, let's10:15
greybackok10:16
Saviqgreyback, definitely more important to not deadlock rather than to not miss a few messages10:16
greybackSaviq: second: this might be something useful to be shared between several qml modules - as several of them do dbus calls10:16
greybackright10:16
Saviqgreyback, yeah, the abstract thingy is probably the way to go10:17
greybackSaviq: ack. Would a small shared library be a good idea for it?10:17
Saviqgreyback, sounds like a separate binpkg, we don't have any that makes sense for this already10:18
Saviqgreyback, but also sounds like something others could have use for10:18
* Saviq wonders if should be upstreamed to Qt even10:18
greybacknot a bad idea10:19
Saviqgreyback, so maybe try and feel out interest upstream, failing that sdk, failing that our own...10:20
greybackSaviq: mind if I stick it in DashCommunicator initially, to unblock my initialSurfaceSizer stuff?10:21
Saviqgreyback, if you could make the other small plugins make use of it, and stick the .so in unity8-private for now10:22
greybackSaviq: yessir10:22
* Saviq greps for QDBusInterface10:22
Saviqthere's actually quite a bunch10:23
greybackright10:26
Saviqgreyback, lttng needs a merge somewhere https://ci-train.ubuntu.com/job/ubuntu-landing-019-1-build/20/console10:28
Saviqgreyback, if I could also spare some time on one of the unity8 branches in silo 19, would be grateful http://people.canonical.com/~platform/citrain_dashboard/#?distro=ubuntu&q=landing-01910:28
greybackSaviq: if you, or if I?10:29
greyback:)10:29
Saviqgreyback, there was "could ask you" there before :D10:29
greybacksure10:29
Saviqgreyback, but then the "grateful" part of the end of that sentence made the other go away ;)10:29
greybackSaviq: that hurt to type, didn't it?10:29
SaviqI can either ask you or be grateful :)10:29
Saviqgreyback, no, just did not compute :)10:30
Saviqgreyback, lemme know if you need someone to have a look at the remerged qtmir, otherwise to just kick a rebuild in the silo10:31
greybackSaviq: yep10:31
Saviq/food10:32
greybackso many conflicts arg10:33
=== dandrader|afk is now known as dandrader
=== om26er_ is now known as om26er
=== MacSlow is now known as MacSlow|lunch
greybackSaviq: lttng branch updated, you can kick off a silo rebuild11:12
=== shiznix_ is now known as shiznix
Saviqgreyback, tkx11:22
Saviqah you did already11:22
facundobatistaHolas11:28
Saviqo/11:32
Saviqdandrader, Abstain is probably what you wanted in https://code.launchpad.net/~mzanetti/unity8/dont-animate-x-while-dragging/+merge/23304611:36
mzanettino... I'm sure he wanted to approve11:36
Saviq;)11:36
Saviqmzanetti, GO AWAY11:37
* mzanetti is not here except for leaving stupid comments11:37
dandraderSaviq, have you read my last comment there?11:38
Saviqdandrader, well, you wanted Pending, meaning that you'll review it?11:38
dandraderSaviq, yes11:38
dandraderSaviq, do you know how to do it?11:39
dandraderSaviq, how to reset to "Pending"11:39
Saviqdandrader, no, once you voted, you voted, no going back11:39
Saviqno backsies!11:39
=== larsu_ is now known as larsu
=== _salem is now known as salem_
=== zoktar_ is now known as zoktar
=== ubot5` is now known as ubot5
=== Malinux_ is now known as Malinux
=== om26er is now known as om26er|afk
=== MacSlow|lunch is now known as MacSlow
=== charles_ is now known as charles
bregmamzanetti, did you address Saviq's comment about 3 slashes in https://code.launchpad.net/~mzanetti/unity/new-key-in-launcher-schema/+merge/232199 ? I'd like to get that in today's Unity 7 landing12:56
Saviqbregma, he's away today, let me resubmit12:56
bregmaSaviq, OK, I apologise for how slow getting things into Unity 7 is12:57
Saviqbregma, no worries12:57
Saviqwe understand12:57
Saviqbregma, ok, we need to leave it for now, I need to find out if he really wanted the default to be empty13:10
bregmaI don't mind not doing work13:10
Saviqelopio, hey, could you please have a look at https://code.launchpad.net/~saviq/unity8/dash-geometry/+merge/233354 please13:27
Saviqelopio, from an ap test perspective of course13:27
Saviqelopio, one thing I dislike there is that it's impossible to pass env from outside of the test, making it impossible, for example, to run under xvfb, we should have a think on how to solve that13:28
dandraderSaviq, is this test know to be flaky? unity8.shell.tests.test_emulators.DashEmulatorTestCase.test_open_scope_to_the_left(Nexus 4)13:42
dandraderknown13:42
Saviqdandrader, I'm looking at it now, where did you see it fail?13:44
dandraderSaviq, https://code.launchpad.net/~mzanetti/unity8/dont-animate-x-while-dragging/+merge/23304613:45
Saviqdandrader, yeah, same happened in https://code.launchpad.net/~unity-team/unity8/lvwph_non_interactive_header_animation/+merge/23331413:46
Saviqdandrader, I'm trying to find out what's going on13:47
CimiSaviq, do we have a silo with indicator-polishing?13:47
SaviqCimi, yeah, we have a silo with *everything* http://people.canonical.com/~platform/citrain_dashboard/#?distro=ubuntu&q=landing-01913:48
CimiSaviq, build failed13:48
SaviqCimi, not u8's https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/landing-01913:48
CimiSaviq, hah, is there sth in btw?13:49
SaviqCimi, does not compute?13:49
seb128Saviq, those "you need to add your own icons" is slightly annoying, wouldn't it make sense to batch ship those in the theme instead?13:50
CimiSaviq, I could start looking at changelogs and see what built fine, or simply ask you since you did the silo and know the answer :)13:50
Saviqseb128, that's the thing, design doesn't want them to be shipped from the theme13:50
SaviqCimi, "sth in btw"?13:51
=== dandrader is now known as dandrader|afk
SaviqCimi, u8 built fine13:51
Cimisomething in, btw13:51
Cimitesting the silo13:51
SaviqCimi, still don't understand the question13:51
SaviqCimi, everything is in the silo13:51
seb128Saviq, hum, k13:53
seb128Saviq, they prefer to dump the work on others? ;-)13:53
Saviqseb128, no13:56
Saviqseb128, they prefer that app icons don't get changed with icon themes13:56
Saviqseb128, I added ubuntu-ux there for confirmation from Jouni and Matthieu who requested that in the first place13:56
=== om26er|afk is now known as om26er
seb128Saviq, thanks13:58
seb128thostr_, hey, do you if "some scopes don't respect com.canonical.Unity.Lenses.remote-content-search" is a known issue/where it should be reported? (if on the phone you go to settings->privacy->dash and pick "local content only" you still get e.g the video lens to list youtube content)14:01
thostr_seb128: that worked at some point... this is a framework issue, so report it against unity-scope-api14:02
seb128thostr_, thanks14:02
seb128thostr_, https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/136552914:06
ubot5Ubuntu bug 1365529 in unity-scopes-api (Ubuntu) "LIst online content when "remote-content-search" set to "none"" [Undecided,New]14:06
CimiI guess this PPA fucked up sth... :(14:20
=== dandrader|afk is now known as dandrader
mhall119thostr_: what's your best guess on when the dash payments UI will be enabled by default?14:23
thostr_mhall119: for beta testing end of next week I hope14:23
thostr_mhall119: and then we need to check the feedback14:24
mhall119thostr_: ok14:24
greybackargh USC turned itself on again, and now a Mir/USC bug has my second monitor frozen14:39
greybackhttps://bugs.launchpad.net/mir/+bug/1352852 <- gonna get Daniel what he wants, will be intermittent14:42
ubot5Ubuntu bug 1352852 in Mir "[xmir] multi-monitor - one monitor freezes randomly" [Low,Incomplete]14:42
elopioSaviq: ok, let me take a look.14:50
=== boiko_ is now known as boiko
greybackwhat's the command again to attach output from .crash file to _existing_ bug?15:24
greybackSaviq: ^15:24
greybackapport-cli -u 1352852 _usr_sbin_unity-system-compositor.0.crash15:25
greybackERROR: You need to use apport-collect for updating an existing bug15:25
Saviqgreyback, apport-collect15:25
Saviqgreyback, but you can only do that with your own bugs IIRC15:25
greyback"apport-collect 1352852" just pops up a dialog with "nothing to collect"15:25
greybackI logged that bug15:25
Saviqgreyback, I think it depends on tags on the bugs or something, you might wanna ask pitti15:26
greybackSaviq: aha, I needed the "-p unity-system-compositor"15:27
greybackperhaps since bug affects both usc and mir, it wasn't sure waht to do15:27
Saviqmaybe15:28
elopioSaviq: I love this. autopkgtests can pass environment variables outside the test.15:35
elopioso when we move the unity tests to autopkg, we can set the ARGS only if it was not set before.15:36
Saviqelopio, will we even have upstart in autopkg15:36
Saviq?15:36
elopioSaviq: one problem though. Discussing with tedg last week, he said that ubuntu-app-launch will not pass the command line args to the binary.15:36
elopioSaviq: I think we can have upstart there. It's a matter of installing it on the testbed.15:37
Saviqelopio, kk15:37
elopiofrom my discussion with ted, I got that in order to test apps we need upstart and mir.15:37
elopiofor some tests we will need unity. For some others we won't.15:38
elopioBut I haven't tried if that will work.15:38
greybackSaviq: seen this fail before: https://ci-train.ubuntu.com/job/ubuntu-landing-019-1-build/22/console - it trying "get-packaged-orig-source"15:47
Saviqgreyback, that's benign15:49
Saviqgreyback, it did upload didn't it15:49
Saviqgreyback, the failure is because unity-scopes-shell failed on arm6415:49
greybackSaviq: ok I see it. nevermind15:50
Saviqgreyback, when building a source pkg, dpkg tries a few things to grab the source tarball15:50
Saviqgreyback, and complains along the way15:50
Saviqelopio, flakes fixed15:55
Saviqdandrader, did you bring over the last commit from dednick's branch to your post-prompts?15:57
dandraderSaviq, yes15:57
Saviqdandrader, if you used his branch directly it would have marked Merged automagically when yours would merge15:58
Saviq(and built on top of it that is)15:58
Saviqotherwise the MP says merged even though it's not, really...15:58
dandraderSaviq, not sure I follow you, but my intention is just to move prompts-in-prompts out of the picture even though I know its latest commit didn't get in so it officially didn't get merged16:00
dandraderSaviq, because that post-prompts has it16:00
Saviqdandrader, yeah, but we can't pull that top commit from that branch without dednick16:01
Saviqdandrader, and saying that branch is merged when it's not... meh16:01
Saviqdandrader, and what I mean is that if you took his branch, and committed on top of it (instead of squashing with your own commit)16:01
Saviqdandrader, then when your branch would merge with those two commits is when the other one would get marked Merged (correctly), too16:02
Saviqdandrader, but all in all, I'm not too bothered16:03
CimiSaviq, infographics16:22
SaviqCimi, I know16:22
SaviqCimi, did you see the silo?16:22
CimiSaviq, that thing needs testing16:22
CimiSaviq, like real testing16:22
CimiSaviq, we can't land them in two weeks16:22
SaviqCimi, you can, I'm not here in two weeks :P16:22
CimiSaviq, 19?16:22
SaviqCimi, yeah, I can't add them to that silo16:22
SaviqCimi, it needs to wait for that16:23
CimiSaviq, i think our listview needs better speed handlings16:24
CimiSaviq, something like 2500 * units.gridUnits / 816:24
Cimifeels super fast with no deceleration16:24
SaviqCimi, feel free to find the right values16:25
Cimiand the swipe in scopes overview is slooooooow16:25
SaviqCimi, yeah it is16:31
SaviqCimi, because the sdk change didn't land yet16:32
=== FJKong_ is now known as FJKong_holiday
kgunntedg: how'd your talk go ?17:16
kgunnsorry i missed it17:16
=== om26er_ is now known as om26er
tedgkgunn, Good, forgot to turn on the mic :-(19:29
tedgkgunn, So the recording might not be good.19:29
kgunnhappens to the best19:29
tedgI know, complex technology, you have to turn it on :-)19:30
=== salem_ is now known as _salem
Saviqmterry, there was a lightdm release yesterday21:17
mterrySaviq, oh yeah?  I haven't tried bisecting the problem yet, but maybe21:18
mterrySaviq, the changelog does mention reworking logind code...21:18
Saviqmterry, https://launchpad.net/ubuntu/+source/lightdm/1.11.8-0ubuntu121:18

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