/srv/irclogs.ubuntu.com/2016/11/16/#ubuntu-unity.txt

=== JanC is now known as Guest76305
=== JanC_ is now known as JanC
=== marcusto_ is now known as marcustomlinson
=== dandrader is now known as dandrader|afk
=== dandrader|afk is now known as dandrader
=== dandrader is now known as dandrader|afk
=== dandrader|afk is now known as dandrader
ltinklmterry, http://paste.ubuntu.com/23486028/15:39
ltinklmterry, now the prob: ubuntu-keyboard-czech : Depends: myspell-cs but it is not going to be installed15:39
mterryltinkl: what's wrong with myspell-cs?15:39
ltinklmterry, if I installed it (or added to the *-packages), it would remove half of my system ;)15:40
ltinklmterry, because I already have hunspell-cs installed (as part of the regular lang pack)15:40
mterryltinkl: seems bad.  But that's not normal...  do you know why it conflicts?15:40
ltinklmterry, and those 2 langpacks are in direct conflict15:40
ltinklmterry, because those langpacks contain duplicated stuff15:41
mterryltinkl: well then they shouldn't both be in stage-packages either, eh15:41
ltinklmterry, I'm gonna add myspell-cs temporarily to show you what would happen15:42
mterryltinkl: but I don't get these problems (on xenial).  Maybe zesty changed15:42
ltinklmterry, I'm on xenial15:42
ltinklmterry, this happens with "myspell-cs" added: http://paste.ubuntu.com/23486046/15:43
mterrysure...  but why does this only affect you?15:44
mterryDo you have some other packages installed that conflict?15:45
ltinklmterry, nope, no conflicts at all15:46
ltinklmterry, but isn't it obvious? ubuntu-keyboard-czech wants to install myspell-cs which in turn breaks hunspell-cs (which I do have installed)15:46
mterryah so you do have other packages that conflict (hunspell-cs) -- I didn't gather than from before15:46
mterryYou're saying hunspell-cs is from language-pack-cs, but language-pack-touch-cs wants myspell-cs15:47
ltinklmterry, well they don't conflict atm, they _would_ if I were to install myspell-cs15:47
ltinklmterry, ubuntu-keyboard-czech wants myspell-cs15:47
mterryltinkl: sounds like a bug in our packaging, at the least -- we should settle on one of those?15:51
mterryltinkl: but OK.  I get your problem now though.  I think I can workaround it by dropping all the packages from stage-packages again and just adding a bigger gross LD_LIBRARY_PATH in our wrapper.  Doesn't stop us from getting bit by this in the future, but should work for now15:54
cimipstolowski, hello15:55
pstolowskicimi, hi!15:55
cimipstolowski, how are you :)15:55
pstolowskicimi, i'm fine, thanks, what's up?15:55
cimipstolowski, I'd like to start a conversation I started with design - basically dash/scopes look a bit empty on tablet/desktop when the window is big enough, because from what I have been told scopes don't provide all the results they have to the dash, but just a few... the reason was to avoid showing the "see more/see less" button on some categories15:58
cimiis that right?15:58
pstolowskicimi, kind of. netiher shell plugin nor scope knows what the "good" number of results is to fill a row etc. on given display16:01
pstolowskicimi, if shell knew if, it could give a hint to the scope about "good number"16:02
pstolowskicimi, and it would be up to the scope really to obey or ignore it16:03
cimipstolowski, I was wondering if we could simply provide an API that basically tells the shell/dash "just fill one line then dont show the see more/less button"16:03
pstolowskicimi, also, i guess it depends on orientation and if you connect a monitor etc16:04
cimipstolowski, you always give us all the results, but we only show the first required to fill a line16:04
cimiimagine you send us 10, on phone we show 2, on tablet 5, desktop 616:05
pstolowskicimi, ah, you mean the shell ignores the rest and discards them?16:05
cimipstolowski, yes, when you set the API to true16:05
pstolowskicimi, that could work probably. could a flag in category renderer definition?16:06
cimipstolowski, yes something like that16:06
pstolowskis/could a /could be a/16:06
cimipstolowski, that way you always send us all the results you have, and dash on desktop will look more appealing and not so empty :)16:07
pstolowskicimi, this makes sense as long as shell plugin is not required to physically do all that in the results models, i.e. if you can apply the limit in the model view16:07
pstolowskiso when user rotates the device, you simply redraw with different limit16:08
cimipstolowski, we can simply clip or set a maximum height for the grid when we see this new category rendered flag set to true16:09
cimiI think that would work easily16:09
pstolowskiok, if you say so ;)16:09
tsdgeoscimi: man never use the word "easily" :D16:10
cimitsdgeos is right16:10
cimipstolowski, I think that would work.16:10
pstolowskicimi, kyleN will be happy if you implement that.. he was struggling to get good-looking resultsets in his scopes on both the phone and tablet...16:10
cimipstolowski, now we need to come up with a good name for that flag, tsdgeos pstolowski suggestions?16:11
tsdgeosnoShowMore16:11
pstolowskitsdgeos, this would have to be used in conjunction with collapsed-rows i presume?16:13
Saviqpstolowski, cimi, we *do* have a way to do that already16:14
Saviqthe scope can tell how many rows to show, even when it sends 100 items16:15
cimiSaviq, but showing the see more/see less button16:15
Saviqcimi, no, not showing16:15
Saviqexpandable: false; collapsed-rows: 2; or some such16:15
cimiSaviq, WAT16:15
cimiSaviq, so basically it's years scopes give us less results because they didn't know they could do that?16:16
Saviqthey know they can do that16:16
pstolowskihmmm i vaguely remember we had this discussion before...16:16
Saviqbut they still send too little results16:16
Saviqwe totally did16:17
cimiSaviq, read since my first message to pawel, if you have anything to add or we said something wrong16:17
cimipstolowski, Saviq tsdgeos so why scopes only give us sometimes, TWO results? for example music scope, two albums then wide open spaces on the right on desktop/tablet16:19
Saviqcimi, because the scope is implemented like that16:19
pstolowskiSaviq, I don't see 'expandable' in our category renderer docs, so looks like omission on our side16:19
cimiSaviq, mistake from scope author who didn't know expandable: false; collapsed-rows: 1?16:20
tsdgeosSaviq: are you sure there's an expandable property?16:21
cimiSaviq, I have been told by tsdgeos we received 2 results to avoid showing "see more" on the phone, basically16:21
Saviqthere should've been16:21
Saviqthere was something that was explicitly making this behaving like that16:21
tsdgeosi don't see it16:21
Saviqmight very well be we lost it in the mean time16:22
cimiok, so it's time to add it then16:22
Saviqwe've reworked this thing so many times16:23
pstolowskicimi, scopes definately set arbitrary limit, e.g. Music aggregator scope forces 2 local results no matter what16:23
pstolowski3 for local music files16:24
cimipstolowski, yeah, I thought that was for the see more/less - maybe if we add this "expandable" property we can change scopes to send a dozen results16:25
mterryltinkl: try buiding a snap now16:25
ltinklmterry, kk16:26
mterryltinkl: and let me know if it works and if you see pulseaudio (which you didn't use to I think, right?)16:26
ltinklmterry, it used to work for me16:26
mterryltinkl: oh ok.  Well let me just know if it builds then.  :)16:26
Saviq this doc doesn't have it either https://docs.google.com/document/d/1NmiM4UCnJgf6IEawmfyTOHRNAA5ZGrqpyrPqPOibwc8/edit16:27
Saviq but I distinctly remember discussing it and would've sworn we had it implemented...16:27
pstolowskiSaviq, this doc is ancient ;), i don't expect it to match reality16:30
ltinklmterry, looks like it's building fine so far :)16:45
mterryltinkl: nice16:45
cimipstolowski, Saviq so what's next?16:52
cimican we work it out to add this flag?16:52
cimithen we can help to patch some of the scopes too16:53
=== dandrader is now known as dandrader|afk
ltinklmterry, snap built fine17:08
pstolowskicimi, sounds good to me17:18
cimipstolowski, so I guess "expandable" to add, in combo with collapsed-rows: 117:19
pstolowskicimi, yep17:19
pstolowskieod.. cu17:20
Saviqcimi, yeah wfm18:00
=== dandrader|afk is now known as dandrader
=== JanC is now known as Guest70154
=== JanC_ is now known as JanC
=== boiko_ is now known as boiko
=== jjb is now known as oao
dmj_s76Trevinho: Have you had a chance to look into the g-s-d hidpi code?23:16

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