=== duflu_ is now known as duflu [08:43] booo we're not green again :/ [08:55] Saviq: mzanetti: https://code.launchpad.net/~aacid/unity8/pot_update/+merge/249610 [08:56] tsdgeos, might wanna have one more for qmltypes... [08:56] tsdgeos, why you say no green http://s-jenkins.ubuntu-ci:8080/job/unity8-ci/ [08:57] Saviq: qmltestrunner::NotificationRendererTest::test_NotificationRenderer [08:57] 3 vs 2 [08:58] Saviq: are qmltypes something we even care for? [08:59] who is using those? [08:59] tsdgeos, QtC is [08:59] tsdgeos, it helps with code completion etc. [09:01] tsdgeos, where did you see that failure? [09:01] local machine [09:02] and https://jenkins.qa.ubuntu.com/job/unity-phablet-qmluitests-vivid/475/consoleFull [09:02] interesting [09:02] I've ran all the tests here before approving, and CI was happy with that test before [09:03] well it's not 100% [09:03] but it happened in a loop quite fast [09:03] Saviq: https://code.launchpad.net/~aacid/unity8/update_qmltypes/+merge/249612 [09:03] tsdgeos, tx [09:23] Saviq: since i can reproduce relatively reliably that test failure i'm having a look [09:24] tsdgeos, yeah, please do, I couldn't fail that test === vrruiz_ is now known as rvr [10:23] no mirko today? [10:30] tsdgeos, we're too late to have https://code.launchpad.net/~aacid/unity8/pot_update/+merge/249610 inside hack_location_data? [10:30] oh [10:30] tsdgeos, https://code.launchpad.net/~aacid/unity8/hack_location_data_i18n/+merge/249174 [10:31] i guess i could add it there [10:31] give me a sec [10:31] yeah, happy to approve [10:36] who is working on the currency in the ubuntu store? [10:37] the GBP pound symbol used is the ancient one :D [10:37] I guess we need to change the font [10:39] tsdgeos, Mirco is here [10:39] i foudn my issue already [10:39] thanks :) [10:40] ok :) [10:40] now only need to fix it :D [10:41] popey, hey man! did you notice the pound sterling symbol in the store? (cut the rope) [10:42] popey, you know who is in charge of that? [10:42] or if it's an issue in the translation [10:42] Cimi: done [10:43] tsdgeos, looks like you picked up other branches on the road :( [10:43] Cimi: well i merged with trunk [10:43] that's what you wanted, no? [10:43] tsdgeos, so why I have now 1421 lines (+578/-219) 26 files modified [10:43] damn [10:43] what happened [10:44] yeah... [10:44] Cimi: silly me [10:44] let me fix [10:45] Cimi: now [10:48] tsdgeos, approved, thx [10:54] MacSlow: i think i've fixed the random failure in testnotification [10:54] s [10:54] i'll put an MR up for review in a sec [10:54] tsdgeos, which random failure? [10:55] MacSlow: qmltestrunner::NotificationRendererTest::test_NotificationRenderer [10:55] tsdgeos, got a link to the failure on jenkins you are talking about? [10:55] MacSlow: https://jenkins.qa.ubuntu.com/job/unity-phablet-qmluitests-vivid/475/consoleFull [10:56] FAIL! : qmltestrunner::NotificationRendererTest::test_NotificationRenderer(Ephemeral notification with non-shaped icon) property count [10:56] Actual (): 3 [10:56] Expected (): 2 [10:56] Loc: [/tmp/buildd/unity8-8.02+15.04.20150211bzr1601pkg0vivid475/tests/qmltests/Notifications/tst_Notifications.qml(667)] [10:56] tsdgeos, I've fixed that [10:56] WHERE? [10:56] wops [10:56] sorry :D [10:57] because it's not fixed in trunk [10:57] tsdgeos, I had that in the swipe-to-dismass branch too... [10:57] tsdgeos, it should be in trunk by now [10:57] it is not [10:57] i have it failing [10:57] like 1 out of 10 times [10:57] and i know what's wrong [10:57] just realized my fix is not correct :D [10:57] tsdgeos, I had 50/50 pass when run unter xvfb [10:58] tsdgeos, that was proof enough for me I had it fixed [10:58] sorry ^_^ [10:58] tsdgeos, let me try current trunk again... [11:07] paulliu, hey, the assets are there now on bug #1350891, please update your branch and MP it [11:07] bug 1350891 in unity8 (Ubuntu) "[Dash] Suru Background should scroll" [High,In progress] https://launchpad.net/bugs/1350891 [11:10] Saviq, cannot reproduce http://people.canonical.com/~cwayne/eb.png [11:12] unless it's a special case [11:12] was trying different options in the scope tool [11:12] reference https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1414870 [11:12] Launchpad bug 1414870 in unity8 (Ubuntu) "Result subtitles are cut off" [High,In progress] [11:13] Cimi, AFAICT, that's not subtitle but attributes [11:13] as we can only have a single line of subtitle [11:14] ah ok [11:14] Cimi, but couldn't reproduce in tryCard, either [11:15] subtitles I exclude [11:15] we have text elide [11:15] so unles the anchoring is messed up... (doubt) [11:15] I am looking at attributes indeed [11:17] Cimi, we have elide there, too, but the grid layout might be messing up there [11:19] MacSlow: https://code.launchpad.net/~aacid/unity8/testNotificationsMoreStable/+merge/249625 [11:19] oh damned it still failed [11:20] grr [11:20] ignore D: [11:21] tsdgeos, ok [11:22] ahh, i see the problem [11:23] the previous notification is changed from expanded to contracted when adding a new one [11:23] need to also wait for that anymation to finish before we start clicking [11:23] otherwise clicks will be in the wrong position [11:24] greyback, hey, we're not going anywhere on bug #1365673 these days are we? [11:24] bug 1365673 in qtmir (Ubuntu RTM) "/usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:6:qt_message_fatal:QMessageLogger::fatal: UbuntuClientIntegration::UbuntuClientIntegration:UbuntuMirClientIntegrationPlugin::create:loadIntegration" [High,Triaged] https://launchpad.net/bugs/1365673 [11:26] Saviq: nope, I can't repro it [11:26] greyback, can you please comment on the bug, asking for anyone who *can* to come forward [11:27] Saviq, only thing I noticed is that there seems to be some space on the left of those cards [11:27] Saviq, that I cannot do in tryCard [11:28] Saviq: ok.. got it [11:28] Saviq, I am wondering if we have cards shifted and Beijing actually fits in the cards dimension [11:28] Cimi, ah wait, checking one more thing [11:29] Cimi, ok no, can't repro either [11:30] Cimi, I wonder if the string has some non-breaking spaces or such [11:30] that brake the ellipsis [11:31] Saviq, what could be the spacing on the left? [11:31] padding/margin [11:31] Cimi, good question, I wonder if this is vivid vs. rtm [11:38] tedg, I tried the NearBy scope: how do you feel? "I'm bored/stressed", first result "weather from the weather channel" showing me three days of dark clouds and rain. FML [11:44] tsdgeos, I don't think we're setting sourceSize for the manage dash images of scopes [11:44] I cannot see in the code unless I missed sth [11:45] they look all scaled down but fullres [11:48] Saviq, meetup scope!!! [11:49] and bug is in both vivid and rtm [11:50] Cimi: may bbe [11:51] MacSlow: ok, now https://code.launchpad.net/~aacid/unity8/testNotificationsMoreStable/+merge/249625 [11:59] tsdgeos, https://code.launchpad.net/~cimi/unity8/scopeslist-sourcesize/+merge/249629 [12:00] Cimi: ok, i'll review === marcusto_ is now known as marcustomlinson [12:00] tsdgeos, only doubt I have is using units or doing shape.width/height [12:01] the less hardcoded the better [12:02] i'd vote for share.width [12:02] ok [12:03] mzanetti, can I help with silo 0 somehow? [12:04] tsdgeos, done [12:14] tsdgeos, hm... getting core dumps here at the moment from qmltests... [12:14] ? [12:15] tsdgeos, OpenGL-problems... [12:15] brb [12:20] Saviq, is vertical journal [12:20] Cimi, oh [12:20] too much padding on the left, eh? [12:21] Saviq, looks like is not centered [12:21] Saviq, http://paste.ubuntu.com/10203723/ [12:21] you can add art and stuff [12:22] Cimi, I'm sure you'll find the fix ;) [12:22] sure, I just shared :) === dandrader is now known as dandrader|afk [12:30] Hi all! I would like to try Unity 8 (Ubuntu Desktop Next) on my computer, but when it starts the login panel is out of screen. See this screenshot: https://www.dropbox.com/s/nn0tvbvjsxwu821/unity8.jpg?dl=0 [12:30] Any idea how can I fix it? [12:31] And I can't click anywhere on the screen [12:33] robertopero, do you have an external screen connected by any chance? [12:34] Saviq: Yes, ouch, I forgot it, I try to login without it, i will be beack :) [12:35] robertopero, yeah, we don't do external screens that well yet :) [12:35] it's coming [12:40] cannot reproduce here anymore :( [12:41] tsdgeos, you branch works on my regular/faster desktop-machine... currently getting it to run (under xvfb) on my slower laptop to verify [12:41] Saviq: Thanks, this was the problem [12:42] robertopero, great [12:42] but i have an other problem, how can I change the keyboars layout? [12:45] robertopero, go to the settings app, you can select the available layouts there [12:46] Saviq: Yes I tried that, but there is no layout there [12:46] can I install a terminal? [12:46] robertopero, you might want to install the corresponding ubuntu-keyboard-* package [12:47] robertopero, or just install "ubuntu-touch" to get everything users get on our touch images [12:47] robertopero, there is no official terminal package for arches other than armhf [12:47] yet [12:48] Saviq: Okay, but how I install something without a terminal? [12:48] robertopero, ctrl+alt+f1 to go to another vt [12:48] robertopero, your unity8 session is on f8 [12:49] Saviq: Oh, thanks [12:49] robertopero, in general you'll have apps available in the Ubuntu Store, once they are packaged correctly for non-armhf arches [12:49] there are a few already [12:50] just scroll down in the Apps page or swipe from the bottom if on touch-enabled device [12:50] biab === dandrader|afk is now known as dandrader === alan_g is now known as alan_g|lunch [13:04] Hello [13:04] can I ask here about Unity Next? [13:04] Can I use it on a bumblebee setup, meaning can I utilize my nvidia graphics?? [13:27] tsdgeos, approved === MacSlow is now known as MacSlow|lunch [13:27] tx [13:41] greyback: Hey, I have a question about the qtmir update to event 2.0 branch. [13:41] ChrisTownsend: shoot [13:42] greyback: I have a package that includes the port, but some things don't seem to work such as touchpad gestures and being able to click on anything in the Panel. This is for desktop. [13:42] greyback: I saw you have a new branch. Would this maybe address these issues? [13:43] ChrisTownsend: new branch doesn't change anything functionally, was just to fix a branching weirdness [13:43] ChrisTownsend: toughpad gestures need support in Mir, which isn't there yet [13:43] clicking on panel however should work as before [13:43] greyback: Touchpad gestures work fine using the qtmir in the archive. [13:44] greyback: Hmm, maybe the package is screwed up somehow.... [13:44] ChrisTownsend: ok, I didn't know that [13:44] ChrisTownsend: I don't think anyone really tested that branch with unity8 [13:45] greyback: Ah, ok. So maybe it's a work in progress? [13:45] it could be that unity8 was relying on all input being touch (current situation), and the event2.0 stuff distinguishes mouse from touch [13:46] ChrisTownsend: yeah. It needs testing on desktop before we can consider landing it === alan_g|lunch is now known as alan_g [13:46] greyback: Oh, right, that makes sense. So some updates in Unity 8 would be needed to support the touch vs. mouse. Any ways, that's not really important. It's the clicking on the Panel that is more worrisome. [13:47] ChrisTownsend: yeah, panel may only react to touch events right now, hence it ignores mouse events [13:47] which would require a unity8 fix [13:48] but design wise, using a mouse to drag down the panel is pretty lousy UX design [13:48] greyback: Yeah, ok. Good news is with the event 2.0 qtmir branch, mouse clicks work in Xmir windows:) [13:48] greyback: Yes, using a mouse to drag that down on the desktop is lousy. [13:49] it could be worse.. [13:49] ChrisTownsend: cool, at least xmir sees benefit [13:49] greyback: But not being able to interact with the Panel at all is even worse;-) [13:49] greyback: Anyways, thanks. [13:49] Saviq, tsdgeos hey, is there anything else you need from me wrt landing of fix-temp fix? i'll be off next week [13:49] you could have finger tip sized tools that you have to grab with your mouse and move around the screen and right click configure what that finger is currently doing [13:49] ChrisTownsend: it'll be fixed [13:50] pstolowski: all should be fine afaics [13:50] greyback: I have the upmost confidence that it will be. [13:58] Cimi, I think your phone is trying to convince you to kill yourself. Be careful man. [13:59] Showing London weather like that. Cruel! [14:01] Saviq: can you elaborate on the architecture change mentioned here? https://bugs.launchpad.net/qtmir/+bug/1352251/comments/21 [14:01] Launchpad bug 1352251 in unity8 (Ubuntu RTM) "Reverse trust prompt hosting" [High,Triaged] [14:01] tsdgeos, ack, thanks [14:11] mzanetti: ping [14:20] kgunn, want me to do it on the bug or can I just explain here? [14:21] Saviq: bug i guess would be better for all (...and my super-power of forgetfulness :) [14:21] pstolowski, I'll be landing it today, we'll find out soon enough [14:32] I cant use the unity 8 live iso [14:32] I just cant login [14:33] I tried to add a new user, use the empty password default user [14:33] kgunn, https://bugs.launchpad.net/qtmir/+bug/1352251/comments/23 [14:33] Launchpad bug 1352251 in unity8 (Ubuntu RTM) "Reverse trust prompt hosting" [High,Triaged] [14:33] nothing happens, I cant get off that lightdm shit [14:33] berz3rk, what GPU do you use? [14:33] at the third try it just disables key input... whai [14:33] Saviq: virtualbox [14:33] berz3rk, not supported yet [14:33] ok, can I use nouveau [14:34] I have a nvidia graphics cards which is supported [14:34] berz3rk, nouveau should work I believe, you can confirm with folks in #ubuntu-mir [14:36] Saviq, ok, thanks [14:38] Saviq: no response [14:38] berz3rk, give it a few mins :) [14:38] MacSlow|lunch: top approve? https://code.launchpad.net/~aacid/unity8/testNotificationsMoreStable/+merge/249625 [14:39] Saviq: you said you were doing a landing today? maybe we can ↑ ? [14:40] tsdgeos, sure [14:40] I want nvidia binary support for mir >_> [14:40] or i cant use it [14:40] berz3rk, talk to your GPU vendor ;) [14:40] nvidia said its coming [14:40] >_> [14:43] Saviq: updated the branch. But got FTBFS http://paste.ubuntu.com/10205488/ [14:43] Saviq: I'm checking. [14:44] paulliu, you need newer unity-api [14:44] Saviq: got it. Let me upgrade my phone. [14:46] ubuntu phone came too late.. [14:46] in the meantime i got a firefox os and a new iphone [14:46] one year ago i wanted to buy this 500€ ubuntu phone from canonical but than they canceled it [14:50] Cimi, lp:~cimi/unity8/fix-open-new-scope-from-tmp needs a bump of libunity-api-dev to >= 7.96 [14:50] berz3rk, we didn't cancel it, we didn't get enough pledges to make it happen [14:51] Saviq: thanks [14:51] Saviq: several million are not enough.. ok [14:51] berz3rk, to build a phone from scratch? yeah, it's not [14:52] Saviq, ok [14:53] Saviq, done [14:55] Cimi, thanks === MacSlow|lunch is now known as MacSlow [15:05] tsdgeos, there you go === dandrader is now known as dandrader|lunch [15:43] josharenson, let me know please when the branch is good again [15:43] Saviq: almost done, just wanna test it real quick [15:44] kk [15:53] Saviq: do you happen to know why the PowerKeyHandler::handle function always returns false? [15:53] josharenson, no, sorry [15:53] * josharenson assumes there is a good reason [15:58] Saviq: I can't build trunk on desktop (meaning I can't build my own branch now) as there is a compiler error. I'll try on the device and maybe ask in #mir [16:02] josharenson, compiler error? [16:03] Saviq: http://pastebin.ubuntu.com/10206499/ [16:04] hum [16:04] * Saviq tries [16:04] josharenson, built fine here, you got a clean build dir? [16:06] Saviq: yeah, i did a clean-tree and double checked the deps... looking deeper [16:07] josharenson, you on fully updated vivid? the last changes in usc were to update it to mir 0.11 APIs [16:07] Saviq: :-p probably the issue [16:33] pstolowski, do we have a bug for 1421695 already by any chance? [16:34] bug #1421695 [16:34] bug 1421695 in unity8 (Ubuntu) "Better offline mode in scopes" [Undecided,New] https://launchpad.net/bugs/1421695 [16:43] Saviq, nope, I don't know of any. nb, the branch you linked provides new api only, scopes need to be updated to benefit from it [16:43] pstolowski, sure, let me add a unity8 task, too, so that we finally provide the status banner [16:47] Cimi, merge trunk in lp:~cimi/unity8/fix-open-new-scope-from-tmp please === dandrader|lunch is now known as dandrader [17:05] Saviq, pushed [17:06] Cimi, thank you [17:10] Saviq: conflicts resolved, and tests ok manually [17:14] josharenson, thanks [17:16] josharenson, did you push https://ci-train.ubuntu.com/job/ubuntu-landing-018-1-build/93/console ? [17:19] Saviq: hang on, fixing [17:20] * josharenson pours this morning's first cup of coffee to try and make things smoother [17:20] it merged fine now [17:20] josharenson, ↑ [17:20] oh ok [17:20] must be I kicked the branch too early [17:20] s/branch/build/ [17:21] Saviq: hang on, there is an issue [17:21] josharenson, - g++-4.9, that looks wrong [17:21] exactly what I'm undoing [17:21] Saviq: ok, restored [17:23] ok, building, o/ === alan_g is now known as alan_g|EOW