/srv/irclogs.ubuntu.com/2015/02/13/#ubuntu-unity.txt

=== duflu_ is now known as duflu
tsdgeosbooo we're not green again :/08:43
tsdgeosSaviq: mzanetti: https://code.launchpad.net/~aacid/unity8/pot_update/+merge/24961008:55
Saviqtsdgeos, might wanna have one more for qmltypes...08:56
Saviqtsdgeos, why you say no green http://s-jenkins.ubuntu-ci:8080/job/unity8-ci/08:56
tsdgeosSaviq: qmltestrunner::NotificationRendererTest::test_NotificationRenderer08:57
tsdgeos3 vs 208:57
tsdgeosSaviq: are qmltypes something we even care for?08:58
tsdgeoswho is using those?08:59
Saviqtsdgeos, QtC is08:59
Saviqtsdgeos, it helps with code completion etc.08:59
Saviqtsdgeos, where did you see that failure?09:01
tsdgeoslocal machine09:01
tsdgeosand https://jenkins.qa.ubuntu.com/job/unity-phablet-qmluitests-vivid/475/consoleFull09:02
Saviqinteresting09:02
SaviqI've ran all the tests here before approving, and CI was happy with that test before09:02
tsdgeoswell it's not 100%09:03
tsdgeosbut it happened in a loop quite fast09:03
tsdgeosSaviq: https://code.launchpad.net/~aacid/unity8/update_qmltypes/+merge/24961209:03
Saviqtsdgeos, tx09:03
tsdgeosSaviq: since i can reproduce relatively reliably that test failure i'm having a look09:23
Saviqtsdgeos, yeah, please do, I couldn't fail that test09:24
=== vrruiz_ is now known as rvr
tsdgeosno mirko today?10:23
Cimitsdgeos, we're too late to have https://code.launchpad.net/~aacid/unity8/pot_update/+merge/249610 inside hack_location_data?10:30
tsdgeosoh10:30
Cimitsdgeos, https://code.launchpad.net/~aacid/unity8/hack_location_data_i18n/+merge/24917410:30
tsdgeosi guess i could add it there10:31
tsdgeosgive me a sec10:31
Cimiyeah, happy to approve10:31
Cimiwho is working on the currency in the ubuntu store?10:36
Cimithe GBP pound symbol used is the ancient one :D10:37
CimiI guess we need to change the font10:37
Cimitsdgeos, Mirco is here10:39
tsdgeosi foudn my issue already10:39
tsdgeosthanks :)10:39
Cimiok :)10:40
tsdgeosnow only need to fix it :D10:40
Cimipopey, hey man! did you notice the pound sterling symbol in the store? (cut the rope)10:41
Cimipopey, you know who is in charge of that?10:42
Cimior if it's an issue in the translation10:42
tsdgeosCimi: done10:42
Cimitsdgeos, looks like you picked up other branches on the road :(10:43
tsdgeosCimi: well i merged with trunk10:43
tsdgeosthat's what you wanted, no?10:43
Cimitsdgeos, so why I have now 1421 lines (+578/-219) 26 files modified10:43
tsdgeosdamn10:43
tsdgeoswhat happened10:43
Cimiyeah...10:44
tsdgeosCimi: silly me10:44
tsdgeoslet me fix10:44
tsdgeosCimi: now10:45
Cimitsdgeos, approved, thx10:48
tsdgeosMacSlow: i think i've fixed the random failure in testnotification10:54
tsdgeoss10:54
tsdgeosi'll put an MR up for review in a sec10:54
MacSlowtsdgeos, which random failure?10:54
tsdgeosMacSlow:  qmltestrunner::NotificationRendererTest::test_NotificationRenderer10:55
MacSlowtsdgeos, got a link to the failure on jenkins you are talking about?10:55
tsdgeosMacSlow: https://jenkins.qa.ubuntu.com/job/unity-phablet-qmluitests-vivid/475/consoleFull10:55
tsdgeosFAIL!  : qmltestrunner::NotificationRendererTest::test_NotificationRenderer(Ephemeral notification with non-shaped icon) property count10:56
tsdgeos   Actual   (): 310:56
tsdgeos   Expected (): 210:56
tsdgeos   Loc: [/tmp/buildd/unity8-8.02+15.04.20150211bzr1601pkg0vivid475/tests/qmltests/Notifications/tst_Notifications.qml(667)]10:56
MacSlowtsdgeos, I've fixed that10:56
tsdgeosWHERE?10:56
tsdgeoswops10:56
tsdgeossorry :D10:56
tsdgeosbecause it's not fixed in trunk10:57
MacSlowtsdgeos, I had that in the swipe-to-dismass branch too...10:57
MacSlowtsdgeos, it should be in trunk by now10:57
tsdgeosit is not10:57
tsdgeosi have it failing10:57
tsdgeoslike 1 out of 10 times10:57
tsdgeosand i know what's wrong10:57
tsdgeosjust realized my fix is not correct :D10:57
MacSlowtsdgeos, I had 50/50 pass when run unter xvfb10:57
MacSlowtsdgeos, that was proof enough for me I had it fixed10:58
tsdgeossorry ^_^10:58
MacSlowtsdgeos, let me try current trunk again...10:58
Saviqpaulliu, hey, the assets are there now on bug #1350891, please update your branch and MP it11:07
ubot5bug 1350891 in unity8 (Ubuntu) "[Dash] Suru Background should scroll" [High,In progress] https://launchpad.net/bugs/135089111:07
CimiSaviq, cannot reproduce http://people.canonical.com/~cwayne/eb.png11:10
Cimiunless it's a special case11:12
Cimiwas trying different options in the scope tool11:12
Cimireference https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/141487011:12
ubot5Launchpad bug 1414870 in unity8 (Ubuntu) "Result subtitles are cut off" [High,In progress]11:12
SaviqCimi, AFAICT, that's not subtitle but attributes11:13
Saviqas we can only have a single line of subtitle11:13
Cimiah ok11:14
SaviqCimi, but couldn't reproduce in tryCard, either11:14
Cimisubtitles I exclude11:15
Cimiwe have text elide11:15
Cimiso unles the anchoring is messed up... (doubt)11:15
CimiI am looking at attributes indeed11:15
SaviqCimi, we have elide there, too, but the grid layout might be messing up there11:17
tsdgeosMacSlow: https://code.launchpad.net/~aacid/unity8/testNotificationsMoreStable/+merge/24962511:19
tsdgeosoh damned it still failed11:19
tsdgeosgrr11:20
tsdgeosignore D:11:20
MacSlowtsdgeos, ok11:21
tsdgeosahh, i see the problem11:22
tsdgeosthe previous notification is changed from expanded to contracted when adding a new one11:23
tsdgeosneed to also wait for that anymation to finish before we start clicking11:23
tsdgeosotherwise clicks will be in the wrong position11:23
Saviqgreyback, hey, we're not going anywhere on bug #1365673 these days are we?11:24
ubot5bug 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/136567311:24
greybackSaviq: nope, I can't repro it11:26
Saviqgreyback, can you please comment on the bug, asking for anyone who *can* to come forward11:26
CimiSaviq, only thing I noticed is that there seems to be some space on the left of those cards11:27
CimiSaviq, that I cannot do in tryCard11:27
paulliuSaviq: ok..  got it11:28
CimiSaviq, I am wondering if we have cards shifted and Beijing actually fits in the cards dimension11:28
SaviqCimi, ah wait, checking one more thing11:28
SaviqCimi, ok no, can't repro either11:29
SaviqCimi, I wonder if the string has some non-breaking spaces or such11:30
Saviqthat brake the ellipsis11:30
CimiSaviq, what could be the spacing on the left?11:31
Cimipadding/margin11:31
SaviqCimi, good question, I wonder if this is vivid vs. rtm11:31
Cimitedg, 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. FML11:38
Cimitsdgeos, I don't think we're setting sourceSize for the manage dash images of scopes11:44
CimiI cannot see in the code unless I missed sth11:44
Cimithey look all scaled down but fullres11:45
CimiSaviq, meetup scope!!!11:48
Cimiand bug is in both vivid and rtm11:49
tsdgeosCimi: may bbe11:50
tsdgeosMacSlow: ok, now https://code.launchpad.net/~aacid/unity8/testNotificationsMoreStable/+merge/24962511:51
Cimitsdgeos, https://code.launchpad.net/~cimi/unity8/scopeslist-sourcesize/+merge/24962911:59
tsdgeosCimi: ok, i'll review12:00
=== marcusto_ is now known as marcustomlinson
Cimitsdgeos, only doubt I have is using units or doing shape.width/height12:00
tsdgeosthe less hardcoded the better12:01
tsdgeosi'd vote for share.width12:02
Cimiok12:02
Saviqmzanetti, can I help with silo 0 somehow?12:03
Cimitsdgeos, done12:04
MacSlowtsdgeos, hm... getting core dumps here at the moment from qmltests...12:14
tsdgeos?12:14
MacSlowtsdgeos, OpenGL-problems...12:15
MacSlowbrb12:15
CimiSaviq, is vertical journal12:20
SaviqCimi, oh12:20
Saviqtoo much padding on the left, eh?12:20
CimiSaviq, looks like is not centered12:21
CimiSaviq, http://paste.ubuntu.com/10203723/12:21
Cimiyou can add art and stuff12:21
SaviqCimi, I'm sure you'll find the fix ;)12:22
Cimisure, I just shared :)12:22
=== dandrader is now known as dandrader|afk
robertoperoHi 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=012:30
robertoperoAny idea how can I fix it?12:30
robertoperoAnd I can't click anywhere on the screen12:31
Saviqrobertopero, do you have an external screen connected by any chance?12:33
robertoperoSaviq: Yes, ouch, I forgot it, I try to login without it, i will be beack :)12:34
Saviqrobertopero, yeah, we don't do external screens that well yet :)12:35
Saviqit's coming12:35
Cimicannot reproduce here anymore :(12:40
MacSlowtsdgeos, you branch works on my regular/faster desktop-machine... currently getting it to run (under xvfb) on my slower laptop to verify12:41
robertoperoSaviq: Thanks, this was the problem12:41
Saviqrobertopero, great12:42
robertoperobut i have an other problem, how can I change the keyboars layout?12:42
Saviqrobertopero, go to the settings app, you can select the available layouts there12:45
robertoperoSaviq: Yes I tried that, but there is no layout there12:46
robertoperocan I install a terminal?12:46
Saviqrobertopero, you might want to install the corresponding ubuntu-keyboard-* package12:46
Saviqrobertopero, or just install "ubuntu-touch" to get everything users get on our touch images12:47
Saviqrobertopero, there is no official terminal package for arches other than armhf12:47
Saviqyet12:47
robertoperoSaviq: Okay, but how I install something without a terminal?12:48
Saviqrobertopero, ctrl+alt+f1 to go to another vt12:48
Saviqrobertopero, your unity8 session is on f812:48
robertoperoSaviq: Oh, thanks12:49
Saviqrobertopero, in general you'll have apps available in the Ubuntu Store, once they are packaged correctly for non-armhf arches12:49
Saviqthere are a few already12:49
Saviqjust scroll down in the Apps page or swipe from the bottom if on touch-enabled device12:50
Saviqbiab12:50
=== dandrader|afk is now known as dandrader
=== alan_g is now known as alan_g|lunch
berz3rkHello13:04
berz3rkcan I ask here about Unity Next?13:04
berz3rkCan I use it on a bumblebee setup, meaning can I utilize my nvidia graphics??13:04
MacSlowtsdgeos, approved13:27
=== MacSlow is now known as MacSlow|lunch
tsdgeostx13:27
ChrisTownsendgreyback: Hey, I have a question about the qtmir update to event 2.0 branch.13:41
greybackChrisTownsend: shoot13:41
ChrisTownsendgreyback: 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
ChrisTownsendgreyback: I saw you have a new branch.  Would this maybe address these issues?13:42
greybackChrisTownsend: new branch doesn't change anything functionally, was just to fix a branching weirdness13:43
greybackChrisTownsend: toughpad gestures need support in Mir, which isn't there yet13:43
greybackclicking on panel however should work as before13:43
ChrisTownsendgreyback: Touchpad gestures work fine using the qtmir in the archive.13:43
ChrisTownsendgreyback: Hmm, maybe the package is screwed up somehow....13:44
greybackChrisTownsend: ok, I didn't know that13:44
greybackChrisTownsend: I don't think anyone really tested that branch with unity813:44
ChrisTownsendgreyback: Ah, ok.  So maybe it's a work in progress?13:45
greybackit could be that unity8 was relying on all input being touch (current situation), and the event2.0 stuff distinguishes mouse from touch13:45
greybackChrisTownsend: yeah. It needs testing on desktop before we can consider landing it13:46
=== alan_g|lunch is now known as alan_g
ChrisTownsendgreyback: 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:46
greybackChrisTownsend: yeah, panel may only react to touch events right now, hence it ignores mouse events13:47
greybackwhich would require a unity8 fix13:47
greybackbut design wise, using a mouse to drag down the panel is pretty lousy UX design13:48
ChrisTownsendgreyback: Yeah, ok.  Good news is with the event 2.0 qtmir branch, mouse clicks work in Xmir windows:)13:48
ChrisTownsendgreyback: Yes, using a mouse to drag that down on the desktop is lousy.13:48
anpokit could be worse..13:49
greybackChrisTownsend: cool, at least xmir sees benefit13:49
ChrisTownsendgreyback: But not being able to interact with the Panel at all is even worse;-)13:49
ChrisTownsendgreyback: Anyways, thanks.13:49
pstolowskiSaviq, tsdgeos hey, is there anything else you need from me wrt landing of fix-temp fix? i'll be off next week13:49
anpokyou 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 doing13:49
greybackChrisTownsend: it'll be fixed13:49
tsdgeospstolowski: all should be fine afaics13:50
ChrisTownsendgreyback: I have the upmost confidence that it will be.13:50
tedgCimi, I think your phone is trying to convince you to kill yourself. Be careful man.13:58
tedgShowing London weather like that. Cruel!13:59
kgunnSaviq: can you elaborate on the architecture change mentioned here? https://bugs.launchpad.net/qtmir/+bug/1352251/comments/2114:01
ubot5Launchpad bug 1352251 in unity8 (Ubuntu RTM) "Reverse trust prompt hosting" [High,Triaged]14:01
pstolowskitsdgeos, ack, thanks14:01
tsdgeosmzanetti: ping14:11
Saviqkgunn, want me to do it on the bug or can I just explain here?14:20
kgunnSaviq: bug i guess would be better for all (...and my super-power of forgetfulness :)14:21
Saviqpstolowski, I'll be landing it today, we'll find out soon enough14:21
berz3rkI cant use the unity 8 live iso14:32
berz3rkI just cant login14:32
berz3rkI tried to add a new user, use the empty password default user14:33
Saviqkgunn, https://bugs.launchpad.net/qtmir/+bug/1352251/comments/2314:33
ubot5Launchpad bug 1352251 in unity8 (Ubuntu RTM) "Reverse trust prompt hosting" [High,Triaged]14:33
berz3rknothing happens, I cant get off that lightdm shit14:33
Saviqberz3rk, what GPU do you use?14:33
berz3rkat the third try it just disables key input... whai14:33
berz3rkSaviq: virtualbox14:33
Saviqberz3rk, not supported yet14:33
berz3rkok, can I use nouveau14:33
berz3rkI have a nvidia graphics cards which is supported14:34
Saviqberz3rk, nouveau should work I believe, you can confirm with folks in #ubuntu-mir14:34
pstolowskiSaviq, ok, thanks14:36
berz3rkSaviq: no response14:38
Saviqberz3rk, give it a few mins :)14:38
tsdgeosMacSlow|lunch: top approve? https://code.launchpad.net/~aacid/unity8/testNotificationsMoreStable/+merge/24962514:38
tsdgeosSaviq: you said you were doing a landing today? maybe we can ↑ ?14:39
Saviqtsdgeos, sure14:40
berz3rkI want nvidia binary support for mir >_>14:40
berz3rkor i cant use it14:40
Saviqberz3rk, talk to your GPU vendor ;)14:40
berz3rknvidia said its coming14:40
berz3rk>_>14:40
paulliuSaviq: updated the branch. But got FTBFS http://paste.ubuntu.com/10205488/14:43
paulliuSaviq: I'm checking.14:43
Saviqpaulliu, you need newer unity-api14:44
paulliuSaviq: got it. Let me upgrade my phone.14:44
berz3rkubuntu phone came too late..14:46
berz3rkin the meantime i got a firefox os and a new iphone14:46
berz3rkone year ago i wanted to buy this 500€ ubuntu phone from canonical but than they canceled it14:46
SaviqCimi, lp:~cimi/unity8/fix-open-new-scope-from-tmp needs a bump of libunity-api-dev to >= 7.9614:50
Saviqberz3rk, we didn't cancel it, we didn't get enough pledges to make it happen14:50
kgunnSaviq: thanks14:51
berz3rkSaviq: several million are not enough.. ok14:51
Saviqberz3rk, to build a phone from scratch? yeah, it's not14:51
CimiSaviq, ok14:52
CimiSaviq, done14:53
SaviqCimi, thanks14:55
=== MacSlow|lunch is now known as MacSlow
MacSlowtsdgeos, there you go15:05
=== dandrader is now known as dandrader|lunch
Saviqjosharenson, let me know please when the branch is good again15:43
josharensonSaviq: almost done, just wanna test it real quick15:43
Saviqkk15:44
josharensonSaviq: do you happen to know why the PowerKeyHandler::handle function always returns false?15:53
Saviqjosharenson, no, sorry15:53
* josharenson assumes there is a good reason15:53
josharensonSaviq: 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 #mir15:58
Saviqjosharenson, compiler error?16:02
josharensonSaviq: http://pastebin.ubuntu.com/10206499/16:03
Saviqhum16:04
* Saviq tries16:04
Saviqjosharenson, built fine here, you got a clean build dir?16:04
josharensonSaviq: yeah, i did a clean-tree and double checked the deps... looking deeper16:06
Saviqjosharenson, you on fully updated vivid? the last changes in usc were to update it to mir 0.11 APIs16:07
josharensonSaviq: :-p probably the issue16:07
Saviqpstolowski, do we have a bug for 1421695 already by any chance?16:33
Saviqbug #142169516:34
ubot5bug 1421695 in unity8 (Ubuntu) "Better offline mode in scopes" [Undecided,New] https://launchpad.net/bugs/142169516:34
pstolowskiSaviq, nope, I don't know of any. nb, the branch you linked provides new api only, scopes need to be updated to benefit from it16:43
Saviqpstolowski, sure, let me add a unity8 task, too, so that we finally provide the status banner16:43
SaviqCimi, merge trunk in lp:~cimi/unity8/fix-open-new-scope-from-tmp please16:47
=== dandrader|lunch is now known as dandrader
CimiSaviq, pushed17:05
SaviqCimi, thank you17:06
josharensonSaviq: conflicts resolved, and tests ok manually17:10
Saviqjosharenson, thanks17:14
Saviqjosharenson, did you push https://ci-train.ubuntu.com/job/ubuntu-landing-018-1-build/93/console ?17:16
josharensonSaviq: hang on, fixing17:19
* josharenson pours this morning's first cup of coffee to try and make things smoother17:20
Saviqit merged fine now17:20
Saviqjosharenson, ↑17:20
josharensonoh ok17:20
Saviqmust be I kicked the branch too early17:20
Saviqs/branch/build/17:20
josharensonSaviq: hang on, there is an issue17:21
Saviqjosharenson, - g++-4.9, that looks wrong17:21
josharensonexactly what I'm undoing17:21
josharensonSaviq: ok, restored17:21
Saviqok, building, o/17:23
=== alan_g is now known as alan_g|EOW

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