/srv/irclogs.ubuntu.com/2014/09/03/#ubuntu-unity.txt

=== _salem is now known as salem_
=== salem_ is now known as _salem
Saviqtsdgeos, sure, what I mean is that it's not inconceivable to build the tree either way08:26
Saviqtsdgeos, and I was under the impression the plugin implementation was meant to be able to deal with it08:26
tsdgeosSaviq: not afaik08:28
SaviqCimi, hey, do you have a branch for bug #1362160?08:34
ubot5bug 1362160 in Unity 8 "Card's implicitHeight calculated wrong if summary is missing" [High,In progress] https://launchpad.net/bugs/136216008:34
CimiSaviq, dunno https://code.launchpad.net/~unity-team/unity8/fix-vertical-journal08:35
SaviqCimi, what dunno?08:36
Saviqdunno no?08:36
CimiSaviq, if that is a fix08:36
SaviqCimi, as opposed to?08:36
CimiSaviq, a partial fix08:37
CimiSaviq, I didn't understand the problem fully08:37
SaviqCimi, k, is fine, just wanted to link a branch to the bug08:37
CimiSaviq, I think it should have extra padding at the bottom of the card08:37
CimiSaviq, branch is from ~unity-team on purpose08:37
SaviqCimi, something should, sure, but I'd say it's Card* that should add the padding around08:38
SaviqCimi, not the underlying components08:38
CimiSaviq, qml question08:50
CimiSaviq, context: wizard wifi list08:50
CimiSaviq, the listitems are several loaders in a column with repeater08:50
CimiSaviq, if I set asynchronous true, when they load, they are on top of each other (y = 0) for some time08:51
CimiI set already a predefined height, but they still appear on top of each other for a fraction of a second08:52
Cimiany idea why?08:52
SaviqCimi, predefined height where? does the Loader have non-zero height all the time?08:52
CimiSaviq, nope, and that seems the issue08:55
mzanettiSaviq: how are unity-schemas pulled in on the phone? afaics we don't depend on it in unity, do we?08:55
Saviqmzanetti, if we don't, we should, they were actually split from libunity recently08:56
Saviqmzanetti, and we should switch our libunity-core dep to the schemas08:56
Saviqsomething we forgot to do08:56
mzanettiah08:56
SaviqCimi, well, yeah, that's your reason, Loader gets created with 0 height, so Column does not know what to do with it, only after it loads the component does it resize to the correct height and only then Column knows what to do08:57
CimiSaviq, thanks for the explanation08:57
SaviqCimi, you'd need to make the Loader non-0-high from the get go08:57
CimiSaviq, I will do a workaround08:57
SaviqCimi, do you really need them async?08:57
CimiSaviq, well, it quite boosts...08:58
CimiSaviq, there are many wifi here, and I can see the list populating08:59
Cimior just wait too much08:59
SaviqCimi, maybe it should be a ListView then08:59
SaviqCimi, because Column+Repeater creates them all08:59
SaviqCimi, ListView will only create the visible ones08:59
CimiSaviq, listview has other issues09:00
Cimirepeater works best this case09:00
Cimior I need a ListView with cacheBuffer 100000009:00
SaviqCimi, why?09:00
CimiSaviq, because when I drag over bounds, the list of access points cleared @_@09:01
SaviqCimi, maybe fix that then?09:01
CimiSaviq, well the backend is totally async09:01
CimiSaviq, this wifi thing ain't great09:02
SaviqCimi, ListView is exactly the component to solve your "I have a lot of access points" problem09:02
Cimibut yeah, I have it working now09:02
mzanettiSaviq: hey, tsdgeos asked why not just use a QFileSystemWatcher instead of the upstart job... I guess this just happened because we started off with the click hook09:06
mzanettiSaviq: but is there still another reason for the upstart job?09:06
Saviqmzanetti, inotify starvation09:07
CimiSaviq, https://bugreports.qt-project.org/browse/QTBUG-35608 !!09:07
mzanettiSaviq: ?09:07
Saviqmzanetti, upstart acts like a proxy, there's a bunch of jobs reacting to the .desktop file changes, everyone would need to put their own inotify watches on the files otherwise09:08
mzanettihmm, ok... especially on those .desktop files09:09
Saviqof which there is only a limited number you can employ09:09
CimiSaviq, to me it doesn't look like the right fix09:10
mzanettiif it was something unity-internal only09:10
mzanettiSaviq: ok thanks.09:10
Cimithat bug09:10
mzanettiSaviq: are you a member of the "ubuntu-unity" reviewers team? if yes, mind checking the packaging bumps on the launcher rework branches?09:11
Saviqmzanetti, am not, but will do in any case09:11
SaviqCimi, you mean the branches linked? they seem only partially related09:12
CimiSaviq, exactly09:12
SaviqCimi, but I don't think Shawn mentioned that this fixed the bug09:12
SaviqCimi, but that would be a solution for the velocity and deceleration, too09:13
Cimiah right09:13
SaviqCimi, I think it's just the first step09:13
Cimidednick, is it possible to disconnect from an access point?09:15
CimiSaviq, is there a reason why we prefer to group anchors properties?09:53
SaviqCimi, readability09:55
SaviqCimi, and less typing09:55
CimiSaviq, adds two lines thow09:56
Cimithough09:56
SaviqCimi, still less typing09:56
Cimianyway09:56
SaviqCimi, and more readable09:56
CimiOT09:56
Cimion xchat and other programs, I see parts of the screen disappearing09:56
Cimiwith nvidia in utopic09:56
Cimidid anyone else notice weird rendering issues in gtk?09:57
dednickCimi: hm, click an active access point maybe?09:58
Cimidednick, it doesn't I think09:58
dednickCimi: er, dunno then10:03
Saviqmzanetti, https://code.launchpad.net/~mzanetti/unity8/rework-launcher-backend/+merge/232921/comments/56868810:05
Saviqmzanetti, small fix needed in https://code.launchpad.net/~mzanetti/unity-api/launcher-v4/+merge/232198 too10:08
Saviqmzanetti, same in https://code.launchpad.net/~mzanetti/unity/new-key-in-launcher-schema/+merge/23219910:10
mzanettiSaviq: ack, thanks10:11
=== jamesh_ is now known as jamesh
Saviqanother day, another mobo o/10:54
=== MacSlow is now known as MacSlow|lunch
tsdgeoslol10:59
tsdgeosthere's something seriously wrong10:59
tsdgeosbroken power supply?10:59
tsdgeosdandrader: MacSlow|lunch: what's the thing wtih https://code.launchpad.net/~macslow/unity8/fix-1348092/+merge/228090 not being top approved?10:59
tsdgeosah Saviq you gave a needs fixing after dandrader's approve11:00
facundobatistaBuenas!11:06
mzanettibregma: hey. what do I need to do in order to get that change released then?11:08
mzanettiI've reverted that changelog bump11:08
mzanettiI wonder if that Dell technician already thought about renting a flat next to Saviq's11:12
dednickSaviq: trunk run script is just stalling on startup for me. :/11:16
Cimidednick, there is https://launchpad.net/bugs/136331411:17
ubot5Ubuntu bug 1363314 in Ubuntu Clock App "App fails to launch on up-to-date utopic desktop" [Critical,Confirmed]11:17
dednickCimi: ah.11:18
Cimiseb128, how can we have a issue in main that is not spotted by our tests?11:19
Cimilike that bug mentioned11:19
dednickCimi: cool. upgrading thumbnailed fixed it11:20
=== MacSlow|lunch is now known as MacSlow
MacSlowtsdgeos, before (when it was still in silo 17, last week) shortly before merging an issue with the fullscreen sim-unlock snap-decision turned up... I fixed it, but did not have the chance to get it in - after the change - in time for the merge window... and it has been sitting there like this since.11:34
MacSlowtsdgeos, current failures are due to PageHeader's popover-test failing11:34
tsdgeosMacSlow: so push people to re-review it ;)11:35
MacSlowtsdgeos, dandrader, Saviq: ^ :) Pleeeeease :)11:35
MacSlowtsdgeos, to be honest Saviq knows about the issue - as he ran into that sim-unlock snap-decision issue - and make it part of the next silo planned for unity8-branches meant to be merged next11:37
dandraderMacSlow, on it11:39
MacSlowdandrader, thx11:39
facundobatistaquestion: do you know if there's in the device a "generic application to receive text messages"? Any application that I could send a text notification (via the Push structure) for that text shown to the user?11:43
dandraderMacSlow, should qmltestrunner.PageHeaderLabelTest::test_popover  still fail?11:45
dandraderMacSlow, and this AP test as well: unity8.shell.tests.test_notifications.EphemeralNotificationsTests.test_urgency_order(Native Device)11:46
MacSlowdandrader, I think not... the SDK-related changes should be merged by now... tsdgeos told me that this failure is/was due to a pending updated to the sdk11:46
tsdgeosMacSlow: no, the failure is because the SDK changed its behaviour11:46
MacSlowdandrader, crap... notification AP-test fail again... wtf... I'm taking a look11:46
tsdgeosour workaround for their changes is in https://code.launchpad.net/~aacid/unity8/pageHeaderFailingTest/+merge/23252811:47
dandraderMacSlow, don't you read jenkins complaints? :)11:47
MacSlowtsdgeos, so that popover-test needs an update or the PageHeader?11:47
tsdgeosso yes, it is expected for it to fail11:47
MacSlowdandrader, I do... but sometimes I'm a bit behind11:47
seb128Cimi, sometime we have bugs and non perfect tests yes11:56
samirhi guys12:07
Cimimterry, morning12:08
samiri used ubuntu tweak janitor to clean up my desktop12:08
mterryCimi, hello!12:08
samirbut when i rebooted launcher and menubar is gone12:09
samircan someone please help?12:09
samirit works alright in ubuntu 2D but ubuntu is broken12:10
samiri tried bunch of things suggested on askubuntu like ubuntu --reset, reinstalling ubuntu-desktop etc.12:11
samirnothing helped :(12:11
Cimimterry, addressed comments12:12
Cimimterry, we will fix visuals on a separate branch I'd say12:12
Cimimterry, SuruGradient will be removed afaics12:12
Cimimterry, we need to custom theme I believe12:13
* Saviq managed to break gl unrecoverably... need to reinstall real quick, back in a bit12:33
=== dandrader__ is now known as dandrader|afk
tsdgeosmzanetti: see last comment of https://code.launchpad.net/~mzanetti/unity8/rework-launcher-backend/+merge/23292112:57
=== dandrader|afk is now known as dandrader
mzanettitsdgeos: wow... that failing test revealed a really bad bug in unity-api13:26
mzanettitsdgeos: all fixed. but I had to commit to unity-api and unity8. so you might want to have quick look at both13:31
tsdgeosmzanetti: can you warn me when the ppa is ready?13:33
mzanettitsdgeos: ok. kicking the rebuild now13:33
tsdgeosCimi: which is the file i remove to make the welcome wizard come back?13:46
Saviqtsdgeos, ~/.config/ubuntu-system-settings/wizard-has-run13:51
Saviqdandrader_, whoa you have network issues today eh?13:51
Saviqtrying to PM you the third time now ;D13:51
dandrader_Saviq, it's freedesktop's fault!13:52
dandrader_freenode13:52
dandrader_heh13:52
Saviqdandrader_, except it's the same on canonical's irc...13:52
Saviqdandrader_, you're getting disconnected there all the time too13:52
dandrader_oh, dang it. didn't even notice13:52
=== dandrader_ is now known as dandrader
Cimimterry, commented13:59
Cimimterry, basically those issues cannot be addressed now13:59
mterryCimi, the order comes directly from backend?  bummr14:00
mterryCimi, can't we control the order on our side though?14:02
mterryCimi, sort by strength or something like that?14:02
Cimimterry, thinking14:03
Cimimterry, ideally should be by name14:03
Cimimterry, strength and name14:03
mterryCimi, design hasn't given us any guidelines for that oddly.  But strength and name makes sense14:03
Cimimterry, talk to wellark14:03
mterryCimi, but I'm saying we have that information on our side14:04
mterryCimi, it makes sense that the indicator might want the currently selected one on top maybe.  But the wizard doesn't.  So we may want to re-order the list14:04
Cimimterry, so we need a proxy for the model14:05
Cimimterry, I would do this thing correctly14:05
mterryCimi, yeah proxy makes sense14:06
Cimimterry, backend14:06
Ciminot workarounds/hacks14:06
tsdgeospete-woods: you where doing the videos/youtube scope?14:06
Cimialso, the index of the original model will still change on connection14:06
pete-woodstsdgeos: yep14:06
mterryCimi, why is it a hack?  The indicator's sort concerns may be different than ours14:06
Cimimterry, even dednick doesn't want the connection to bump the ap at the top14:06
Saviqok so apparently lightdm doesn't even start X when I only have nvidia around... *interesting*, and the reinstall didn't help14:07
tsdgeospete-woods: is in the preview the "xyz views" translatble?14:07
mterrythough actually, it has the same problem of an entry seemingly disappear14:07
mterryCimi, alright, can you file a bug against indicator-network about it at least?14:07
pete-woodstsdgeos: I haven't made it translatable yet :$ have been too busy on other stuff. there's a bug in lp to remind me, though14:08
pete-woods(I didn't know how to do translations with click packages)14:08
tsdgeospete-woods: do you know the bug number?14:08
mterryCimi, and I'll note that the same logic of wanting to do it correctly in one place applies to the button colors too :)14:08
pete-woodstsdgeos: okay, that's strange, I don't see it, creating another one14:08
Cimimterry, https://bugs.launchpad.net/indicator-network/+bug/134937114:09
ubot5Ubuntu bug 1349371 in Network Menu "Current access point should not change until it is active" [Low,Triaged]14:09
tsdgeospete-woods: can you please give me the link so i can link it on the translations spreadsheet?14:09
pete-woodstsdgeos: https://bugs.launchpad.net/unity-scope-youtube/+bug/136496814:10
ubot5Ubuntu bug 1364968 in Youtube Scope "YouTube scope is not translatable" [Undecided,New]14:10
tsdgeostx14:10
dednickCimi: eh? what don't i want?14:22
dednickCimi: order is by strength, then name.14:23
dednickmterry: ^14:23
dednickexcept for the connected one, which is at top.14:23
mterrydednick, that's not what I see -- I see just name14:23
dednickmterry, Cimi: although the connected network is supposed to be in a sep section14:23
dednickmterry: ?14:23
mterrydednick, I dunno, I've never seen my house wifi, which is by far the strongest, at the top of the list14:24
dednickmterry: screensot?14:24
mterrydednick, uh I could get them sure, but just imagine a strong wifi listed in alphabetical order14:24
dednickmterry: right. I'm saying that is spected, not necessarily implemented :)14:24
dednickWellark: ^ ?14:24
mterrydednick, ah14:24
dednickmterry: https://bugs.launchpad.net/indicator-network/+bug/134826514:25
ubot5Ubuntu bug 1348265 in Network Menu "Wifi networks should be ordered by strength, with connected at top" [Medium,Triaged]14:25
dednickhttps://bugs.launchpad.net/indicator-network/+bug/134937114:26
ubot5Ubuntu bug 1349371 in Network Menu "Current access point should not change until it is active" [Low,Triaged]14:26
dednickhttps://bugs.launchpad.net/indicator-network/+bug/135132014:26
ubot5Ubuntu bug 1351320 in Network Menu "Split Connected & Available networks into separate sections" [Medium,Confirmed]14:26
mterrydednick, yay!  :)14:26
dednickmterry: although not sure if it's going to be done by the look of the comments14:28
dandraderdoes anybody know what's the rationale behind having  /home/phablet/.local/share/applications  ?14:29
mterrydednick, "especially when the indicator probably will be retired soon" ?14:29
dednickmterry: possible14:30
mterrydednick, replaced by what?14:30
dednickmterry: designers have an idea, but it's not confirmed yet14:30
mterrydednick, crazy designers and their ideas14:31
dednickindeed14:31
greybackdandrader: those are user additions/customizations of the contents of system dir /usr/share/applications14:47
dandradergreyback, but why do we have it? they seem to map to the preinstalled apps....14:48
greybackdandrader: I think click apps generate a desktop file which is placed in that dir14:48
greybackso click apps conform to the freedesktop spec14:49
dandradergreyback, because we likely can't find desktop files in places like /usr/share/click/preinstalled/com.ubuntu.sudoku/1.1.270/14:50
dandraderso, due to technical reasons/limitations14:50
greybackdandrader: right. There's only a couple of directories where shell should search for desktop files14:50
greybackby the spec anyway14:50
Saviqdandrader, greyback, most importantly different users can have different versions of the .click installed (or different sets, of course)15:12
Saviqstuff that ends up in their ~ is the per-user installations15:12
sil2100dandrader, Saviq: hey guys! Do we have a silo for the qtmir fix for the input breakage bug?15:14
Saviqsil2100, not just yet, waiting for silo 2 to land first15:14
Saviqgreyback, but we  could prepare a silo with the upcoming qtmir and unity8 landings already15:14
Saviqit's only the gles sync that' painful to do in parallel, and we don't need it straight away15:14
=== dandrader is now known as dandrader|lunch
greybackSaviq: if you like.15:15
Saviqgreyback, yeah, let's, can you please bootstrap a qtmir line in the spreadsheet and I'll put u8 stuff in there then15:23
greybackok15:24
facundobatistaHi all! I'm clicking on "search" icon in the scopes dash, and a text entry appears, but the keyboard doesn't show itself... is this a known bug (I'm using devel-proposed, r220)15:26
greybackSaviq: ok, row 54 ready for you15:32
Saviqgreyback, thanks15:33
=== alecu_ is now known as alecu
=== Trevinho_ is now known as Trevinho
Saviqgreyback, https://code.launchpad.net/~mir-team/qtmir/gles-sync/+merge/232990 please16:10
=== broder_ is now known as broder
Saviqdandrader|lunch, did you have a look at the test https://code.launchpad.net/~nick-dedekind/unity8/prompts-in-prompts/+merge/232362 ?16:10
=== davmor2_ is now known as davmor2
greybackSaviq: apprved16:12
Saviqgreyback, tkx16:12
=== popey_ is now known as popey
SaviqCimi, top-ack on https://code.launchpad.net/~saviq/unity8/preview-scope-references/+merge/232363 ?16:29
=== dandrader|lunch is now known as dandrader
dandraderSaviq, on it16:31
Saviqdandrader, thanks16:32
Saviqmzanetti, I'm delaying the launcher rework landing then until it's release-ready for unity then16:32
dandraderdednick, still there?16:33
dednickdandrader: yo16:33
dandraderdednick, think you forgot the other points here: https://code.launchpad.net/~nick-dedekind/unity8/prompts-in-prompts/+merge/232362/comments/56832716:34
dednickdandrader: ta16:37
dednickdandrader: done16:38
dandraderdednick, thanks16:39
=== sil2100_ is now known as sil2100
mzanettiSaviq: define "release-read for unity" please16:47
mzanettiSaviq: is there anything I need/should do?16:47
Saviqmzanetti, I mean what bregma said on the schema MP16:54
=== seb128_ is now known as seb128
dandraderdednick, why the FocusScope in the test? Why didn't you just check with "compare(fakeSession.surface.activeFocus, true);"?17:04
greybackmzanetti: still there?17:31
mzanettigreyback: yep17:31
greybackmzanetti: quick question for you on DashCommunicator: it uses the synchronous "call" method to send a message to the dash. Must it be a sync call?17:32
mzanettigreyback: uh oh... no. probably should be async17:33
greybackI hit a corner case where this blocks as dash hasn't started up, and it then caused shell to block dash starting up17:33
mzanettiah. yes. async is good17:33
mzanettigreyback: you fixing it already or want me to?17:33
greybackok, I'll make it async17:33
greybackI can propose a quick patch17:34
mzanettiack17:34
greybackgrr it's actually blocking at the creation of the QDBusInterface18:04
=== dandrader is now known as dandrader|bbl
=== salem_ is now known as _salem
=== dandrader|bbl is now known as dandrader

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