=== RAOF is now known as tmpRAOF === ssweeny` is now known as ssweeny === dandrader is now known as dandrader|afk === dandrader|afk is now known as dandrader [10:20] tsdgeos, got time for reviewing a small and simple MP? [10:20] dandrader: sure [10:20] tsdgeos, https://code.launchpad.net/~dandrader/unity8/keepGreeterPwdUncovered/+merge/247475 [10:20] tsdgeos, thanks! you're the most active reviewer in the team :) [10:21] dandrader: that's because i'm easy [10:21] shhhhhhh [10:26] damn i need to find out there the tablet is and charge it D: [10:30] sorry for that [10:33] tsdgeos, about time, you need to bring them to BRU, too ;) [10:33] Saviq: tablet? what for? [10:33] i'm not part of the sprint [10:34] tsdgeos, ah right, you're there with your K hat on ;) [11:04] Saviq, calling this close scope isn't working well.. http://paste.ubuntu.com/9915513/ [11:04] Saviq, seems like the close calls are async [11:05] Cimi, this snippet doesn't say much [11:06] Saviq, http://paste.ubuntu.com/9915536/ [11:07] Saviq, closing scope makes dash crash [11:07] Cimi, trace? [11:07] Saviq, I think I have to run dash with gdb [11:07] Saviq, how can I? [11:08] Cimi, generally when things crash, that's the way to go [11:08] Cimi, gdb builddir/src/Dash/unity8-dash -mousetouch [11:08] gdb -args [11:08] Hola! [11:08] sry [11:08] Saviq, I need from the phone [11:09] Cimi, sudo gdb program `pidof unity8-dash` [11:09] Cimi, or just analyze the .crash file [11:15] dandrader: so that MR [11:15] dandrader: is for when there's multiple users on the tablet? [11:15] because with a single user i don't get the keyboard over the password [11:17] tsdgeos, no. see "make tryMultiGreeter". The vkb covers the password if you use the shellRotation branch (in https://launchpad.net/~unity-team/+archive/ubuntu/demo-stuff) [11:17] tsdgeos, shellRotation branch has the code from this MP [11:18] tsdgeos, maybe ubuntu-keyboard from trunk (as opposed to the one from this ppa) is shorter in tablets [11:21] dandrader: remove the console.log("loginListRect.y " + loginListRect.y); from the test? [11:21] Saviq, looks like I should connect the close of the scope when the new scope finished loading [11:21] http://paste.ubuntu.com/9915707/ [11:22] cannot read much more... [11:22] there is this activate [11:23] don't know [11:23] Cimi, you need to get symbols [11:23] yeah [11:23] https://wiki.ubuntu.com/DebuggingProgramCrash [11:23] Cimi, for rtm the dbgsym packages are in http://ddebs.ubuntu.com/ubuntu-rtm/ [11:23] tsdgeos, oh, right. done [11:25] installing === dandrader is now known as dandrader|afk [12:12] mzanetti, just noticed authenticator app is mostly flat black, that on purpose? [12:12] yes [12:12] Saviq: I've asked mivoligo to redesign it [12:12] (the guy that designed machines vs machines) [12:12] mzanetti, you should update the screenshots [12:13] it looks slightly as if it lost the background or something [12:13] ack. will do once the redesign is done [12:13] actually I'd need to update screenshots for nearly all of my apps === MacSlow is now known as MacSlow|lunch [12:29] sil2100: can you trigger rebuilds for stuff that's "old" in https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/landing-005 ? [12:29] tsdgeos: ah, once again rebuilds needed, sure [12:31] tx [12:40] Saviq, http://paste.ubuntu.com/9916639/ [12:41] pstolowski, can you have a look with Cimi why the shell plugin crashes for him ↑? [12:42] Cimi, what's the bug# you're working on again? [12:42] 1410337 [12:43] Saviq, what I am trying to do is closing the store scope after launching the new scope [12:46] Cimi, Saviq looking [12:46] Cimi, yeah, and that sounds right [12:46] pstolowski, but it might be that it's destroyed by the time you try to close it (but that would be weird) [12:46] bug #1410337 [12:46] bug 1410337 in Ubuntu UX "Launching a scope once installed is broken" [High,Triaged] https://launchpad.net/bugs/1410337 === dandrader|afk is now known as dandrader [12:49] Saviq, pstolowski this is another I get [12:49] http://paste.ubuntu.com/9916749/ [12:49] so, http://paste.ubuntu.com/9916773/ gives http://paste.ubuntu.com/9916749/ [12:50] /food [12:50] tsdgeos, thanks for the review [12:50] http://paste.ubuntu.com/9916777/ gives http://paste.ubuntu.com/9916639/ [12:54] Cimi, Saviq from a quick look i think the problem is that closeScope just deletes the scope object you pass, instead of calling deleteLater on it [12:55] this is almost always a bad idea in qt... [13:02] Cimi, shall I prepare a quick fix to try out? === MacSlow|lunch is now known as MacSlow [13:50] pstolowski, yeah, please do [13:51] otp [14:04] mzanetti, would you have time this week to review this? https://code.launchpad.net/~dandrader/unity8/fixSurfaceActiveFocus/+merge/247836 [14:05] mzanetti, this is already in the shellRotation branch. [14:06] dandrader: ack, will try to get to it [14:07] mzanetti, thanks. this should also affect the desktop mode [14:07] you mean the windowed mode? :P [14:08] * mzanetti needs to rename *Stage.qml files [14:08] s/affect/help with [14:08] mzanetti, yeah, right :) [14:09] O_o [14:09] * mzanetti lost irc history [14:19] dandrader: https://code.launchpad.net/~mzanetti/unity8/saveRestoreWindowSizePosition/+merge/247840 [14:27] mzanetti, I'm not a big fan of singletons [14:27] mzanetti, makes it harder to fake them in tests [14:28] Cimi, let me know if it helps: https://code.launchpad.net/~stolowski/unity-scopes-shell/delete-later-on-close/+merge/247842 [14:28] Saviq, ^ [14:28] pstolowski, ok === artmello_ is now known as artmello === dandrader is now known as dandrader|afk [14:53] dandrader|afk: the testing/mocking argument is a valid one... not sure in this case as we either want the stuff to be the proper thing in the settings too, or we just ignore it (like the init() in the tests does) [14:54] so in here I guess it just keeps the code cleaner without hurting testability [14:54] but in general, you have a point [14:54] I was thinking, it could make sense if we set up some import paths in main.cpp, and then import singletons via their name instead of absolute path [14:55] then a test could easily override by just shipping it's own singleton implementation [14:55] because other than your issue, singletons in qml are quite handy to keep things clean [14:55] imo === dandrader|afk is now known as dandrader [15:48] can we trigger a jenkins of https://code.launchpad.net/~stolowski/unity-scopes-shell/delete-later-on-close/+merge/247842 ? [15:58] Cimi, not while it's WiP [15:58] Cimi, just x-build it :P [15:59] Cimi, kicked a build here anyway http://s-jenkins.ubuntu-ci:8080/job/unity-scopes-shell-ci/284/console [17:11] Saviq: hey, about having issues with mocking singletons for testing as Daniel pointed out. wdyt of this: http://paste.ubuntu.com/9920590/ [17:16] mzanetti, doubt it should be _SOURCE_ [17:16] why not? [17:17] for the not installed case only. the installed case would need INSTALL_SHELL_QML/Components or something [17:17] this diff is just for making it work... [17:18] for mocking we'd still need to add the mock dir too [17:18] mzanetti, well, we have plugins/ for things that actually have qmldir files [17:18] ah ok [17:18] fair point [17:18] I could move it over there as a qml plugin, yes [17:18] qml-only [17:18] yup [17:18] ok. will do that [17:18] thanks === ljp is now known as lpotter