=== marcusto_ is now known as marcustomlinson === greyback is now known as greyback|bbiab === marcusto_ is now known as marcustomlinson === Boltermor is now known as Guest38878 === JanC is now known as Guest23785 === JanC_ is now known as JanC [12:44] alan_g, heyo! I'm trying to form a "get rid of a lot of existing branches" silo for ota12 on the unity side. I was going to include https://code.launchpad.net/~alan-griffiths/qtmir/remove-workaround-for-lp1502200, but it conflicts with some other branches about to land in silo 58: https://requests.ci-train.ubuntu.com/#/ticket/1381. I don't know if you want to wait until those land to rebase, or if it makes sense to pre-req on one of those [12:45] for reference, my silo is https://requests.ci-train.ubuntu.com/#/ticket/1426 which will also land a few other of your qtmir branches, thanks for those :) [12:57] mterry: hmmm, can you drop the mirSurfaceItemIsAlwaysTextureProvider branches? [12:57] they kind of go with my bottomRoudnedCorners brach [12:57] and not sure if unity8 tests will still work without it [12:58] tsdgeos, sure.. which branch? [12:59] mirSurfaceItemIsAlwaysTextureProvider [12:59] * mterry is unfamiliar with the roundedCorners work [12:59] for unity api and qtmir [12:59] tsdgeos, right no, I got that [12:59] then i did not understand the question [13:00] tsdgeos, I just don't see a bottomRoundedCorners in +activereviews for u8, is it a u8 branch that's WIP? [13:00] This is just me being curious [13:00] https://code.launchpad.net/~aacid/unity8/roundedCorners/+merge/290290 [13:00] wrong name sorry [13:01] tsdgeos, branches gone, thanks for heads up [13:01] tx [13:12] mterry: what would you like it rebased on? [13:12] alan_g, I'm not sure exactly which branch it conflicted with, I didn't dive into it, sorry. So I'm not sure which is the correct one to rebase on, hoped you would know :) [13:14] alan_g, either lp:~alan-griffiths/qtmir/remove-workaround-for-lp1502200 or lp:~unity-team/qtmir/centralizeLoggingCategories [13:14] mterry, FYI ↑ [13:14] alan_g, if you could check which one of those it conflicts with [13:15] Saviq: lp:~alan-griffiths/qtmir/remove-workaround-for-lp1502200 is the one mterry is talking about [13:15] Saviq, remove workaround is the branch I think we took out because it conflicts. Are you saying it conflicts with centralizeLoggingCategories? [13:15] or I copypasted wrong, checking [13:16] alan_g, mterry, lp:~alan-griffiths/qtmir/MirServer-is-not-a-context-object [13:16] bad copypasta [13:21] Saviq: I can't see why lp:~alan-griffiths/qtmir/remove-workaround-for-lp1502200 conflicts with lp:~alan-griffiths/qtmir/MirServer-is-not-a-context-object - and bzr agrees locally. [13:21] alan_g, so likely the other one [13:22] mterry, will start reviewing https://code.launchpad.net/~mterry/unity8/tutorial-fixups/+merge/293262 [13:23] oh thanks [13:25] alan_g, confirmed, it's lp:~unity-team/qtmir/centralizeLoggingCategories that it conflicts with, just a dumb conflict, too [13:29] mterry: rebased on lp:~unity-team/qtmir/centralizeLoggingCategories - yes, conflict was trivial [13:30] alan_g, awesome, thanks [13:30] * alan_g thinks this would be so much easier with an integration branch === dandrader is now known as dandrader|afk [14:56] attente, hey, would you by chance be maintain maliit-framework? (Need to get a small change in) [14:58] the change: http://paste.ubuntu.com/16507470/ === dandrader|afk is now known as dandrader [15:28] cimi, in bug 1541971, Paty mentions that the review Send button should remain disabled until the user types something, but I'm not seeing that with the branch [15:28] bug 1541971 in unity8 (Ubuntu) "Review button inactive without explanation" [High,In progress] https://launchpad.net/bugs/1541971 [15:29] cimi, (I also fixed the "header divider color looking wrong" issue I mentioned the other day with uitkPageHeader -- needed to specify normal.base for dividerColor [15:56] bschaefer: not really, but jpetersen is pretty good with merging stuff if you propose, and your change looks good [15:57] is that env var used elsewhere? what defines it? [15:58] attente, yeah its used for glib as well [15:58] attente, its to override the default dbus address (since maliit uses its own private abstract socket) [15:59] mainly, we have a proxy in libertine that creates a real socket that we say is the real dbus connection (while reading from that socket and sending it to the abstract one on the host) [15:59] attente, just propose it to upstream or ubuntu branch? [16:00] bschaefer, it should really go upstream if possible [16:00] bregma, yeah [16:00] ill make a pull request for it there then and see what happens [16:01] if it gets accepted quickly enough ill get a quick fix for ubuntu (or possibly we can just get it in xenial overlay?) === dandrader is now known as dandrader|afk [16:41] Hi ! Is there any file to modify when I want to build and install on my desktop configuration. I already installed unity8-desktop-session-mir. === dandrader|afk is now known as dandrader [17:39] ShR3K, what problem are you experiencing? [19:53] dandrader : When I build deb package, I have 4 tests KO. I commented those tests and so I can get deb packages but when I install it nothing change. [19:54] ShR3K, you mean that you don't see the modifications you made to unity8 when you log into a unity8-mir session? [19:54] yes [19:55] ShR3K, are they C++ changes or qml changes? [19:55] dandrader : It's C++ changes [19:55] ShR3K, btw, for development, it's easier to just cmake & make & sudo make install [19:57] ShR3K, some sanity check always help. if you changed some unity8 qml plugin code, check the timestamp of files in /usr/lib/x86_64-linux-gnu/unity8 [19:58] ShR3K, qml files are in /usr/share/unity8. as it's plain text, it's straight forward to diff them [19:59] for completion, your cmake line should have -DCMAKE_INSTALL_PREFIX:PATH=/usr so that it installs in system-wide [20:00] dandrader : Ok thanks ! I'll follow your advices [20:00] ShR3K, and also pass -DCMAKE_BUILD_TYPE=Debug on your cmake command so that you get debug symbols for debugging [20:00] eod