/srv/irclogs.ubuntu.com/2012/12/12/#ubuntu-unity.txt

tgm4883Do previews no longer support a URL for the thumbnail_uri?03:24
smspillazduflu: heya, do you want a fix for a stacking bug before we cut 0.9.9 or do you want to wait till next year ?05:32
duflusmspillaz: Pretend I never mentioned 0.9.9.0. The dust has to settle and there be a stabilization period before such a tag05:33
dufluSo not this week anyway05:33
smspillazduflu: that won't really happen unless we say that a stabilization period has begun :)05:33
smspillazduflu: so ... do you want a stacking fix or should it wait ?05:33
duflusmspillaz: No, just finish the keybinding and nvidia issues I think05:34
smspillazduflu: ok, well the nvidia thing is more or less done05:34
smspillazresizing windows is something else we can look at, but that's a can of worms IMO because it would involve redesigning the decor protocol05:34
smspillazthat's the main slow part05:34
duflusmspillaz: I have not seen any work on on the resize problem, so not done. But possibly simple to fix05:34
smspillazduflu: nah, its going to be complicated05:35
duflusmspillaz: I doubt it. There's no reason to query the shape for every non-shaped window. That's the main problem05:35
smspillazduflu: a "simple" fix if you wanted one would be to simply not update the decorations while the window is being resized05:35
smspillazduflu: well, the biggest hit is that we do XGetWindowProeprty per-size-increment05:35
smspillazI think not querying the shape might help a little, but not a lot05:36
duflusmspillaz: Well in my testing it always hangs in the XSync, and after that the XShareGetRectangles05:36
dufluAnd removing those made a big difference05:36
dufluCompiz is a bit buggy if you don't let it use XShape. That might be a bigger problem05:36
duflusmspillaz: Anyway, pretend I'm not here for the rest of the week. I have enough commitments to management to complete before vacation without spending days on such things05:38
smspillazduflu: ok. In any case, the stacking fix is ready to go, and I think it fixes one of this biggest problems we had with it05:38
smspillazso if you want it, its there, just give me the word05:38
dufluNo really. Not interested myself. :)05:39
duflu+t05:39
smspillazok05:39
smspillazduflu: I'll get some stuff together for the new year then, looking at resize perf and other things05:39
smspillazduflu: I have an experimental branch to support GLX_EXT_buffer_age too, which will help with fbo performance as soon as the drivers support it05:40
duflusmspillaz: XShape be gone!05:40
duflu(where possible)05:40
smspillazok, I'll look into it05:40
smspillazthanks05:40
duflusmspillaz: I found the same problem with hanging on intel graphics (Atom) but did not check the stack to verify the same place05:41
smspillazduflu: well, my understanding is that resizing is slow in two places. 1. is the xshape thing, 2. is updating the decor pixmap every single time the window gets a new size05:42
duflusmspillaz: Actually, yeah. I don't remember a test in which it was fast with decor still loaded. But while it was the primary issue was that XShape call05:42
smspillazyou can sort-of optimize 2. by only fetching a new pixmap every time the window gets bigger, and then just re-using the last largest one when resizing the window to be smaller. It looks a little weird but is much faster05:43
smspillazI have an experimental thing somewhere which did that05:43
smspillazbut the xshape thing is worth looking at05:43
smspillazduflu: in any case, lets stabilize 0.9.9 from this point onwards, and only look at new stuff once we've released it05:44
duflusmspillaz: Try scripting up a delayed stack trace to fire off while the screen is frozen, if you haven't already05:44
dufluYou'll find the results are very consistent05:45
didrockshey Mirv!07:04
didrocksso I looked at the compiz precise branch07:04
didrocksit seems you didn't base on the packaging branch (it was still debian/ only, remember?). It was up to date on ~ubuntu-desktop/compiz/precise07:05
didrocksoh, it's the quantal one, forgot that one07:05
didrockshowever:07:05
didrocks* we did decide to only include unredirect fixes, it seems there are some additional for the grid, isn't it?07:05
didrocks* for enabling it by default, did you try to upgrade on one of your quantal machine and ensure it was picking up the new gsettings default value? (on a machine where you never changed it?)07:06
duflusmspillaz: Let me know if you're available to fix the segfault I just assigned you. If not I will...08:19
didrockssil2100: hey!08:29
didrockshow are you?08:29
sil2100didrocks: hello!08:40
sil2100didrocks: fine, thanks - and you? I'm rebuilding compiz, testing the fix with the fixed python packages08:40
sil2100So far so good!08:40
didrockssil2100: excellent! I'm good as well, thanks :) And thanks again for fixing it :)08:41
sil2100np! :)08:41
sil2100didrocks: you think it's safe to self-approve?08:43
sil2100didrocks: since the compiz build succeeded08:44
didrockssil2100: it seems that duflu approved already :)08:44
didrockssil2100: but yeah, I was fine otherwise with self-approving ;)08:44
sil2100Oh, hehe, indeed08:45
sil2100duflu: thanks for testing and approving!08:45
hyperairdidrocks: speaking of the unredirect fixes, what exactly do they fix?08:45
duflusil2100: No testing on that one. It's right in theory and if there's a mistake then Jenkins will find it08:45
didrockshyperair: fullscreen opengl apps framerate08:46
didrockshyperair: compiz won't touch it automatically08:46
* hyperair is running unity from the something sru ppa08:46
hyperairdidrocks: wasn't it working before?08:46
didrockshyperair: compiz was handling the windows08:46
hyperairhow do you tell if a window is being unredirected properly (besides looking at the frame rate)?08:46
didrockshum? the fix is about unredirect them or not automatically08:46
hyperairdidrocks: i mean i manually flipped that setting using ccsm. did it not work before?08:46
didrocksthat's it08:46
didrockshyperair: well, it's manual, not automatic for some reason08:47
hyperairer08:47
didrockslike driver crashes and more fixes needed08:47
hyperairah.08:47
didrocksso the fixes are getting in08:47
hyperairso basically you couldn't turn it on by default because there were driver crashes?08:47
didrocksand we'll switch it on by default08:47
didrocksyep08:47
hyperairi see.08:47
hyperairi had it on already on snb, so i guess that worked..08:47
didrocksyou would have known really quickly if it didn't :)08:48
hyperairhow so?08:48
didrockslike exiting the fullscreen opengl app -> crash :)08:48
hyperairhmm.08:48
hyperairbut what if compiz doesn't successfully unredirect the app?08:48
hyperairdoes that happen?08:48
didrocksI don't think so, duflu can answer08:48
didrocksbut you can check with the framerate :)08:49
hyperaireh well it's really hard to tell with team fortress 208:49
hyperairit lags all the time anyway08:49
didrocks:)08:49
hyperairit's hard to tell whether it's lagging more or less08:49
hyperairit depends on the number of bots running around in the map too08:49
hyperairone thing i did notice -- when i turn on the unredirect full screen windows setting, alt-tabbing out and alt-tabbing back in results in a frozen image08:50
hyperairit's like it takes 1-2 minutes for team fortress 2 to notice that it's been unredirected.08:50
didrocksnot sure, maybe duflu would know about it, I didn't have time to play with the setting08:50
hyperairokay08:50
dufluhyperair: Alt-tab freezes are mostly fixed in compiz 0.9.8.6, with an extra fix in 0.9.8.8. Also, if you're using the fglrx or nouveau drivers then they cause such freezes sometimes too09:03
hyperairduflu: it's snb.09:07
hyperairsandy bridge09:07
hyperairhmm, i'm running 0.9.8.6, and the freeze is present.09:07
hyperairit takes around 2 minutes for tf2 to "notice" the unredirection and start drawing an image again, weirdly enough.09:07
didrockssil2100: do you know if Mirv is working today? I pinged him 2 hours ago09:08
dufluhyperair: Sounds like bug 1084401 if you're alt-tabbing to a window on another workspace. But even if not then it could still be the same bug.09:09
ubot5Launchpad bug 1084401 in Compiz Core "Unredirected fullscreen windows freeze and stay on top when wall sliding (Ctrl+Alt+Left/Right)" [High,Fix committed] https://launchpad.net/bugs/108440109:09
hyperairduflu: that doesn't quite sound like it. i don't have issues alt-tabbing away. i have issues alt-tabbing back into the game.09:10
hyperairduflu: after i alt-tab into the game, it shows the screen, and you can click on things in the game and interact with things, but the image doesn't refresh09:11
hyperairso you can hear stuff like button hover effects09:11
hyperairand if you alt-tab out and alt-tab back in again, the image refreshes.09:11
hyperairbut you don't actually get a live image until you sit with the game in foreground and wait for ~2 minutes.09:11
dufluhyperair: I'll test it but if it's a problem then you should disable unredirection in CCSM>Composite for now09:11
hyperairhmm09:12
sil2100didrocks: I would think he is, but let me double check that09:14
didrocksthanks :)09:14
popeydidrocks, he sometimes has to go afk downstairs to do multi-monitor testing with his TV :)09:16
didrocksok ;) 2 hours, it's a long film! :-)09:16
popeyhaha09:16
dufluEXPECT_TRUE (popcorn)09:16
didrocks;)09:16
dufluhyperair: You mean you're using Sandy Bridge graphics and not just the CPU, right? :)09:17
dufluhyperair: Also, what Ubuntu version and/or Mesa version?09:18
Mirvdidrocks: hi, sorry, didn't look at freenode side at all09:18
hyperairduflu: yes.09:19
hyperairduflu: 12.10, mesa from xorg-edgers09:19
hyperairOpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile09:19
hyperairOpenGL version string: 3.0 Mesa 9.1-devel09:19
dufluhyperair: We have countless bugs with xorg-edgers. Please test with regular quantal Mesa 9.0 too09:19
didrocksMirv: I'll let you backlog09:20
Mirvdidrocks: so quantal indeed. the final 0.9.8.6 included the two grid related commits, aside from that it's only unredirect. I thought grid plugin can be tested at the same time.09:20
Mirvdidrocks: and sure, the new default was also tested and various people have reported back on having speedups and also reported on the tearing problems which were then worked upon09:20
didrocksMirv: by tested, I meant:09:21
didrocksthey have an old default configuration09:21
didrocksadded the new one09:21
dufluMirv: You squeezed the fix for bug 1084401 into your 0.9.8.6 didn't you?09:21
ubot5Launchpad bug 1084401 in Compiz Core "Unredirected fullscreen windows freeze and stay on top when wall sliding (Ctrl+Alt+Left/Right)" [High,Fix committed] https://launchpad.net/bugs/108440109:21
didrocksand the switch is one?09:21
didrockson*09:21
didrocks(without having to play in ccsm)09:22
Mirvduflu: yes, and the tearing blacklists09:22
dufludidrocks, Mirv: FYI I am aiming to have unredirect on by default for precise in 0.9.7.1209:22
Mirvdidrocks: and yes, it switches it if default is in use09:22
hyperairduflu: i did have issues with it, that's why i went and upgraded to xorg-edgers.09:22
Mirvdidrocks: so tested in both guest session and a normal user09:23
dufluhyperair: We have lots of bugs with xorg-edgers but I have not encountered such a hang with 9.0 on Sandy Bridge quite like yours yet. Please log "ubuntu-bug compiz" so we don't forget your issue09:23
hyperairokay09:24
hyperairi'll ppa-purge later and check again09:24
hyperairduflu: do i have to downgrade my kernel as well?09:24
dufluhyperair: Unfortunately, yes. We can't provide effective support unless you at least test with vanilla versions09:24
didrocksMirv: excellent, ok, it's a little bit different than the initial planning as I only wanted unredirect by default, but let's try that09:24
didrocksthanks duflu, do you have anything more? like crashes in driver?09:25
hyperairhmm okay.09:25
dufludidrocks: I have lots of unredirect issues. For quantal aim to have it all resolved in 0.9.8.8, and precise 0.9.7.1209:25
* popey has crashes in precise with unredirected :(09:25
popeybut you know about those09:25
duflupopey: Your driver will soon be blacklisted because Bryce can't yet figure out what Mesa fixes it needs09:26
popey"awesome"09:26
popey:)09:26
hyperairduflu: is SNA enabled or disabled in stock ubuntu?09:26
hyperairquantal i mean.09:26
dufluhyperair: Not sure. I thought it was off. Is there an easy check?09:27
hyperaircheck Xorg.0.log09:27
hyperairthere's a mention of it09:27
hyperairjust grep -i sna09:27
dufluhyperair: No mention. I suspect it's not compiled into quantal (still)09:27
didrocksduflu: do you have a list somewhere of the remaining precise compiz unredirect issues?09:27
hyperairi see.09:27
hyperairi recall there being a regression in xorg-edgers when sna got flipped off, and at the same time tf2 fixed itself. i should try testing with sna off to see how that fares09:28
dufludidrocks: https://bugs.launchpad.net/compiz/+bugs?field.tag=unredirect for compiz bugs. The driver bugs I don't have a reliable filter for right now. Just assume nouveau and intel are bad on precise. They will be automatically blacklisted in 0.9.7.1209:29
Mirvdidrocks: thanks.09:29
didrocksduflu: ok, thanks for the head's up09:29
didrocksduflu: I guess you work with RAOF and bryce on the driver side?09:30
didrocksfor intel and nouveau?09:30
didrocks(especially intel)09:30
Mirvbryce has been cc:d in all discussions09:30
Mirvhyperair: yes SNA is still not enabled even in raring, although probably it'd be considered during the cycle given the benefits and the time it has now been maturing (and mostly the only thing getting new work done)09:31
hyperairMirv: i noticed rc6 residency is a lot better with sna than without09:32
dufluhyperair: residency? You mean it sticks to rc6 more of the time with SNA?09:34
MirvI used to have regressions on i915 / GMA 3100 (integrated into Atom N470), but now I think SNA has been playing fine also on my netbook.. and on my 965G (GMA X3000) machine, everything seems fine09:34
hyperairduflu: yes. a lot more.09:35
dufluhyperair: Exciting, thanks. How are you measuring time spent in rc6 BTW?09:35
hyperairduflu: powertop reports something like 0-10% RC6pp residency without SNA, but with SNA, it goes up to 60-80% when compiz is idling.09:35
hyperairduflu: the second tab of powertop09:35
dufluThought so.09:36
dufluCool09:36
duflu(literally)09:36
hyperairhahaha09:36
hyperairyes, there's a significant temperature difference when rc6 comes into play.09:36
hyperairwhen the kernel disabled rc6 by default, i noticed a 10°C jump in idle temperature09:36
dufluHmm, I wonder if that's the big change in raring. I noticed my Sandy Bridge laptop getting much better power usage in raring than quantal09:36
hyperairit could be09:37
Mirvbut, I still have this one regression on sandy bridge where in Unity/compiz the inactive window title bar decoration is drawn wrongly09:37
* duflu covers ears09:37
didrocksmmrazik: not sure if your utf8 fix worked: https://code.launchpad.net/~didrocks/ubuntu-wallpapers/bootstrap/+merge/13940009:37
didrocksor is the queue just crowded?09:37
* Mirv files bug09:38
Mirvduflu: FYI it might be interesting also for you to see how it's drawn incorrectly on SNA https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1089269/+attachment/3458107/+files/inactivewindowtitlebar.png09:42
ubot5Launchpad bug 1089269 in xserver-xorg-video-intel (Ubuntu) "[sna] inactive window title bar sometimes drawn incorrectly" [Undecided,New]09:42
Mirvduflu: rc6 has been enabled by default in Ubuntu kernels since precise, and SNA is still not enabled by default (except for xorg-edgers)09:43
dufluMirv: Yeah I know09:44
hyperairMirv: weird, i don't get that here.09:45
didrocksMirv: looking good and working fine here, sponsoring to quantal-proposed! Thanks :) FYI, I pushed the branch as we discussed last time to ~ubuntu-desktop/compiz/quantal09:49
Mirvdidrocks: thanks a lot, and yes I remember. let's see how long it takes to spend in the queue.09:54
didrocksMirv: want to bet on that? :p09:54
Mirvno bets, but I hope for slightly faster turnaround than with the last updates when queue just kept queueing more09:58
didrockshey JohnLea! do you have a minute to discuss about wallpaper?10:34
JohnLeadidrocks; good timing, fire away?10:34
JohnLeaignore the '?@10:34
JohnLeacan't type this morning again ;-)10:34
didrocksheh, so reading https://bugs.launchpad.net/ayatana-design/+bug/1081702 I think people are right about compression quality10:35
ubot5Launchpad bug 1081702 in ubuntu-wallpapers (Ubuntu) "Update the default wallpaper in 13.04" [Undecided,Confirmed]10:35
didrocksJohnLea: as we don't have the CD size limit, can we envision have lower compression? even maybe none at all with loseless png?10:35
JohnLeadidrocks; are we no longer space limited then?  There is also one other problem we are solving with the noise however, on cheep monitors you get 'colour banding' that the noise fixes, this isn't a problem on high quality monitors10:36
JohnLeadidrocks; I'll speak to Otto and see what he says10:37
didrocksJohnLea: ah, so maybe it's linked, indeed :)10:37
didrocksJohnLea: ok, keep me posted, I'm not pushing before that10:37
didrocksthanks!10:37
JohnLeadidrocks; will do, thx!10:37
didrocksyw ;)10:37
JohnLeadidrocks; can we use .png as wallpapers?10:40
didrocksJohnLea: you can encode in png, just leave the filename the same10:40
didrocksit's already a filename containing .png btw10:42
didrocksJohnLea: if you want to test on your system, just replace /usr/share/backgrounds/warty-final-ubuntu.png with your file10:42
didrocksfail :)10:42
didrocks11:40:35   JohnLea | didrocks; can we use .png as wallpapers?10:43
didrocks11:40:52  didrocks | JohnLea: you can encode in png, just leave the filename the same10:43
didrocks11:42:01  didrocks | it's already a filename containing .png btw10:43
didrocks11:42:12  didrocks | JohnLea: if you want to test on your system, just replace /usr/share/backgrounds/warty-final-ubuntu.png with your file10:43
JohnLeadidrocks; thx for re-posting10:43
didrocksyw! :)10:44
mmrazikdidrocks: srry. I was on a phone...10:55
didrocksno worry :)10:55
=== mmrazik is now known as mmrazik|lunch
sil2100JohnLea: I assigned the design team to 2 bugs11:01
sil2100https://bugs.launchpad.net/unity/+bug/107642411:02
ubot5Launchpad bug 1076424 in unity (Ubuntu) "Fuzzy lens icons in dash overview." [Low,In progress]11:02
sil2100https://bugs.launchpad.net/unity/+bug/108925811:02
ubot5Launchpad bug 1089258 in Unity "Music Lens icon metaphor is incorrect." [Undecided,In progress]11:02
JohnLeadidrocks; bug #1081702 updated with the non-compressed wallpaper.  I have tested it on my computer and it works well.11:06
ubot5Launchpad bug 1081702 in ubuntu-wallpapers (Ubuntu) "Update the default wallpaper in 13.04" [Undecided,Confirmed] https://launchpad.net/bugs/108170211:06
didrockssweet, let me look at the size :)11:06
JohnLeasil2100; looking at them now11:06
JohnLeadidrocks; 5.5MB11:07
didrocksJohnLea: did you notice any slowliness?11:07
didrockslike login time?11:07
didrocksJohnLea: I would appreciate a middle-ground if possible :)11:07
didrocksnot going like 10x bigger11:07
didrocks(wondering about the speed on a hard drive)11:08
sil2100JohnLea: thanks! :)11:09
JohnLeadidrocks; I was soo stunned by the improved quality of the background, that all other thoughts and considerations faded into meaningless11:09
JohnLea;-)11:09
didrocksJohnLea: ahah! I can see that ;) do you think you can find this middle-ground between quality and size?11:10
JohnLeadidrocks; I'll ask Otto, he is in a meeting atm, will have to grab him later.  But I know this image is hard to compress because the noise which is added to fix banding makes compression harder.11:11
didrockskeep me posted :)11:11
=== cking_ is now known as cking
didrocksmmrazik|lunch: hum, I then didn't see your answer on the wallpaper stalled merge :)11:17
=== _salem is now known as salem_
JohnLeadidrocks; hyia, just spoke to Otto, he said that if possible it would be much better to use the 5.5MB png image I uploaded, because making it any smaller will require changing to .jpg compression that *will* introduce artefacts even at low levels of compression11:52
didrocksJohnLea: I'm a little bit worrying about reading that and effects on boot time11:53
didrocksJohnLea: can we try to first have a 2Mb image, put that for now, then, when the benchmarking is there, we can try to switch to it?11:53
JohnLeadidrocks; can we quantify that?  also is their any gain to offset the increased read time as a result of not having to decompress a .jpg?11:53
didrocksand mesure :)11:53
didrocksJohnLea: not right now, well, decompression of a .jpg file is not an issue as it's handled by the gpu nowadays natively11:54
JohnLeadidrocks; or put the 5.5MB image in, and then see the effect?  we can always revert if people complain11:54
didrocksso it's more quicker to pass small amount of data AFAIK :)11:54
didrocksJohnLea: well, we don't do that anymore in ubuntu, breaking and seeing the feedback :)11:54
didrocksotherwise, I'll just put the 700 kb if there is no way to have a middle-sized image11:55
JohnLeadidrocks; the question is 'what is the impact of a 5.5BM image versus a 2MB image on boot time' and how does the cost of this balance against 'a high quality background with no compression artefacts versus some background compression artefacts'.  My vote is that for example a less than 1 second increase in boot time is a worthwhile price for a better fidelity background, but I know others may have other opinions ;-)11:58
JohnLeamore than 1 sec increase in boot time is not worth the cost IMHO11:58
didrocksJohnLea: well, you can count 1s of boot time is fine for design, but when you budget is 4s to load the whole desktop, 25% of this time just to load the background is not acceptable11:59
didrocksJohnLea: so as long as we don't have benchmarks, I would prefer that we don't explode the time on presumption11:59
JohnLeadidrocks; Otto is having a go at making a mid way file now, will see how that goes12:00
JohnLeadidrocks; agreed, difficult to decide without benchmarks12:00
didrocksJohnLea: yeah, so let's get better for now, without going bindly in one direction :)12:00
=== mmrazik|lunch is now known as mmrazik
solancerAny c++ devs in the house12:46
solanceranyone ?12:46
solanceranyone who can fix this PPA https://launchpad.net/~ikarosdev/+archive/unity-revamped12:47
Mirvsolancer: according to the user page the PPA is maintained by IRC nick ikarosdev or isaacj87, but he's not on this channel12:52
mhr3JohnLea, could you comment on https://bugs.launchpad.net/unity-lens-music/+bug/972987 ? (it's a quick one) :)13:01
ubot5Launchpad bug 972987 in Music Lens "Genre "Classic" should be "Classical"" [Undecided,In progress]13:01
JohnLeamhr3; does the word "Classical" fit in the button?  If so +1 from me13:11
* mhr3 checks13:11
=== dandrader is now known as dandrader|afk
JohnLeasil2100; I've attached the new Dash nav bar icons to a bug report for uploading, see bug #1089373  Could you upload these?13:18
ubot5Launchpad bug 1089373 in Music Lens "Dash - Update Dash nav bar icons" [High,Triaged] https://launchpad.net/bugs/108937313:18
sil2100JohnLea: I'll try creating a merge request after I'm done with lunch - thanks!13:25
=== dandrader|afk is now known as dandrader
mhr3JohnLea, it fits, can you add your +1 on the bug?13:27
didrocksmhr3: can you try to grab existing translations to not break them, please?13:28
mhr3didrocks, i'm doing it now so translators have enough time13:28
mhr3and we don't have the translations upstream13:28
didrocksmhr3: well, it's better to grab and keep current translations right now13:29
didrocksmhr3: that's something which can be fixed :)13:29
mhr3i had a feeling it was desired13:29
didrocksmhr3: I think it would be nice to the whole translator community to not break that13:29
=== james is now known as Guest85869
mhr3didrocks, so what do you want me to do exactly?13:32
didrocksmhr3: maybe do the change, and let's keep an eye on it, right?13:34
JohnLeasil2100; thx!13:34
didrocksmhr3: if we don't see that many translations coming by the end of the cycle, we can steal from them13:34
didrockswdyt?13:34
JohnLeamhr3; already added +1 to https://bugs.launchpad.net/unity-lens-music/+bug/97298713:34
ubot5Launchpad bug 972987 in Music Lens "Genre "Classic" should be "Classical"" [Undecided,In progress]13:34
mhr3didrocks, it's conflicted anyway, will give the author some time to fix it13:35
didrockswe'll see :)13:35
mhr3JohnLea, thx13:36
solancerUnity-Revamp PPA is not working any solutions ?13:47
didrockssolancer: you already asked here and Mirv answered you13:48
didrocksthis is not an official ppa13:48
didrocksand you should ping the maintainers that are not on that IRC it seems13:48
didrockssil2100: seems your compiz fix failed: https://launchpadlibrarian.net/125569887/buildlog_ubuntu-quantal-i386.compiz_1%3A0.9.9~daily12.12.05bzr3524pkg0quantal0_BUILDING.txt.gz13:48
didrocks:(13:48
solanceroh I din't see that13:49
solancersorry13:49
didrockssil2100: oh it did work!  * State: Failed to upload13:49
solancermy question was if there was a way to clone the PPA and work on it13:49
didrockssil2100: sorry, was trapped by the email :)13:49
didrockssolancer: you can add the deb-src in your source file13:49
didrocksand apt-get source from it13:49
didrocksyou will get the code that way :)13:50
solanceroh no I'm not gud with C++ I'm more of a python guy13:50
solancerI was looking for someone who could do work on the PPA13:51
didrockssolancer: ok, not sure who apart from the maintainers of this PPA is working on it, but here, you have more the upstream guys, making unity in ubuntu, no tweaked changes :)13:51
mmrazikdidrocks: is the "Fix Committed" for the Autopilot task here a bug?13:51
mmrazikhttps://bugs.launchpad.net/autopilot/+bug/106716113:51
ubot5Launchpad bug 1067161 in Autopilot "No timestamp in verbose log" [Low,Fix committed]13:51
mmrazikshouldn't it be Fix Released?13:52
didrocksmmrazik: not really, so this is a discussion I should open after the end of years holidays13:52
solancerdidrocks, oh I see13:52
mmrazikdidrocks: okay :)13:52
didrocksmmrazik: there is a debate if the autoupload should only close downstream bugs or should close the upstream ones13:52
mmrazikdidrocks: I was just asked by thomi yesterday13:52
mmrazikfginther: ^^^13:52
didrocksmmrazik: I have no strong opinion either way :)13:52
solancerdidrocks, where can I discuss this topic ?13:52
didrockssolancer: no idea, try to reach/contact the maintainers that Mirv pointed out first13:53
solancerdidrocks, I did but the guy never replied back, looks like he's on vacation or something13:54
solancerdidrocks, thanks for your help I try looking into the code and see if I can't find a hack13:54
solancerdidrocks, nice talking to you13:54
fginthermmrazik, didrocks thanks14:04
mterryfginther, hello!  Are you aware that we forgot about libunity-misc in the last round of inlining?  I have an inline-packaging branch, but I didn't want to set it to approved until the landing job is adjusted for it14:18
fginthermterry, please point me to the merge proposal and I'll get it set up14:18
didrocksthanks mterry, fginther :)14:19
didrocksmterry: how was your day off?14:19
mterryfginther, thanks: https://code.launchpad.net/~mterry/libunity-misc/inline/+merge/13911014:25
mterrydidrocks, fine!  Hung out with some friends14:25
didrocksmterry: sweet! :) you missed again the fun with python breaking compiz ;-)14:26
mterrydidrocks, perfectly planned then  :)14:26
mterrydidrocks, what happened?14:26
didrocksindeed, you have a gift I guess!14:26
* mterry is still reading emails14:26
didrocksoh, it's not on emails, it's just that they multiarched one file14:27
didrocksand they broke a few project using the direct path for including it, some indicators, compiz, and apparently firefox14:27
didrocksbut sil2100 pushed a fix :)14:27
didrocksmterry: once you would have finished with your catch up, can you sanitize the hud project to follow the same packaging than the rest? bootstrapping and so on…14:28
didrocksalso, https://launchpad.net/testapp if you have time14:28
mterrydidrocks, yup, still got that on my TODO14:28
mterrydidrocks, testapp?14:28
didrocksmterry: yeah, apparently, autopilot needs it to run some of the tests from unity14:29
mterrydidrocks, seems poorly named....14:29
didrocksmterry: and finally, I know that cyphermox is stricking in 4 projects to have the tests running in a chroot, would be nice if you can give a hand14:29
didrocksmterry: do you sometimes overlap with thomi?14:29
didrockshe's just living at the opposite side of the world and my 12 hours of daily presence is missing him :)14:30
didrocksI would agree it should be renamed14:30
mterrydidrocks, I haven't noticed14:30
mterrycyphermox, heyo!  Poke me when you get a chance if I can help with the chroot projects14:30
didrocksmterry: well, try to catch him in your evening if you can (there is no hurry on this one)14:30
mterrydidrocks, what's this about?14:30
didrocksmterry: oh, the testapp naming :)14:30
didrockshe's the upstream14:30
mterrydidrocks, ah ok14:31
didrocksmterry: FYI I know that cyphermox is sick today, so maybe not really reponsive :)14:31
didrocksthat's it for you, I'll let you go back to your catchup! Thanks a lot mterry :)14:31
mterrydidrocks, OK, I'll lie in wait for him14:31
didrockssounds good :)14:32
didrocksunico powerpc finally built \o/14:32
mterrydidrocks, now that I'm subscribed to unity bugs and merges, catchup takes so much longer.  Though I realize I'm whining to the wrong person here14:32
didrocksmterry: if you only saw what was the frequency of bugs and merges just a year ago… :)14:32
didrocksit's really quiet, you should enjoy it! :-)14:33
JohnLeasil2100; Matthieu has just added a updated icon for the Gwibber Lens to bug #1089373     Did you see how quickly this was posted by omg!14:37
ubot5Launchpad bug 1089373 in Music Lens "Dash - Update Dash nav bar icons" [High,Triaged] https://launchpad.net/bugs/108937314:37
didrocksJohnLea: btw, did you find anything for the wallpaper?14:38
JohnLeathey wrote a story about it only 15min after I posted the bug!14:38
sil2100JohnLea: ACK ;)14:38
sil2100hohoho14:38
sil2100Nice14:38
didrockssil2100: ignoring my messages about the test results? I'm not sure if it's a ack or nack :p14:38
JohnLeadidrocks; not yet, otto's has been at lunch and in meetings, will try to grab him when he gets back14:39
didrocksJohnLea: ok, let's try to do that before christmas holidays :)14:39
didrocksJohnLea: and I won't push that on Friday! :p14:39
JohnLeadidrocks; I want to try to get it over to you today14:39
didrocksJohnLea: that would be awesome!14:39
seb128sil2100, hey14:44
didrocksmterry: oh btw, for everything that could use a test, please note them on http://pad.ubuntu.com/ubuntu-unity14:51
didrocksthat's easier to track then :)14:51
mterryah right14:51
didrocksthanks ;)14:51
=== dandrader is now known as dandrader|lunch
sil2100didrocks: wait wait!15:07
sil2100didrocks: I'm working on the autopilot test failures, which in fact cause closing of all my terminals15:07
sil2100So I didn't see what's going on on my screen's, sorry about that ;)15:07
sil2100Let me read up what's going on15:07
didrockssil2100: ahah, that's not a funny bug :)15:07
sil2100It's due to me using self.start_app instead of self.start_app_window ;p15:08
sil2100seb128: hi!15:08
sil2100didrocks: hm, what test results do you have in mind exactly? It seems I would have to backtrack a lot to get to it!15:09
seb128sil2100, hey, we were wondering if you were receiving IRC pings or not ;-)15:09
sil2100seb128: sorry about that, damn that autopilot clean-up code!15:10
seb128sil2100, no worry ;-)15:10
didrockssil2100: the one I pointed to you:15:16
didrockshttp://dc-jenkins:8080/job/ps-indicators-autopilot-release-testing/28/testReport/15:16
sil2100Aaaaaaaah15:16
sil2100Ok, sorry, I'm working on those just now ;)15:16
sil2100hehe, man, I think hm, I was a bit confused and just didn't register your question correctly ;p15:17
didrockssil2100: oh, you just didn't answer me, hence I was wondering :)15:17
sil2100didrocks: ok, so a few tests are a bit unsafely written, which I am modifying a bit so that the failures won't happen gladly15:17
didrockssil2100: excellent, keep me posted! :)15:17
didrocksexcellent ;)15:18
didrockshence the flackyness?15:18
sil2100Most likely yes15:18
fginthersil2100, I can spare some cycles if you need me to look at some of those failures15:19
fginthermterry, libunity-misc is ready to autoland. I'll keep an eye on it in case it fails15:22
mmrazikfginther: btw. it looks like jenkins has (again) issues picking up new jobs/configs (long queue). Not sure if its because something got stuck or it naturally grows now15:23
mterryfginther, awesome, thanks15:23
mmrazikfginther: I was triggering some autolandings manually today with the trigger-autolanding job15:23
fginthermmrazik, :-( I'll trigger this one as well15:23
didrocksfginther: it seems unity-merger picked it up first15:39
didrocksfginther: maybe it's still configured for libunity-misc :)15:39
fgintherdidrocks, I also noticed that and disabled it :-). I had completely forgot about that15:40
didrocksok ;)15:40
mhr3mterry, ping?15:50
mterrymhr3, hello15:52
mhr3mterry, hey, re https://code.launchpad.net/~mterry/unity-lens-music/valac-0.18/+merge/139037 could you revert the m4 changes? i don't think it makes sense to change the behaviour for a single lens, if there was a standard macro that did this, it'd be awesome but this just adds to confusion imo15:53
mhr3plus one can just do `./configure VALAC=/usr/bin/valac-0.18`15:54
popeydidrocks, bug 1060543  . what's that waiting for?15:54
ubot5Launchpad bug 1060543 in One Hundred Paper Cuts "Additional Drivers is not discoverable in Quantal" [Undecided,New] https://launchpad.net/bugs/106054315:54
popeyneeds to go to raring first?15:55
mterrymhr3, sure, for this simple case.  I use that macro in a lot of packages though, and sometimes you want to prefer say 0.16, allow 0.18, and fallback to unversioned.  But sure.  I can revert the m4 change and manually specify it in the rules file instead15:55
mhr3mterry, as upstream i can promise we'll support latest stable vala ;)15:56
mhr3although with warnings from time to time :)15:58
didrockspopey: a release?16:03
=== mmrazik is now known as mmrazik|afk
didrockspopey: if you don't see one past this holidays period, just ping me back16:06
popeydidrocks, ok thanks16:07
popeyjust seeing people complaining that searching for "drivers" gets them golf clubs16:07
popeywhich is sub-optimal :)16:07
=== gatox is now known as gatox_lunch
didrocksahah, really?16:08
didrocksawesome!16:08
mterrymhr3, branch updated16:13
=== dandrader|lunch is now known as dandrader
mhr3mterry, thx, approved16:15
mterrydidrocks, did you want me to keep an eye on the hud package going forward?  (i.e. add it to my list of cared-for-packages)16:17
didrocksmterry: it's more on cyphermox's plate I guess, but as it's cross stack, one more isn't bad :)16:17
mterryk16:17
mterrywait, I don't follow16:18
mterryYou want us both to look at it?16:18
mterrydidrocks, or I guess I'm reading that as me16:18
didrocksmterry: no the "one more" is that, if you can double check this one in particular16:19
didrocksas it's going to a lot of changes in the coming days (as most of the code is moving for indicator-appmenu), it's good to be more than one looking at it16:19
didrocksthen, on a maintenance base, cyphermox alone should be enough :)16:19
mterrydidrocks, gotcha16:20
didrocksthanks :)16:20
mterrydidrocks, what about testapp?16:20
didrocksmterry: will be on cyphermox's plate for sure16:21
mterrywho owns autopilot?16:21
mterryok16:21
didrocks"misc" stack16:21
didrocksJohnLea: I guess there will be no new wallpaper today?16:53
sil2100didrocks: besides the badly written autopilot tests, we were able to find a regression as well \o/16:55
sil2100https://bugs.launchpad.net/unity/+bug/108948216:55
ubot5Launchpad bug 1089482 in Unity "Unity HUD uses wrong icon when switching from the Dash to HUD" [Undecided,New]16:55
sil2100Confirmed with trunk on both raring and quantal16:55
didrockssil2100: excellent \o/ this is useful as well! :)16:55
didrockssil2100: and you are writing/fixing a test for it? :)16:55
sil2100No, I fixed another test, this AP test was actually working correctly ;) And failing as it should!16:57
didrocksahah ;)16:58
JohnLeadidrocks; I have a new wallpaper for you, 2.1MB ;-) https://bugs.launchpad.net/ayatana-design/+bug/108170217:01
ubot5Launchpad bug 1081702 in ubuntu-wallpapers (Ubuntu) "Update the default wallpaper in 13.04" [Undecided,Confirmed]17:01
didrocksJohnLea: sweetness!17:02
JohnLeadidrocks; skype?17:02
didrocksJohnLea: mumble or hangout, my skype setup doesn't really work17:03
=== gatox_lunch is now known as gatox
mterrytedg, why does the hud install hud-service in the indicator-appmenu location?17:08
mterrytedg, (are there hardcoded paths to it outside of the service file?)17:09
tedgmterry, hud package?17:09
tedgmterry, Or the indicator-appmenu package?17:09
mterrytedg, yeah in the new hud split package17:09
tedgmterry, Uhm, bug.  I thought I'd fixed it though...17:09
mterrytedg, oh maybe you have in a separate branch, but not in trunk.  OK17:10
mterrytedg, I'm working on a branch to have the packaging do the same stuff as the rest of PS packages (dh9 etc)17:10
tedgmterry, ?  Trunk is dh 9 for me.17:11
mterrytedg, fascinating...17:11
tedgmterry, bzr branch lp:hud ?17:11
mterrytedg, ah...  you mean you depend on dh9, but you didn't bump compat17:11
mterrydoesn't do much good without bumping compat17:11
tedgOh, oops.17:12
tedgmterry, But yeah, the hud service is a libexec program.17:12
tedgmterry, It shouldn't be in indicator-appmenu.17:12
tedgOh, the install file is moving it.17:13
tedgWeird17:13
mterrytedg, yup.  it was just installing into /usr/lib/indicator-appmenu and I thought it was for compatiility reasons17:13
tedgI must have looked through the code and forgot to change that line twice.17:13
mterryOK.  no biggie, I can fix in my branch17:13
=== broder_ is now known as broder
didrocksfginther: is this one merging? https://code.launchpad.net/~didrocks/ubuntu-wallpapers/raring-wallpaper/+merge/13951717:59
mterryalesage, https://jenkins.qa.ubuntu.com/job/testapp-ci/build=pbuilder,distribution=quantal,flavor=amd64/7/console20:30
mterryalesage, fails during 'archiving the artifacts'20:30
mterryalesage, looks coverity related.  Do I need to do something to fix coverity for this branch?20:30
alesagemterry this has to do with finding JUnit-type test results, simply untick that box in the config20:31
alesageif this is mmrazik template job, both JUnit test reporting and coverage results are enabled by default--if you have none you should disable20:31
alesagemterry what's testapp?20:31
mterryfginther, ^ for the testapp package20:31
mterryalesage, some helper for creating windows to test a window manager.  I'm working on getting them to change the name20:32
alesageas if they could encompass all of testing of apps in Ubuntu indeed :)20:32
fgintheralesage, testapp is some tool that thomi built to provide specific application features to an autopilot test. Like creating an app that doesn't have a menu20:36
alesagefginther, o gotcha20:36
thomi...I think someone needs to package it for raring however20:36
thominot sure if veebers fixed that or not20:37
veebersthomi: no I didn't20:38
veebersthomi: let me know what needs to happen and I will :)20:38
thomiveebers: I guess we need inline packaging, if it's not already got it, and then we need to talk to fginther about adding it to the new fancy-pants build system20:39
veebersthomi: sweet, sounds good. I'll start badgering fginther about that then :)20:39
* alesage admires fginther's pants20:39
fgintherveebers, the dull-pants build system will probably suffice20:40
veebersfginther: heh, nice :) Alright sounds good20:40
fgintherveebers, but I can still help get that going :-)20:40
veebersfginther: awesome20:41
fgintherveebers, looks like lp:testapp already has inline packaging20:44
veebersah cool, was just branching to check20:44
=== salem_ is now known as _salem
fginthermterry, it looks like the testapp-ci job was just configured incorrectly. I removed the step where it was looking for test files which did not exist21:10
mterryfginther, thanks!21:10

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