/srv/irclogs.ubuntu.com/2014/07/07/#ubuntu-unity.txt

Saviqmzanetti, these probably fall on your lap... https://code.launchpad.net/~saviq/unity8/refactor-carousel-activation/+merge/225743 https://code.launchpad.net/~saviq/unity8/refactor-scopeitem/+merge/22574508:15
Saviqmzanetti, and I had to re-do most of the scope customizations branch...08:15
CimiSaviq, i can do the first08:18
SaviqCimi, it requires new UITK though08:18
Cimithere was a silo no?08:18
SaviqCimi, there is, yeah, 1608:19
SaviqCimi, claim it in that case08:19
CimiSaviq, ok first thing, why it was necessary to move the signals to the delegates?08:20
SaviqCimi, because it's the right thing to do ;)08:20
Cimireally?08:20
Cimithis way the carousel is a widget with no signals08:20
SaviqCimi, everywhere else you have those on the delegate08:20
SaviqCimi, and why is that bad?08:21
CimiI see08:21
SaviqCimi, in any case, the real need was that we needed to pass result out to scope activation (like all the other delegates do)08:21
Saviqresult as in model.result08:21
Cimiwe deal with it as a container, like listview08:21
Cimiyeah08:21
Saviqthat need (temporarily) lifted, but the change is valid still08:22
Saviqand cleans things up08:22
Saviqdednick, re: layouts, when we want something to be constant size, it should just have explicit width/height, the layout system picks that up and tries to adapt08:25
dednickSaviq: i c08:25
Saviqdednick, preferred/maximum/minimum only really make sense for cells that you want to resize08:25
dednickSaviq: ok. i'll change the preferred to explicit08:27
dednickSaviq: hm. no, that doesnt work08:29
dednicki thought i had tried....08:29
Saviqdednick, orly? how about implicitWidth/Height?08:29
dednickSaviq: yeah, that does08:30
* Saviq doesn't really get all of how layouts work, just reading docs08:30
dednickSaviq: indeed. i always had a bit of trouble when using in qt.08:30
Saviqdednick, in that case let's be explicit and leave the preferred in08:31
dednickSaviq: CI on unity8 trafer branch fails because the MenuItemFactory is dependent on the TransferMenu type, which is in the USC transfer branch08:33
Saviqdednick, oh of course08:33
dednickSaviq: i think thostr_ created a silo for it all08:33
dednickSaviq: https://launchpad.net/~ci-train-ppa-service/+archive/landing-00408:34
Saviqdednick, ktx08:34
dednickhm. unity8 failed to build there... dep on libunity-mir-dev08:35
karniSaviq: Do you know what's the network cache size that's been recently implemented?08:35
dednickSaviq: although succeeded on armhf/amd64&i38608:36
Saviqkarni, the default is 50MB08:40
karniSaviq: is there a manual way to increase it on demo devices?08:41
Saviqkarni, http://qt-project.org/doc/qt-5/qnetworkdiskcache.html#setMaximumCacheSize08:41
Saviqkarni, you'd have to recompile08:42
Saviqkarni, we could add support for an env var or something, but are you sure that will help you?08:42
Saviqkarni, can you see that your .cache/unity8/network is around that size?08:42
karniSaviq: ok thanks. we'll look into that and follow up, if there's need.08:43
dednickSaviq: http://paste.ubuntu.com/7759274/09:01
dednicklooks like it's locale dependent09:01
Saviqdednick, LC_ALL=C09:01
dednickSaviq: i just built and ran. should be in the env vars for the test?09:02
dednickSaviq: unless my cmake didn't update09:02
Saviqdednick, yeah it should, but isn't...09:02
Saviqdednick, I need to rework/fix the QmlTest cmake module to make it work properly09:02
dednickSaviq: ok09:02
mhr3Saviq, eh, i actually meant to increase the size, but forgot about that, think ~200 would work better09:03
Saviqmhr3, mhm09:03
karnimhr3: 50MB for 'global' unity8 cache does sound somewhat little09:03
karnimhr3: I just didn't want to force you guys update it before I confirm we actually need more (but I think might, eventually)09:04
Saviqmhr3, on that note, I can't see anything in http://qt-project.org/doc/qt-5/qnetworkdiskcache.html that says it will actually auto-expire09:05
mhr3would probably work betterer with unity-api cache, since it does lru09:05
karniHonestlyl, I was wondering how exactly QNetworkDiskCache works - the documentation is not great. If I set ::PreferCache, when does it read from network? Does it do HEAD requests first anyway to the resource?09:06
mhr3karni, basically, never, it's nice enums that aren't really implemented :)09:07
mhr3Saviq, where do you see that exactly?09:07
karnimhr3: so once it caches the resource, it never expires it (unless it goes over the cache size) and we always read from cache?!09:07
karni:(09:08
Saviqmhr3, I said I "can't see"09:08
mhr3Saviq, eh, sorry09:08
mhr3karni, it's read from cache if the header said it doesn't need to be validated09:09
Saviqmhr3, hmm ::expire is only there for reimpl purposes09:09
karnimhr3: oh ok09:09
Saviqmhr3, so it should probably be fine09:09
mhr3Saviq, yes09:10
mhr3but yes, it means that most of the time the cache will be full, and inserting new entries just deletes the oldest ones09:10
karniFWIW if it's over max cache size, it'll purge until 10% is freed09:12
karnistarting with oldest, yes09:12
mzanettiSaviq: is this wanted? http://i.imgur.com/ccYYPlC.jpg09:53
Saviqmzanetti, you mean the button?09:54
mzanettiyes09:54
Saviqmzanetti, that's how it comes from the scope, so yes09:54
mzanettiok09:54
Saviqmzanetti, https://sites.google.com/a/canonical.com/unity8dash/scopes/app-scope-home/app-scope-landing-page09:55
mzanettiok... surprises me a bit though09:55
mhr3Saviq, i suppose i can turn the "See more | See less" widget into a simple "See more" version, right? categories have just that, and previews shouldn't be using it anyway10:14
Saviqmhr3, yeah ok10:14
mhr3Saviq, i'll need your help with some things that broke though :)10:15
mhr3or maybe i can annoy dednick10:15
CimiSaviq, why did you change the test number of items?10:20
Cimi58-            tryCompare(carousel, "createdDelegates", 10);10:21
Cimi159+            tryCompare(carousel, "createdDelegates", 9);10:21
SaviqCimi, because the reinit of carousel caused the loaded items to be reduced10:21
Cimiok10:21
Saviqnumber fo10:21
Saviqof10:21
Saviqmhr3, lemme know if you need me10:21
CimiSaviq, where is this reinit?10:23
SaviqCimi, between cleanup() and init()10:23
Cimiah in tests, ok10:23
SaviqCimi, yeah, it's only in tests10:23
sonnei'll try asking again...10:27
Saviqsonne, hey, I saw your question10:27
sonne i'm having a strange problem with unity: a QT program, that works fine under osx / windows / gnome, doesn't seem to behave properly under unity, as in once you switch focus to another program you can't switch back to it10:27
sonneclicking on the program on the unity bar has no effect, and it doesn't show on alt-tab.  this only happens under unity.. any ideas?10:27
Saviqsonne, and yeah, it's a bug between unity and bamf, some Qt apps behave weird10:27
sonneah cheers.. didn't read your reply if you did one :)10:27
Saviqsonne, but I don't think there's been a real reproducible test case yet10:28
sonnei see.. so isn't there anything i could look into?10:28
Saviqsonne, no, I can't find a reported bug, please file one10:29
Trevinhosonne: check how bamf handles that via dbus10:29
sonneTrevinho, you suggest the problem only relies on the underlying system, and not in the app itself? because things like amarok have no problems at all10:29
sonneSaviq, where should i file it? on unity?10:30
Trevinhosonne: it might be the app indeed, but to understand why unity doesn't work it would be nice to check what it's trying to do10:30
sonneTrevinho, unfortunately i have no ideas on how to inspect what you're talking about :(10:31
Trevinhosonne: give me 1 minute10:32
sonnesure10:32
sonne(on an offtopic side note, are you the guy i met at fosdem outside the station, trying to find public transportation stops?)10:33
sonne(if not, you have very similar names :P)10:33
Trevinhosonne: I was at the FOSDEM, but I think I was not that guy :)10:38
sonneright :)10:39
Trevinhosonne: btw if you call this: http://pastebin.ubuntu.com/7759576/10:39
Trevinhosonne: and if you select your app10:39
Trevinhoyou get the dbus path of your app in BAMF...10:39
Trevinhoat that point10:39
sonnehold on, firing up unity..10:39
dednickSaviq: any idea? https://jenkins.qa.ubuntu.com/job/unity-phablet-qmluitests-utopic/353/console10:40
Saviqdednick, it can't install qtdeclarative-ubuntu-telephony0.110:41
SaviqSetting up ofono (1.12.bzr6868+14.10.20140625-0ubuntu1) ...10:42
Saviqinvoke-rc.d: unknown initscript, /etc/init.d/ofono not found.10:42
Saviqdpkg: error processing package ofono (--configure):10:42
Saviq subprocess installed post-installation script returned error exit status 10010:42
Saviqdednick, ↑10:42
dednickSaviq: hum10:42
CimiSaviq, we can probably merge click and press and hold tests10:43
CimiSaviq, so we don't dup code10:43
SaviqCimi, mhm, lemme10:43
sonneTrevinho, ok10:44
sonnei have /org/ayatana/bamf/application/31180560410:44
Trevinhosonne: so if you now use d-feet with that object path you can verify that bamfs gets all the infos for that correctly10:45
sonned-feet?10:45
Trevinhosonne: or just use gdbus call --session --dest org.ayatana.bamf --object-path $YOUR_PATH --method <USE_TAB for completing the methods>10:45
SaviqCimi, done10:45
sonnesec, installing d-feet10:45
CimiSaviq, did u push?10:46
SaviqCimi, yes, refresh10:46
CimiSaviq, launchpad doesn't show10:46
SaviqCimi, LP has some latency after pushing, you need to wait (or pull yourself)10:47
Trevinhosonne: if you want to check the app has a desktop file correctly matched with it you can just use10:47
Trevinhogdbus call --session --dest org.ayatana.bamf --object-path /org/ayatana/bamf/application/311805604 --method org.ayatana.bamf.application.DesktopFile10:47
dednickSaviq: happy with https://code.launchpad.net/~nick-dedekind/ubuntu-settings-components/transfer-menu/+merge/224672 ?10:48
sonneTrevinho, oh my, it returns gnome-terminal...10:49
sonnei guess your earlier script screwed up :P10:49
sonneTrevinho, ok, now i have the correct .desktop file10:51
sonneand it's the right one10:51
sonne...apparently it's working now(!)10:51
sonneheisenbug!10:52
Saviqdednick, yup, requested a silo for the two10:53
dednickSaviq: should be @ https://launchpad.net/~ci-train-ppa-service/+archive/landing-00410:54
Saviqdednick, ah both already?10:54
dednickthostr_: ^ is that the transfer indicator silo?10:54
Saviqdednick, I can see now, will tweak it10:54
thostr_dednick: yes10:54
Saviqthostr_, had to add the prerequisite branch, doing recon and build10:56
thostr_Saviq: ok, thanks for heads up10:57
Saviqdednick, the .pot file has "..." still?10:59
=== MacSlow is now known as MacSlow|lunch
Saviqdednick, the .pot file has "..." still?11:00
dednickSaviq: eh. forgot to update11:01
dednickSaviq: ./qml/Launcher/LauncherDelegate.qml:203: warning: unterminated string literal ?11:02
Saviqdednick, just a warning11:02
Saviqdednick, it's complaining about QML's multi-line strings11:02
Saviqdednick, which don't require \11:02
dednickSaviq: ah. wrong line.11:03
dednickxgettext: Non-ASCII string at ./qml/Panel/Indicators/MenuItemFactory.qml:58311:03
Saviqdednick, ugh?11:03
Saviqdednick, gimme a mo, let's see11:03
Saviqdednick, one more thing - commented on the MP11:04
dednickdoens't like the …11:04
Saviqdednick, yeah, stoopid11:04
CimiSaviq, I don't think you pushed11:06
CimiSaviq, bzr doesn't have the revision11:06
SaviqCimi, pushed to the wrong branch ;|11:06
SaviqCimi, will fix in a sec11:06
Saviqdednick, http://paste.ubuntu.com/7759677/11:10
Saviqdednick, just include in your MP11:10
SaviqCimi, fixed, sorry11:11
Ciminp11:11
dednickSaviq: thanks. pushed11:15
Saviqdednick, so last thing... should we bump changelog and Depends in unity8?11:18
Saviq(changelog in u-s-c)11:18
facundobatistaHola11:19
Saviq\o11:19
dednickSaviq: um. probably11:26
Saviqdednick, please do11:26
dednickSaviq: done.11:33
dednicki think11:34
CimiSaviq, why in CardCarousel function clicked and not onClicked ?11:34
CimiSaviq, Carousel calls clicked signal11:35
SaviqCimi, calling foo.signal() equals calling foo.function()11:35
Cimiyes I know11:35
Cimibut we have already the signal11:35
SaviqCimi, I'll have a look in a mo11:35
Cimiisn't more appropriate to use onSignal?11:36
Cimisure11:36
Cimirest is fine11:36
Saviqdednick, ffr, it's enough to just do 0.3-0ubuntu111:36
Cimitests pass11:36
Saviqdednick, train will do the rest11:36
dednickSaviq: ah. thanks11:38
Cimimzanetti, on https://code.launchpad.net/~mzanetti/unity8/launcher-update-home-button-design/+merge/22410211:53
Saviqthostr_, all transfer menu MPs ACKed from our side, kicked the last rebuild of unity8 and ubuntu-settings-components11:53
Cimimzanetti, was only the mousearea meant to be on top with z:1?11:53
mzanettiCimi: yes11:54
Cimior you want to keep that z: 1 inside rectangle?11:54
mzanettiCimi: ah... hmm, let me check11:54
SaviqCimi, re: CardCarousel, I'd need to introduce the signal in the delegate, felt unnecessary11:55
SaviqCimi, 'cause in CardCarousel we're not using BaseCardDelegate11:55
Saviqpete-woods, welcome back!11:57
Saviqpete-woods, we have conflicts in silo 9, could you have a look please?11:57
pete-woodsSaviq: sure, will handle it11:58
Saviq/food12:01
mzanettiCimi: its ok as it is I'd say12:01
pete-woodsSaviq: okay, I've done the camera-app one now12:02
mzanettiCimi: actually you're right... this doesn't make too much sense12:02
thostr_Saviq: thanks. will test it as soon it's built12:10
=== MacSlow|lunch is now known as MacSlow
=== _salem is now known as salem_
facundobatistapstolowski, Saviq, anybody, may you know why I'm getting "SSQueryObject::run(): unity::InvalidArgumentException: Result::set_uri(): Invalid empty uri string" here? http://pastebin.ubuntu.com/7759946/12:29
facundobatistathat is the smartscopeproxy output for a query I did to the 7digital scope I'm building12:29
facundobatistammm... the first item has no uri, that could be12:30
=== Trevinho_ is now known as Trevinho
* facundobatista tries changing that12:31
CimiSaviq, cardCreator should add those signals for all cards no?12:32
facundobatistayay, that was it12:32
CimiSaviq, it is AbstractButton12:33
Cimibut not the loader, the loaded item12:33
Cimilunch#!12:33
SaviqCimi, yes exactly, the direct delegate is the Loader13:01
pstolowskifacundobatista, this can only happen if the the sss result doesn't have uri attribute or it's empty13:15
facundobatistapstolowski, thanks!13:15
CimiSaviq, I'm lil confused, if you can follow me and confirm all is fine :)13:21
CimiSaviq, in Carousel.qml we call delegateItem.clicked() for example13:22
CimiSaviq, this is relative to the Loader, but also the Loader item has clicked13:22
Cimiare we sure those never clash?13:22
SaviqCimi, in CardCarousel13:30
SaviqCimi, we have another loader13:30
SaviqCimi, to load the component from cardcreator13:30
Cimiyeah exactly13:30
CimiSaviq, but this has as well clicked and pressandhold13:31
SaviqCimi, so Carousel calls clicked and pressAndHold on that Loader13:31
Cimiindeed we use those signals in cardfiltergrid13:31
SaviqCimi, no, the *card* has clicked and pressAndHold13:32
SaviqCimi, and in CardFilterGrid we can use those13:32
Cimithat is inside the loader13:32
SaviqCimi, because it's the MouseAreas of the Card itself13:32
Cimiso if all the calls from carousel just go to the loader, right?13:32
SaviqCimi, that send those signals13:32
Cimiwithout if13:32
SaviqCimi, instead, in Carousel, it's the Carousel that calls clicked and pressAndHold on its delegates13:32
SaviqCimi, FilterGrid doesn't do that, the delegates themselves get the mouse events13:33
SaviqCimi, in Carousel you hijack them13:33
SaviqCimi, and calculate the item number yourself13:33
SaviqCimi, so the clicked and pressAndHold signals from the card are never triggered13:34
SaviqCimi, Carousel would need to know that there's a Loader in its delegate and call the signals like delegate.item.clicked()13:34
SaviqCimi, which is not great13:35
Ciminope13:35
Cimifine13:35
CimiI just wanted to make sure those signals were never arriving to this CardCreator13:35
SaviqCimi, you wrote the Carousel, you should know ;)13:36
karnimhr3: If I do this: result["uri"] = cannedQuery.to_uri(); -- when I touch the result, it should issue the CannedQuery, shouldn't it?13:36
CimiSaviq, you modified it :)13:36
mhr3karni, well... it will preview13:36
mhr3karni, and if the preview action doesn't handle it, it will activate it13:37
mhr3== issue the query13:37
karniSaviq: Cimi: on that note, I think overlays should be visible on all cards of a carousel. It's quite loseless to see images and not know what they refer to, if you ask me. Just my 2cents.13:37
karnimhr3: so I have to implement the onActivate thingy in the scope?13:37
Saviqkarni, useless you mean?13:37
karnimhr3: can you define "review action doesn't handle it"?13:37
Saviqkarni, problem is the text would get scaled down a lot13:38
Saviqkarni, or we'd need to reflow13:38
Saviqkarni, or scaled up a lot13:38
Saviqkarni, for the current item13:38
karniSaviq: Say, you have a bunch of articles with titles. if there's random pictures on them, I have to first scroll to any item to know what it relates to.13:38
Saviqkarni, probably shouldn't use carousel then ;)13:38
karniSaviq: yes, I recognize the text would be much smaller13:38
mhr3karni, http://developer.ubuntu.com/api/scopes/sdk-14.10/unity.scopes.ActivationResponse/#a726cf6ec58d4e035e2cdc14cda152d02aa3c4b9a3c5fcb54e5cce7d473cecfde313:38
karniSaviq: fair enough ;)13:38
mhr3karni, (which is the default) so you don't need to implement anything really13:39
karnimhr3: reading and trying to understand how this works. I want my result to trigger search. I get a preview.13:40
mhr3karni, right, you can't do that right know, we asked design to figure out a way to visually distinguish such items, and they you will be able to... but for now users would have no idea whether tapping something is going to do an action or open a preview, so it always opens a preview13:41
mhr3s/they will be able to/then you will be able to/13:42
karnimhr3: :/ is there a workaround? I'm totally fine for the user not knowing what to expect (for now). I need to show a list of results when a "department card" is pressed (list of results has 1-1 mapping with departments. long story, if you really want to understand the reason behind this. short story: *subdepartments* *are* the results that I want to surface.)13:43
mhr3karni, no, it needs to go through a preview for now13:43
karnithat's pretty bad :(13:44
karnimhr3: you're saying I should put a button on the preview to trigger the search under the result["uri"] basically?13:44
=== larsu_ is now known as larsu
mhr3karni, until design gets back to us and we a global solution for allowing preview-less results, yes13:45
karnimhr3: I know we're dependent on Design here, but it puzzles me how we need spec for such a natural thing. "Best things to do this week" - most simple example of a result that naturally would return a list of results, instead of a preview.13:47
Saviqdednick, hey, any update on https://code.launchpad.net/~nick-dedekind/unity8/indicator.call-hint/+merge/218627 ?13:48
karnimhr3: What about this activation, could I use that to force search upon result click on specific results? If so, I would really want that (or Joe would, in fact)13:48
mhr3karni, nope, that only applies when you're inside a preview13:49
CimiSaviq, app13:50
SaviqCimi, what app? (j/k)13:50
karnimhr3: I thought Activation can tell whether we should show a preview, or issue search, or [other things], no?13:50
Cimiapproved13:50
SaviqCimi, yeah, j/k13:50
mhr3karni, yes, activation in reply to a preview action13:50
CimiI don't know what j/k means13:51
SaviqCimi, just kidding13:51
Cimihah13:51
karnimhr3: then we're talking about the same thing, yes13:51
dednickSaviq: um. no. not sure why it's not installing ofono...13:51
karnimhr3: click on a result -> don't preview, search instead13:51
Saviqkarni, preview action == button in a preview13:51
karniuhh13:51
karniok, I guess I have to give up13:51
Saviqdednick, I was asking about Daniel's review comments rather13:52
Saviqdednick, why do we need to install ofono in qmluitests though?13:53
dednickSaviq: ah. havent got to it yet.13:53
Saviqdednick, we shouldn't install it Build-Depends ideally13:54
Saviqdednick, we should mock it instead13:54
Saviq(this applies to other plugins, too, probably)13:54
Saviqthat we already have in B-D13:54
dednickSaviq: right. i have mocked telephony plugin. maybe just shouldnt be in build-deps13:55
Saviqdednick, yeah, add it to build.sh, too13:55
Saviqdednick, the whole dep situation should get better once we move to autopkgtests, where we can declare test dependencies13:56
dednickSaviq: ok13:56
dednickSaviq: i'm not going to make standup today. I'll add my notes.14:05
Saviqdednick, k14:05
karnimhr3: I get this when I press the preview button with a canned query in it's uri field: http://paste.ubuntu.com/7760352/14:13
karni"Scope instance 0x94e68020 doesn't have Scopes as a parent"14:14
karniNothing else happens, doesn't launch the search. am I doing something wrong?14:14
mhr3karni, right, no bug14:14
karnimhr3: "no bug", or "no, it's a bug"? :D14:15
mhr3karni, https://bugs.launchpad.net/unity-scopes-shell/+bug/132989014:15
ubot5Ubuntu bug 1329890 in unity-scopes-shell "Canned queries don't work if they come from a scope that doesn't have a page in the dash" [High,Triaged]14:15
karniphew, so there's an easy workaround14:15
paulliumzanetti: https://code.launchpad.net/~paulliu/unity8/reboot/+merge/22115914:15
mhr3karni, and yea, sorry about the missing comma :)14:16
karninp14:16
karniand thanks, mhr314:16
MacSlowtedg, poing14:24
Saviqdednick, hmm shouldn't the new settings components conflict with -assets?14:27
dednickSaviq: yeah. i was thinking something like that...14:27
dednickSaviq: just had some issues reverting from new to old.14:28
pete-woodsSaviq: is the infographics silo good to go yet? I think I resolved the conflicts..14:29
sil2100bregma: hello!14:31
Saviqpete-woods, we need to wait for new UTIK14:32
SaviqUITK14:32
bregmauh-oh14:32
Saviqpete-woods, after that it seems it'd be good to go in14:32
bregmasil2100, how can I help?14:32
sil2100bregma: so, is the compiz SRU that's currently in -proposed verified and works OK? I was wondering if we could maybe merge it in already14:32
pete-woodsSaviq: okay cool, just wanted to check I had done everything you needed14:32
Saviqpete-woods, yeah, I wanted to have it prepped for when new UITK is there, will rebuild now14:32
sil2100(we're low on silos, so if the fixes are all verified then we could merge it in already)14:32
bregmasil2100, yes, except it seems to be stuck in the queue pending verification of a bug not in the SRU14:33
sil2100bregma: I see one bug not verification-done, but I'm not sure if it's still valid14:33
sil2100Ok, as I thought then14:33
sil2100hmm14:33
bregmait seems the automated SRU report generator doesn't take into account bugs that were there and then removed14:34
bregmaI suspect it needs a manual intervention by someone who knows what they're doing14:34
Saviqmzanetti, sorry, pressure from above ;)14:39
Saviqmzanetti, but hopefully it's an easy one14:39
mzanettiSaviq: no worries... I thought I did that one already14:39
Saviqmzanetti, yeah, I just redone it over the weekend to be more future-proof14:40
mzanettiah14:40
mzanettiSaviq: hey, about josh doing those things with autopilot14:40
mzanettido you think that's a good idea?14:40
karniIs there a way to clear suggestions/history from recent changes? I'd like to test something.14:40
Saviqkarni, recent searches you mean?14:42
karniyes14:42
Saviqkarni, just restart unity8, they're not persistent14:42
Saviqmzanetti, that'd be the highest level of those tests, I think it's fine with AP14:43
Saviqmzanetti, closest to real life14:43
karniSaviq: bad news is, it seems I *need* a search (even empty space) to force the requery when using CannedSearch. I'd like the CannedSearch to only contain department, but that, funny enough, only changes the department, without touching/affecting the results visible underneath. If I use any search term (and specifically ignore that search term in the scope, like a space), I get proper department *AND* results shown.14:44
Saviqkarni, this'd be a mhr3 thing14:45
karniSaviq: ack14:45
Saviqpaulliu, can you please update the status on (and assign yourself to) bug #123406215:26
ubot5bug 1234062 in Ubuntu UX "no power off dialog" [High,Triaged] https://launchpad.net/bugs/123406215:27
mhr3Saviq, ideas why my theme doesn't have "chevron"?15:36
paulliuSaviq: ok15:36
Saviqmhr3, it doesn't exist in suru, does exist in ubuntu-mobile15:37
Saviqmhr3, somehow on desktop the fact that ubuntu-mobile is parent to suru15:37
paulliuSaviq: only unity8 right?15:37
Saviqmhr3, doesn't work15:37
Saviqpaulliu, yes15:37
mhr3Saviq, i see... thx15:37
Saviqmhr3, there isn't a bug yet I think, worth filing one15:37
mhr3Saviq, http://paste.ubuntu.com/7760732/ fixes it for me, know who deals with that project?15:48
=== alan_g is now known as alan_g|EOD
=== josharenson1 is now known as josharenson
=== salem_ is now known as _salem
=== _salem is now known as salem_
deniswhi, i am trying to run unity8 from 14.10 daily (pulled and built from bzr) but ./run.sh just says "Unity8 is already running, please stop it first"21:26
greybackmterry: hey, could you help me debug an issue on my desktop where USC fails to come up?22:10
mterrygreyback, k22:10
greybackmterry: this looks bad, right? http://pastebin.ubuntu.com/7762308/22:10
greybackmterry: USC is running anyway22:11
greybackbut I don't see a greeter, I get just a blank screen22:11
greybackno mouse-cursor either22:11
greybackthere is an X server running too: /usr/bin/X -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -mir x-0 -mirSocket /run/mir_socket -nolisten tcp22:13
mterrygreyback, that's not great22:13
mterrygreyback, so USC is running and presumably didn't crash22:14
greybackI don't see any errors in Xorg.0.log22:14
mterrygreyback, the proximate cause of the crashes seems to be connection to X22:14
greybackmterry: suspect it's a (X)Mir problem? Will I ping the mir team?22:15
mterrygreyback, is there anything suspicious in /var/log/lightdm/unity-system-compositor.log?22:16
greybackI can kill USC and start a plain-jane mir server and client just fine. So not driver problem22:16
greybackmterry: looks ok to me  http://pastebin.ubuntu.com/7762332/22:17
mterrygreyback, yeah... confirms that it never sees a client session though22:17
mterrygreyback, yeah, I'd poke Mir team22:17
greybackmterry: ok will do. Thanks for narrowing that down!22:17
mterrygreyback, yw!22:17
=== daek_ is now known as Daekdroom
=== salem_ is now known as _salem
josharensonis there a way to make a MP to a branch you have in +junk?23:46
josharensonsimply so that someone else can review it?23:46

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