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

=== Guest54492 is now known as cyphase
tsdgeosSaviq: i was busy with code reviews on thu/fri and have a bunch of stuff on the approved pipeline, do you think we can get a silo today? Otherwise stuff is going to end up conflicting etc07:20
mhr3Saviq, btw why did you decide against a devel branch?07:29
Saviqtsdgeos, sure, will try and get it in today07:42
tsdgeos:)07:42
tsdgeosSaviq: btw any clue what's wrong with otto?07:43
Saviqtsdgeos, nope, will talk to ci eng07:43
Saviqmhr3, because didrocks told us they don't want us to have them, I don't like what it does to the history, I didn't see all that much advantage07:43
mhr3fewer conflicts?07:44
Saviqmhr3, also, suddenly it's difficult to cherry-pick into trunk, because all the branches have some of devel in them already07:44
mhr3and noone likes those :)07:44
Saviqmhr3, we've been doing fine with those - you just need to release often, and we've been doing fine07:45
mhr3but yea, perhaps it wouldn't work that great for you07:45
tsdgeosyeah i think we're doing mostly fine07:45
tsdgeosand most of the conflicts we end up with are "easy" to solve anyway07:45
tsdgeosSaviq: it does affect all the tests, but there's no other benchmarks so it doesn't :D08:16
tsdgeosbut yeah need to pass that as variable since we'lk possibly have slower/faster benchmarks in the future08:16
tsdgeosand a hardcoded value is not going to fly there08:16
Saviqtsdgeos, k08:21
tsdgeosSaviq: so when thinking about that list of "things that are upstreamable to SDK", well there's stuff like the whole Card/Previews stuff that personally I don't think they make sense there but they may be upstreamable if designers want to replicate the Dash layouting on some app08:22
Saviqtsdgeos, yeah, agreed, low prio for upstreaming, though08:23
tsdgeosso makes it even sense to write it there or?08:23
Saviqtsdgeos, yeah, add them as "if you want them" or something08:24
tsdgeosok08:24
* tsdgeos restarts again then :D08:24
tsdgeosSaviq: i think https://code.launchpad.net/~macslow/unity8/fix-notification-ap-test-assertions/+merge/212169 is included in https://code.launchpad.net/~macslow/unity8/modal-snap-decisions/+merge/210988 so it should either be discarded or them redone with dependencies or somethimg, no?08:26
tsdgeosMacSlow: ↑↑↑08:27
Saviqtsdgeos, doesn't look included, there's more changes in the first branch08:27
Saviqtsdgeos, but yeah, need to be reconciled08:28
tsdgeosah right, they're similar changes but not exactly the same08:28
tsdgeossorries08:28
Saviqdon't be, better safe'n'sorry08:28
tsdgeoskarni: no, predictive text is now disabled :D08:32
karnitsdgeos: hahaah thanks08:33
karniI thought this was a bad joke08:33
Saviqtsdgeos, so one thing changed with run-upstart, Alt+F4 or clicking on the window X just results in unity8 respawning...08:49
tsdgeostrueth08:50
Saviqtsdgeos, not *sure* that's a problem, though, or how to change that behaviour08:50
Saviqor that we want to08:50
Saviqnah, ok, we'll just have to let people know08:51
tsdgeosnot an upstart expert enough to know how to fix that08:51
tsdgeosbut honestly give run is "for us" and that it improves quite a bit the behaviour when run on the phone08:51
tsdgeosi'll take that over the lock button crashing it on the phone08:51
Saviqtsdgeos, well, it does improve on desktop, too, e.g. the scope list08:51
Saviqtsdgeos, +108:51
Saviq/food08:55
tsdgeosguys, an easy one https://code.launchpad.net/~aacid/unity8/remove_acws/+merge/21562409:14
tsdgeosCimi: https://code.launchpad.net/~aacid/unity8/carousel_test_base_delegate/+merge/21562609:25
Cimitsdgeos, I did not write that test :D09:25
tsdgeosCimi: i know you didn't, i'm asking you to review the change09:26
Cimiah ok09:26
MacSlowtsdgeos, I'm fixing the issues between lp:~macslow/unity8/modal-snap-decisions and lp:~macslow/unity8/fix-notification-ap-test-assertions09:27
Cimiseb128, a review would be nice https://code.launchpad.net/~unity-team/ubuntu-system-settings/wizard.wifi/+merge/21267509:28
Cimiseb128, when you or your guys have time09:28
seb128Cimi, sure, not likely to be this week with the lts release09:29
seb128but it's on my backlog09:29
CimiSaviq, greyback I used InputFilterArea in the wizard, I dinamically put blockInput true/false when the notification shows or not, but when it turns false (so should not block input anymore), my interface does not receive any events in any case. What could it be?09:31
MacSlowtsdgeos, there's one line from lp:~macslow/unity8/fix-notification-ap-test-assertions which slipped into lp:~macslow/unity8/modal-snap-decisions09:32
greybackCimi: when you run the wizard (unity-mir compiled with debug mode too), do you see  "Shell depth" message printed?09:33
greybackCimi: or a "Default depth" message09:33
tsdgeosMacSlow: i see, so leave it like that or?09:33
Cimigreyback, I did see it when I compiled with debug09:34
MacSlowtsdgeos, no no... I remove the rogue line so they'll cleanly merge09:34
tsdgeosok09:34
greybackCimi: certain? As if that message ("Shell depth") is not printed, then InputAreas won't work.09:35
greybackCimi: as internally in unity-mir, it tried to guess which surface is the shell's surface, so it can place input filter areas on it. If the guess fails, no input to shell/wizard09:36
MacSlowtsdgeos, fix pushed09:36
Cimigreyback, it does work09:37
Cimigreyback, but when I switch blockInput to false09:38
Cimigreyback, it feels like it's still true09:38
greybackCimi: ah I see what's happening. With unity-mir, the shell/wizard surface will *always* get input. What inputFilterAreas do is decide if the input should *also* go to the app surface underneath or not.09:40
MacSlowtsdgeos, so now the rogue line is gone form https://code.launchpad.net/~macslow/unity8/modal-snap-decisions/+merge/21098809:40
tsdgeosoki09:40
greybackCimi: reason is that shell always wants to listen for edge swipes, even if app on screen. So in that case, an input event goes to *both* shell and the application.09:40
greybackCimi: but naturally there are times that shell wants to exclusively take all events, and not let them be copied to the application. That is what Inputareas let shell do09:41
Cimigreyback, I don't understand why setting it back to false09:46
Cimigreyback, still my shell doesn't get events09:46
greybackCimi: Your shell should always get events. Can you share your code please?09:47
Cimigreyback, https://code.launchpad.net/~unity-team/ubuntu-system-settings/wizard.wifi/+merge/21267509:47
Cimigreyback, http://bazaar.launchpad.net/~unity-team/ubuntu-system-settings/wizard.wifi/view/head:/wizard/qml/main.qml09:49
greybackCimi: can you please pastebin me the output of your wizard when you run it?09:51
greybackCimi: also, without any input areas in the code, does your wizard get input?09:51
Cimigreyback, yopu want me unity mir with debug?09:51
Cimigreyback, of course09:51
greybackCimi: yes09:51
Cimigreyback, works with blockInput: false09:51
Cimitoo09:51
Cimigreyback, but not with blockInput: height > 0 or other combo09:52
SaviqMacSlow, what issues?10:03
tsdgeosSaviq: the fact that they conflict10:04
Saviqtsdgeos, they don't?10:04
tsdgeosSaviq: there was one change from one in the other, he's removed one line from a that was in b by mistake10:04
Saviqhmm there was no conflict, though...10:05
Saviqanyway, let me rebuild the landing, then...10:05
tsdgeosinteresting10:05
tsdgeosmaybe they had been merged originally and bzr just said "sure this is the same change, carry on"10:06
Saviqprobably10:06
MacSlowSaviq, there was a line from lp:~macslow/unity8/fix-notification-ap-test-assertions somehow in lp:~macslow/unity8/modal-snap-decisions10:08
SaviqMacSlow, ok got it10:09
MacSlowSaviq, no idea how it slipped in there10:09
MacSlowSaviq, sorted it out now10:09
SaviqMacSlow, please strip the tags of your branches, as per my email from last week10:15
MacSlowSaviq, didn't we once wipe all those already?10:21
mhr3Saviq, anything in unity actually linking to libunity-api?10:21
SaviqMacSlow, apparently not everyone10:21
Saviqmhr3, no10:21
SaviqMacSlow, so we're all contaminated again10:22
mhr3thx10:22
tsdgeosSaviq: kill ScopeDelegateMapper, can I?10:22
Saviqtsdgeos, no, we still have DashApps?10:23
Saviqtsdgeos, or well, if you move the func up, then yeah10:23
tsdgeosSaviq: yeah but what it does i can make it in place, not in an item people will get tempted to add stuff to10:24
Saviqtsdgeos, sure10:24
=== beidl_ is now known as beidl
MacSlowSaviq, since it's very slow to wipe the tags of remote branches, I'm doing it on lp:~macslow/unity8/fix-notification-ap-test-assertions and lp:~macslow/unity8/modal-snap-decisions only... as these are ready to land... I'll check other unity8-branches later10:40
SaviqMacSlow, yeah, it's rather slow remotely, thanks10:40
MacSlowSaviq, thought I could do it locally and then push, but forgot that any tag-change doesn't count as a commit so it would not push anything afterwards.10:41
SaviqMacSlow, indeed10:42
MacSlowSaviq, I wonder if that's worth a feature-request :)10:42
MacSlowbut then... one does not do such things frequently enough to justify something like this10:42
SaviqMacSlow, bzr is in maint-only mode, and I really doubt it's easy to do... tags are just completely disconnected from commits in bzr...10:42
Cimigreyback, http://paste.ubuntu.com/7249077/10:54
greybackCimi: okay, nothing looks wrong.10:56
greybackCimi: let me try compiling your code and give it a go10:56
Cimigreyback, want packages?10:57
CimiI have them built10:57
greybackCimi: nah, will do myself, thanks tho10:57
Cimigreyback, you need unity mir10:57
Cimigreyback, wizard wifi10:57
Cimi(uncomment the inputfilterarea and copy the upstart job)10:58
Cimigreyback, and you need unity8 branch too (or just update the upstart file from my branch)10:58
SaviqCimi, tsdgeos, elopio, please have a look at your approved MPs and clear the tags as mentioned in the comment10:59
Saviq(and then all of them, local or remote, as per my email last week)10:59
greybackCimi: ok. Gimme a while to get set up10:59
CimiSaviq, why we have tags again?10:59
SaviqCimi, because someone didn't clear them before10:59
SaviqCimi, and they're rather viral11:00
CimiSaviq, when did you send this mail?11:00
Cimiand where?11:00
CimiI cannot find it11:00
SaviqCimi, last week, on unitynextuiteam ML11:00
Cimiweird I don't have it11:01
CimiSaviq, last mail I have is from daniel "a bit away from computer today"11:02
MacSlowSaviq, tags cleaned11:02
SaviqMacSlow, thanks11:02
SaviqCimi, "Pruning unity8 branches and tags" is the subject11:03
SaviqCimi, ah wait11:03
MacSlowSaviq, I know check other unity8-branches I have... just to be sure nothing slips in again11:03
SaviqCimi, it's probably still in moderation...11:03
CimiSaviq, AH OK..11:03
Cimiok11:03
* tsdgeos looks at the positionedAtBeginning signal in DashContent11:09
tsdgeosand realizes we're using it as a function11:09
tsdgeos:S11:09
=== jamesh_ is now known as jamesh
=== MacSlow is now known as MacSlow|lunch
MalsasaHello. My HUD on Ubuntu 12.04 doesn't work anymore. When I tap ALT, Unity opens menu of focused app, not the HUD. My complete question was in http://askubuntu.com/questions/447587/alt-key-for-hud-doesnt-work. I am sorry for my bad English. Thank you.11:55
=== alan_g is now known as alan_g|lunch
=== _salem is now known as salem_
CimiSaviq, after deleting, shall I push or commit?12:24
SaviqCimi, no, tags don't go with revisions, if you ran through them, they're deleted12:24
=== MacSlow|lunch is now known as MacSlow
Cimigreyback, any luck?12:34
greybackCimi: not ready yet, sorry12:35
Malsasagreyback: Hello. My HUD on Ubuntu 12.04 doesn't work anymore. When I tap ALT, Unity opens menu of focused app, not the HUD. Any idea for me? Thank you.12:41
greybackMalsasa: open System Settings, open "Keyboard", and in the new window, click the "Shortcuts" tab12:42
Malsasagreyback: I have did it many times. My complete quesion was here http://askubuntu.com/questions/447587/alt-key-for-hud-doesnt-work12:43
SaviqMacSlow, hey, can you look into bug #1307489 please?12:44
ubot5bug 1307489 in unity8 (Ubuntu) "Tapping sms notification doesn't always raise messaging-app" [Undecided,New] https://launchpad.net/bugs/130748912:44
MacSlowSaviq, ok12:44
greybackMalsasa: huh, that's strange. Have you playe around in "ccsm" at all? Keys are also set in there, for hte Unity plugin12:44
SaviqMacSlow, ideally, would be good to get a reproducer without having to send an sms every time, can we make it somehow with the script as used in ap tests?12:45
greybackMalsasa: I see "Jos" replied with the same idea as mine. Give it a go12:45
Malsasagreyback: yes, I believe only I have this problem. It is very strange. I have play around CCSM too. I have set ALT there too.12:45
MacSlowSaviq, yup12:45
MacSlowSaviq, I see what I can do there12:45
greybackMalsasa: otherwise I'll have to point you to #ubuntu-desktop where there's more of the unity7 devs available12:45
SaviqMacSlow, I suspect this is actually happening on the "starting / focusing an app" front, but would like to have a confirmation12:46
Malsasawow, so the developers are there? Thank you for pointing me, Mr greyback.12:46
greybackMalsasa: good luck!12:46
MacSlowSaviq, I'll make sure to see if the action attached t othe interactive notification is correctly called to rule out any issues with notifications12:47
Malsasagreyback: thank you from Indonesia!12:47
tsdgeosSaviq: all tags killed12:52
Saviqtsdgeos, cheers12:52
=== alan_g|lunch is now known as alan_g
=== alan_g is now known as alan_g|afk
greybackCimi: ok, so this /might/ be a mir bug. I've managed to launch the wizard and it gets no input events - didn't matter if I had an InputFilterArea or not.13:39
greybackCimi: this is mainly after a fresh boot.13:39
=== jhodapp|afk is now known as jhodapp
greybackCimi: one way to check is to set "MIR_SERVER_INPUT_REPORT=log" <- this turns on Mir's input debug printing13:40
=== alan_g|afk is now known as alan_g
Cimigreyback, so why I reproduce it with the inputfilterarea?14:00
greybackCimi: I can't say. I don't see how your use of unity-mir would cause any different behaviour to unity8 tbh.14:04
Cimitedg, hi, who is responsible for location indicator?14:05
tedgCimi, me or charles14:06
greybackCimi: if you could log a bug against unity-mir (to start), with exact instructions on how to reproduce it (clear enough for the mir folks to reproduce), we can have them look into it14:06
tedgCimi, It has a pretty big MR pending though.14:06
tsdgeosSaviq: the ScopeDelegateMapper removal got a bit out of hand https://code.launchpad.net/~aacid/unity8/DashContentScopeDelegateMapperAndMiscFixes/+merge/215664 :D14:07
tsdgeosbut it's now better!14:07
CimiSaviq, ok wizard is pretty much ready but pending reviews... any big thing I can work next?14:09
tsdgeosCimi: the review i gave you this morning :P14:11
Cimitsdgeos, ok14:11
MacSlowHas anybody seen this happen to their N4 after updating to r294 -> https://www.youtube.com/watch?v=jE1aYjEC7EU somehow it does no longer mount (even adb fails to find the device)14:12
tsdgeosMacSlow: do you dual boot or something?14:13
tsdgeosthere was a thread about it in the list14:13
tsdgeosif you do14:13
MacSlowtsdgeos, no... just plain Ubuntu nothing else14:13
MacSlowtsdgeos, remember the subject or part of it?14:14
SaviqMacSlow, I'm getting a test failure with the modal branch... I think mterry's greeter-ux-fixes might be playing with yours http://pastebin.ubuntu.com/7249940/14:14
tsdgeos#292 Mako14:14
tsdgeosbut it was only dual boot14:14
SaviqMacSlow, ugh... I only had that with android...14:14
MacSlowSaviq, first I need to get my N4 working again...14:15
SaviqMacSlow, I'm afraid the only way I found is to flash factory android https://developers.google.com/android/nexus/images#occam14:15
MacSlowtsdgeos, thx... I'll read through it14:15
SaviqMacSlow, and flash ubuntu again14:15
mterrySaviq, MacSlow: I can look at the interactions between our branches14:15
MacSlowmterry, thx... that would be cool14:16
MacSlowSaviq, hm.. ok14:16
Saviqmterry, you can branch from http://people.canonical.com/~didrocks/citrain/silos/landing-001/unity8/14:16
Cimitedg, I have this page for the wizard, but the location doesn't seem to do anything... can you spot the error? http://bazaar.launchpad.net/~cimi/ubuntu-system-settings/wizard.privacy/view/head:/wizard/qml/Pages/30-phone-settings.qml14:17
MacSlowSaviq, tsdgeos: well it does boot alright... I just can't seem to get any connection via USB/adb14:17
tedgCimi, Yeah, the branches really need for it to land before anything works. There's a bunch of platform API stuff that needs to get in.14:18
Cimitedg, eta?14:18
SaviqMacSlow, I suspect it's reconnecting every 5s or so, I had that (on dual-booted android, though)14:18
MacSlowSaviq, never setup my N4 to dual boot14:19
tedgCimi, It's now our oldest pending MR, at just under 3 months. Hopefully soon :-)14:19
MacSlowSaviq, I'll flash android and reflash ubuntu... just anything to get it working agin14:19
SaviqMacSlow, yeah, quickest route I'd say14:19
MacSlowSaviq, no more factory images for "mako"?!14:21
SaviqMacSlow, it was never "mako"14:21
SaviqMacSlow, occam14:21
SaviqMacSlow, mako is device codename, occam is image codename or so14:22
MacSlowSaviq, so which of those factory images was the one with the broken networking/phone-driver14:23
SaviqMacSlow, that's old news14:23
MacSlowSaviq, no longer an issue?!14:23
SaviqMacSlow, nope, not since we switched to android 4.4.214:24
MacSlowI ran into it so :)14:24
MacSlowok14:24
tsdgeosSaviq: what's your opinion on removing the ifdefs for building with old qt 5.0?14:26
Saviqtsdgeos, let's wait a bit to have a golden image with 5.214:27
tsdgeosok14:27
=== alan_g is now known as alan_g|tea
dednickSaviq: what are "spurious tags"14:41
Saviqdednick, we inherited tags from lp:unity back when14:41
dednickSaviq: um, where would these show up?14:41
Saviqdednick, 'bzr tags'14:42
Saviqdednick, you'll see a lot of tags with ? as their revision number14:42
dednickSaviq: i do indeed...14:42
Saviqdednick, so yeah, http://people.canonical.com/~msawicz/unity8/strip-u8-tags.sh clears them up14:43
=== alan_g|tea is now known as alan_g
mzanettiSaviq: I'll drop this, ok? https://code.launchpad.net/~unity-team/unity8/split-surfaces14:58
Saviqmzanetti, yeah, let's see14:58
mzanettiwe're not doing it this way any more anyways I think14:58
Saviqmterry, there's one more thing that's not good with the ux fixes - when left-swiping to dash, there's a vertical shadow that's dragging behind the app (and behind finger if there's no app at all)15:00
mterrySaviq, oh really...  Will investigate15:01
Saviqmterry, check out the packages from silo 00115:01
Saviqthey exhibit that15:01
=== WebbyIT is now known as rpadovani
SaviqMacSlow, assign yourself to bug #1307489 please15:03
ubot5bug 1307489 in unity8 (Ubuntu) "Tapping sms notification doesn't always raise messaging-app" [High,In progress] https://launchpad.net/bugs/130748915:03
MacSlowSaviq, done...15:10
MacSlowSaviq, btw... even with only Android 4.4.2 on the N4 I get this forest of nautilus windows popping up15:11
SaviqMacSlow, aah fook wait15:11
SaviqMacSlow, reboot your host...15:11
SaviqMacSlow, I think that's what fixed it for me...15:11
MacSlowhm...15:12
MacSlowok...15:12
SaviqMacSlow, sorry for sending you on a wild goose chase..15:12
MacSlowback in a moment...15:12
* MacSlow got scared by that reboot...15:18
MacSlowmy screen was all messed up... had to do a second reboot to sort that out....15:18
MacSlowI hope there are no nasty surprises gfx-driver-wise15:19
mterrySaviq, OK, trailing shadow fixed in greeter-ux-fixes branch15:20
MacSlowSaviq, those nautilus-windows are still popping up15:21
SaviqMacSlow, ouch15:21
SaviqMacSlow, tried a different cable?15:21
MacSlowSaviq, it's not as bad... but still some15:21
MacSlowSaviq, can try15:21
SaviqMacSlow, I've narrowed the bug down to u8's/unity-mir focusing code, so you're off the hook15:23
MacSlowSaviq, although I'm not expecting that cable (or usb-port) to be an issue as I also used with with a Nexus5 without any problems15:23
Saviqmzanetti, I'll throw this one at you, then: bug #130748915:24
ubot5bug 1307489 in unity8 (Ubuntu) "Greeter won't unlock when app raised by url dispatcher is already focused" [High,Confirmed] https://launchpad.net/bugs/130748915:24
MacSlowSaviq, regarding the tap or the modal-snap-decision/greeter issue?15:24
SaviqMacSlow, ↑15:24
mzanettiSaviq: sure you can. I might dodge tho :P15:24
MacSlowSaviq, ah ok... thanks for the update15:24
Saviqmzanetti, you can try!15:24
mzanetti:D15:24
MacSlowSaviq, mterry: so I guess I can help out with the ap-failure then?15:24
SaviqMacSlow, the "conflict" between mterry's and your branch (modal snaps) is still to be looked at, yeah15:25
MacSlowSaviq, that's what I mean15:25
MacSlowt15:25
mterryMacSlow, looking at it, yeah15:25
mterryMacSlow, so I can reproduce for sure15:26
MacSlowmterry, I've not had your branches available when writing tests... so I might have overlooked something15:26
mterryMacSlow, OK, I see the problem15:27
mterryMacSlow, in my branch, swiping the launcher from left unlocks device and hides launcher15:27
mterryMacSlow, but your branch is expecting launcher to remain open15:27
mterry(as it does in trunk)15:28
mterryMacSlow, but you seem to use the shown status of the launcher as a key part of that test15:29
MacSlowmterry, yes15:29
ollialecu, Saviq, greyback in U8, do we cache the reading of *.desktop files15:29
mterryMacSlow, maybe you could test shown status of the greeter instead?15:29
ollii.e. if I change a file in a running session, will the change be in effect15:29
ollior do I need to restart u815:29
ollisorry, this is for U8/preview 14.0415:30
Saviqolli, the change will show up in the dash the next time you search, will be stuck in launcher until you restart, though15:30
MacSlowmterry, well I need to verify (when the greeter is open) that interaction with it/launcher is possible ... nothing is blocking user-input.15:30
MacSlowmterry, an test interacting with the infographics would do too15:31
mterryMacSlow, right.  Do the same thing, but instead of testing that the launcher is visible, just test that the greeter becomes hidden15:31
olliSaviq, more specifically, if I edit a single .desktop file (add exec/-qt5) will u8 pick that up?15:31
SaviqMacSlow, please rebase on mterry's branch and verify the modal behaviour is correct?15:31
Saviqolli, when launching you mean? that should work every time, the file is read on-exec, not earlier than that15:31
Saviqolli, since it's not actually us but upstart-app-launch reading it, btw15:31
MacSlowmterry, what's your branch again15:32
SaviqMacSlow, https://code.launchpad.net/~mterry/unity8/greeter-ux-fixes/+merge/21004215:32
mterryMacSlow, instead of self.main_window.get_launcher() do self.main_window.get_greeter() -- will test myself too15:32
olliSaviq, thx15:34
MacSlowmterry, Saviq: first I need to figure out what's up with all the usb/adb issues I have all of a sudden...15:34
mterryMacSlow, well replacing those two lines with the following works for me15:37
mterry        greeter = self.main_window.get_greeter()15:37
mterry        self.assertThat(greeter.shown, Eventually(Equals(False)))15:37
mhr3tsdgeos, something's broken with carousel, if there's more than two categories in a scope scrolling all the way down and then up results in the carousel to be completely empty15:39
mhr3known?15:39
mhr3tsdgeos, well.. might be lvwph + carousel15:40
mterryMacSlow, or maybe what you want is to just not pull the launcher so far15:40
mterryMacSlow, just pull it out but not enough to trigger an unlock15:40
tsdgeosmhr3: not known15:41
mhr3tsdgeos, do you have bunch on your device?15:41
Saviqmhr3, tsdgeos, assuming your lvwph thing landed?15:41
tsdgeosmhr3: how do i get more than one carousel?15:41
mhr3tsdgeos, eh.. bunch of music...15:41
MacSlowmterry, again... I just need some check to verify that the input-blocking modal-background (behind the snap-decisioins) isn't used when the greeter is shown15:42
mterryMacSlow, ok, so unlocking is fine15:42
mhr3tsdgeos, grab the deb from 01515:42
tsdgeosSaviq: it did land, i sincerely hope that is not causing it15:42
tsdgeosmhr3: let me check a test i have here15:43
tsdgeosfirst15:43
mhr3Saviq, tsdgeos, my image isn't completely fresh15:43
mhr3from this morning15:43
Saviqmhr3, good enough15:43
mhr3Saviq, as in official 29415:43
tsdgeosdamn15:44
tsdgeosASSERT: "QTest::TestLoggers::loggerCount() != 0" in file qtestlog.cpp, line 24215:44
tsdgeosmzanetti: when doing tryXYZ15:44
tsdgeosany idea?15:44
mzanettitsdgeos: yes15:44
mzanettitsdgeos: you can workaround it by addint "when: windowShown" to all TestCases15:45
mzanettitsdgeos: or reorder them to make sure the first one in the file has that15:45
Saviqmhr3, tsdgeos, confirmed, carousel does not get recreated properly when it's culled15:45
mzanettitsdgeos: fixing that would require subclassing QAbstractTestLogger from qttest-private which I haven't done yet15:45
Saviqmhr3, tsdgeos, well - it seems to work the second time...15:46
mhr3Saviq, yea, it's pretty random15:46
Saviqindeed15:46
Saviqmhr3, file a bug please15:46
tsdgeoswooo15:46
tsdgeossomething broke there yes15:46
mhr3Saviq, k15:46
tsdgeosand it's probably the originY thing :/15:47
Saviq:|15:47
Saviq:\15:47
Saviq:/15:47
tsdgeosi mean, what else can it be?15:48
Saviqwell, yeah, sounds relevant15:49
SaviqOTOH we never destroyed carousels before, did we15:49
mhr3tsdgeos, Saviq, https://bugs.launchpad.net/unity8/+bug/130757815:50
ubot5Ubuntu bug 1307578 in Unity 8 "Carousel doesn't re-render properly after scrolling" [Undecided,New]15:50
tsdgeoswe shouldn't15:50
tsdgeosi'll have a look tomorrow first thing15:50
MacSlowmterry, so I'll go with this http://pastebin.ubuntu.com/7250338 in test_modal_sd_with_greeter()... no more checks for the launcher15:51
mterryMacSlow, that worked for me, yeah15:51
MacSlowmterry, the test_modal_sd_without_greeter() I don't need to change I assume15:52
mterryMacSlow, correct15:52
tsdgeosmzanetti: https://code.launchpad.net/~aacid/unity8/whenGSVtest/+merge/21569515:53
mzanettitsdgeos: I was still discussing with Saviq if we should go for this or do the efforts of registering the testlogger. tryLauncher suffers from the same, and probably more15:54
mzanettiSaviq: did you come to any conclusion? ^15:54
MacSlowmterry, pushed r774 to lp:~macslow/unity8/modal-snap-decisions so we should be all good now15:54
Saviqmzanetti, I think if we can avoid it for now - let's15:54
mzanettiack.15:54
mterrySaviq, so MacSlow updated his branch for the test and I updated mine for the shadow.  Should be good to go on both15:55
Saviqmterry, k, rebuilding now and will test again later15:55
Saviqo/ ttyt15:58
Cimitsdgeos, shall I review this? https://code.launchpad.net/~aacid/unity8/DashContentScopeDelegateMapperAndMiscFixes/+merge/21566415:59
tsdgeosCimi: if you have time, please16:00
Cimiok16:00
tsdgeostomorrow more16:03
* tsdgeos waves16:03
=== om26er_ is now known as om26er|food
kgunnSaviq: just to make sure ...so lp:~macslow/unity8/modal-snap-decisions & lp:~mterry/unity8/greeter-ux-fixes corrects... bug 130748916:07
ubot5bug 1307489 in unity8 (Ubuntu) "Greeter won't unlock when app raised by url dispatcher is already focused" [High,Confirmed] https://launchpad.net/bugs/130748916:07
mterry?  let me see16:08
kgunnmterry: is that "?" for me ?...i was piecing together scrollback, i could be totally wrong16:09
mterrykgunn, was for you.  Looks like a dup of bug 1267624 which has had a branch extent for a long time, but has been stalled16:10
ubot5bug 1267624 in unity8 (Ubuntu) "Dialer app not shown on incoming calls" [Critical,Confirmed] https://launchpad.net/bugs/126762416:10
mterrykgunn, seems test framework won't let us easily test locking the screen by simulating power button presses -- because the test framework holds a powerd lock16:11
kgunnmterry: ah...thank you, yeah that does look the same16:11
MacSlowkgunn, mterry's and my branch are not related to 130748916:12
kgunnthanks guys16:12
=== om26er|food is now known as om26er
kgunnMacSlow: do agree that 1267624 is a dup of 1307489  <- Saviq16:13
mterrykgunn, so point is I'm looking at it, but it's not there yet.  I'll see if I can do a test workaround today16:15
MacSlowkgunn, not sure16:16
kgunnmterry: ok, its the "new blocker"...its==130748916:20
mterrykgunn, promotion blocker?  oh my16:21
kgunnyes, don't go to vegas :)16:21
=== gatox is now known as gatox_lunch
=== dandrader is now known as dandrader|lunch
=== gatox_lunch is now known as gatox
josharensonmzanetti: regarding https://bugs.launchpad.net/unity8/+bug/1305885 is the networking setup actually a component/plugin for unity8, or is it a separate application? I looked over the code a lot on my flight home, but can't seem to find where it would live.16:58
ubot5Ubuntu bug 1305885 in Unity 8 "Snap Decision input does not listen to Enter key" [Undecided,New]16:58
mzanettijosharenson: yeah, the actual networking is in the indicators. However, the issue is in the ui I'd say, which should be in qml/Notifications/17:00
=== alan_g is now known as alan_g|EOD
* greyback eod17:43
=== dandrader|lunch is now known as dandrader
asachttps://launchpad.net/bugs/130763418:39
ubot5Ubuntu bug 1307634 in Unity 8 "Crash When Using Phone" [Undecided,New]18:39
asacrickspencer reported that (wasnt related to shutdown he thinks)18:40
asacanyone mind checking if that .crash file is any good?18:40
asacSaviq: kgunn: i know you are runnin on hot fumes already, but could we motivate someoene from your team to take a look at https://launchpad.net/bugs/1307634 ?18:50
ubot5Ubuntu bug 1307634 in Unity 8 "Crash When Using Phone" [Undecided,New]18:50
Saviqkgunn, yeah, seem the same19:58
=== salem_ is now known as _salem
Saviqmterry, https://code.launchpad.net/~mterry/unity8/hide-greeter-on-focus-request/+merge/215749/comments/51204420:03
Saviqwth does apport not collect package versions and such when it's processing a crash....20:03
mterrySaviq, working on it as we speak20:04
Saviqmterry, kk20:04
mterrySaviq, just wanted to get elopio's merge in first20:04
Saviqasac, I'll look briefly into it, but will probably have to wait until tomorrow for proper investigation20:04
mterrySaviq, I'm planning to expose a tiny dbus interface for pretending we got a powerd event that we only expose if testability is on.  sound good?20:04
Saviqmterry, on one hand - yeah maybe - on the other... I think it's a bug in powerd that it doesn't change the power state20:05
Saviqmterry, especially when it does turn the display off...20:05
mterrySaviq, true...  I forgot it turned display off.  Does seem like inconsistent internal state20:06
* mterry looks at why powerd does that20:07
Saviqmterry, inconsistent, and wrong, IMO, too - even if an app requests display to be on, it should be overridden by power key press20:15
asacSaviq: ack. thanks20:23
=== Wellark_ is now known as Wellark
mterrykgunn, poke about bug 1307489.  https://code.launchpad.net/~mterry/unity8/hide-greeter-on-focus-request/+merge/215749 should fix, but note that it needs two other component branches to work totally.  Maybe start a silo for it?  <- Saviq21:21
ubot5bug 1267624 in unity8 (Ubuntu) "duplicate for #1307489 Dialer app not shown on incoming calls" [Critical,Confirmed] https://launchpad.net/bugs/126762421:21
mterryI have to go afk for a bit, but will leave IRC on21:21
Saviqmterry, I'll be pushing it through tomorrow, thanks!21:22
kgunnmterry: thanks...21:22
kgunnSaviq: o/ thanks!21:22
kgunnmterry: quick one...what other 2 component branches are needed ?21:24
mterrykgunn, it's in the description21:25
mterrykgunn,21:25
mterry  https://code.launchpad.net/~mterry/autopilot/allow-focus/+merge/21573521:25
mterry  https://code.launchpad.net/~mterry/powerd/consistent-state/+merge/21576121:25
kgunnmterry: i should've read...thanks man21:25
thomi_mterry: I commented on that MP. I plan on running the full test suite later today21:26
mterrykgunn, those two are only needed to make autopilot work right.  If you do manual testing, just the one branch is fine21:26
thomi_mterry: but right now I'm not sure we can land anything anyway21:26
kgunnthomi_: its a blocker21:26
kgunnso its special21:26
thomi_hmm, so will the unity 8 team handle the autopilot MP landing?21:27
thomi_kgunn: because if so, then as long as you guys run the AP test plan, I'm happy for that to land21:28
kgunnthomi_: well, i would believe yes, it would all need to go into the same silo21:28
kgunnthomi_: link to AP test plan ?21:29
thomi_one sec21:30
kgunnthomi_: kinda curious if it matches this...https://wiki.ubuntu.com/Touch/Testing#Testing_your_Ubuntu_Touch_Code_before_submission21:30
thomi_kgunn: https://wiki.ubuntu.com/Process/Merges/TestPlan/autopilot21:30
kgunnthomi_: ok...that doesn't seem too bad...21:31
thomi_kgunn: hahaaaaaa21:31
thomi_kgunn: it takes about 4 hours to run, and then about the same to debug the various failures21:31
thomi_kgunn: what I'm saying is "have fun with that" :)21:31
* kgunn wonders if we've created an anti-release tool21:31
thomi_kgunn: you're still wondering? :P21:32
thomi_kgunn: we have a jenkins job that automates 90% of it though21:32
thomi_kgunn: http://q-jenkins:8080/job/autopilot-release-gatekeeper/21:33
kgunnthomi_: should that be on the wiki ?21:33
thomi_kgunn: run that ^ with the silo PPA in the PPA parameter21:33
thomi_kgunn: probable, let me edit it21:33
kgunni was just about to ask.... where instructions are for desktop21:33
kgunn"Run the autopilot functional and unit tests"21:33
=== jhodapp is now known as jhodapp|afk
kgunnthomi_: desktop is the bitch i take it?21:34
kgunnin terms of time21:34
thomi_kgunn: nope, device is the PITA21:34
thomi_kgunn: desktop takes ~ 15 minutes21:34
thomi_device takes ~ 4 hours21:34
kgunnthomi_: no way..i run unity8 & browser all the time...it does eat close to an hour...but 4 ?21:35
thomi_kgunn: you need to run *all* the AP tests21:35
thomi_not just unity821:35
kgunnah21:35
kgunnnot how i was reading :)21:35
thomi_because you're chaning AP code that's used by all the functional test suites21:35
thomi_luckily, the jenkins job does most of that for you21:36
thomi_you just need to wait for it to run21:36
thomi_but then you need to debug the various failures21:36
thomi_and figure out if they're due to an issue introduced in your code, or bad tests in other projects21:36
thomi_usually you need to re-run a few suites21:36
kgunnthomi_: since this is going to take soooo much time...should we just go to silo and test it there ?21:37
kgunnrather than individually for MP...21:37
kgunnonly to approve and then turn around and do it again ?21:37
kgunnSaviq: fyi on this ^21:37
thomi_kgunn: yes, that's wht I'd suggest21:37
thomi_kgunn: wiki is updated BTW21:37
kgunnSaviq: mterry ...mind if i queue it up and try ?21:38
mhall119am I missing something, or has the ability to add scopes as a Favorite to the dash not been implemented yet?22:30
mterrykgunn, go right ahead!23:13

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