[01:03] mhall119: probably in some design document [01:04] mhall119: ask JohnLea [01:25] jaytaoko, hey, ping [01:26] thumper, also if you get a chance, this branch should be just need a quick glance over for a review: [01:26] https://code.launchpad.net/~brandontschaefer/unity/fix-711199/+merge/89192 [01:26] bschaefer: sure [01:26] bschaefer: trying to look at yet another regression [01:26] * thumper sighs [01:26] o no! [01:27] thumper, what is the regression? [01:27] super-a not always showing the dash [01:28] ugg those dash bugs are annoying :( [01:28] if I can finish up this dead key regression Ill see if I can help! [01:29] :) [01:31] but I also have all day tomorrow! (Yay for being 21 hours behind you haha) [01:52] thomi: there is certainly a bug [01:52] I'm looking at timing [01:53] and there is some weirdness [01:53] I think I'm getting close [01:53] cool. [01:53] it seems to be getting worse for me over time [01:53] ...but this morning gord said it worked fine for hom [01:53] *him [01:53] maybe it only happens on blinging laptops :P [01:55] there is certainly some issue... [01:55] * thumper adds moar logging [02:22] thomi: I've found the problem, now just wondering how it ever worked [02:22] cool! [02:22] what was it? [02:25] it is a timing issue [02:25] I think made worse by changes in the compiz screen grabs [02:25] two different methods arguing over who gets to show the dash [02:25] however one is a toggle [02:26] so if it loses, it hides the dash [02:26] :) [02:26] * thumper tries the fix (of commenting out one line) [02:28] heh [02:28] nice [02:28] le's get that merged - I want my autopilot tests to pass [02:30] hmm... [02:30] nothing is that simple [02:30] arse [02:30] still a timing issue [02:30] * thumper digs more [03:06] thomi: ok [03:07] thomi: the regression is in the tap detection :( [03:07] ok? [03:07] hah [03:07] super-a [03:07] is showing the application lens [03:07] then thinking you tapped super [03:07] to close the dash [03:07] *sigh* [03:07] yep [03:08] ahh well, at least we know what the issue is [03:08] yep [03:08] what do we do now? [03:08] * thumper emails Daniel :-| [03:08] what a way to join the company! [03:08] https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/770283 [03:08] Ubuntu bug 770283 in fglrx-installer (Ubuntu) "[fglrx]title bar does not update on non-maximized windows" [Undecided,Confirmed] [03:08] "Welcome to the company - FIX THIS NOW" [03:08] please fix this bug.. it is really annoying ;) [03:09] i dont blame the ubuntu devs.. i want to march into amd's office and slap the linux catalyst driver guy around [03:10] he should just accidentally release the source code to fglrx on piratebay [03:11] its frustrating having to depend on binary drivers that are poorly maintained [03:11] it would be nice if they could abandon fglrx.. and create proprietary addons to the radeon driver [03:12] which you can obviously disable or not use at compile or run time [03:12] snadge: I'd love to help, but I'm running an nvidia chipset, so can't reproduce :( [03:13] yeah i have a house full of radeon chips.. its frustrating [06:23] so i have some information regarding the fglrx window title bug [06:23] apparently everyone else.. intel, nvidia, radeon etc.. uses a GL2 dri [06:23] but for whatever reason, fglrx is still on GL1 [06:23] the window title bug used to exist on other gpus as well [06:23] but it seems instead of fixing the problem.. they switched to using GL2 [06:24] and fixed the drivers instead.. (because they're open) [06:24] amd has committed to supporting GL2 dri, but this hasn't happened yet === alan_g is now known as alan_g|afk === alan_g|afk is now known as alan_g [10:09] MacSlow: i think i found the root of the problem! [10:09] MacSlow: on row 2695 in Launcher.cpp this will be called unrespectively of where launcher mouse is on [10:09] MacSlow: _dnd_hovered_icon = new SpacerLauncherIcon(); [10:09] MacSlow: how choose a launcher instead of another? Involves it mouse x,y? [10:10] bug 925021 [10:10] Launchpad bug 925021 in unity (Ubuntu) "Launcher - Inserting items into launcher makes unnecessary animations on other monitors" [High,Confirmed] https://launchpad.net/bugs/925021 === webmaster is now known as davidcalle [11:15] gord, hey, any idea why the word highlights in HUD results are gone in indicator-appmenu from ppa:ubuntu-desktop/ppa? [11:17] Saviq, i'd imagine that ted made a change in the backend to stop supplying the pango formatting to highlight them [11:17] gord, yeah that's what I'd thought, was just wondering whether you know the cause for that, I'll wait for Ted to show up, thanks [11:18] Saviq, well we discussed replacing the pango tag with one we could match against client side, but i'm not sure if he went and made that change before we were ready or not [11:19] gord, ok thanks [11:29] gord, hmm just noticed that it lost the app icon, too [11:46] Saviq, you are going to make me install the ppa and see aren't you? ;) [11:47] gord, no, not really :) [11:47] gord, we're reproducing it here no problem [11:47] so will wait for Ted to confirm [11:47] i might as well take a look, i have a few minutes before lunch === greyback is now known as greyback|lunch === MacSlow is now known as MacSlow|lunch === _salem is now known as salem_ === MacSlow|lunch is now known as MacSlow === greyback|lunch is now known as greyback === JanC_ is now known as JanC === zyga is now known as zyga-afk [16:31] didrocks, any news on unity-common getting into unity-merger? [16:34] Saviq: no, didn't really get the time to look at the issue we saw the other day on pbuilder with all the unity release thing… [16:35] Saviq: but I though you just needed a dummy schema? [16:35] Saviq: can the test just copy it [16:35] run update-glib… [16:35] and be done with it? [16:35] (you are root on the system in the merger) [16:36] didrocks, well, yeah, that would work, too [16:37] ;) [16:37] but... then we would have to jump through hoops for the test to pass during normal testing without root [16:37] and honestly sounds like a bad thing to do ;P [16:37] getuid? :) [16:38] didrocks, I can get a hook to install unity-common only when building unity-2d, will you accept that? [16:38] Saviq: oh, you found that? yeah, that was what I intended to do with my first proposal [16:39] Saviq: just didn't get the time to look at how to do that in the D* [16:39] didrocks, well, didn't, yet, but can spend some time to make sure of that [16:39] didrocks, ok, I'll take a look [16:39] yeah, that's was my first intend to do :) [16:39] thanks Saviq [16:42] so compiz/nux still uses opengl 1 code path with fglrx? [16:42] and every other driver is using opengl 2? [16:42] i heard some words to this effect.. i dont really know what im talking about.. and hoping someone can shed some more light on this [16:52] snadge: compiz/nux uses the highest version of opengl installed on the system. The minimum version of opengl that we support is opengl 1.4. In practice we don't use features of opengl beyond opengl 2.1 [16:54] snadge: there use to be a problem with fglrx and compiz. the fglrx driver would set compiz in indirect mode. That mode is restrictive and not very efficient. That issue has been resolved. === zyga-afk is now known as zyga [17:29] didrocks: unity from lp:unity doesn't compile [17:30] didrocks: unityshell.cpp:1527:26: error: ‘StateTermTapped’ is not a member of ‘CompAction’ [17:30] angeloc: it does compile, do you have latest compiz? [17:30] didrocks, pulled right now [17:30] angeloc: it's compiled automatically on every commit, otherwise trunk is rejected :) [17:31] didrocks: mmm, i have to try harder! [17:31] angeloc: add the ppa:unity-team/ppa [17:31] you will get latest compiz and latest nux [17:31] which are needed for unity trunk [17:31] didrocks: wow! [17:33] Saviq: if you need this branch to be merged, I can temporary adding unity-common without any constraint [17:33] then removed once merged [17:33] (as unity is frozen, it's fine) [17:41] jaytaoko: has been resolved where.. in tree? or unity ppa? [17:41] its this bug im specifically referring too anyway [17:41] https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/770283 [17:41] Ubuntu bug 770283 in fglrx-installer (Ubuntu) "[fglrx]title bar does not update on non-maximized windows" [Undecided,Confirmed] [17:43] Saviq: good new, I know what to do! [18:11] Saviq: ok, my try didn't work out, but I'm close to! I'll have a deeper look on monday :) [18:32] snadge: the problem I am was referring has been resolved in compiz and released. The bug you mentioned is something else. From your previous question, I thought you needed more info about the version of OpenGL we are using. === jalcine_ is now known as jalcine === zyga is now known as zyga-weekend === jalcine is now known as JackyAlcine === JackyAlcine is now known as jalcine [21:16] Hi, I'm getting the error /usr/src/gtest does not contain a CMakeLists.txt file [21:16] when I try to compile Unity [21:16] I think that I have the latest source. [21:18] Any ideas? === salem_ is now known as _salem === yofel_ is now known as yofel === louis828 is now known as louislepp [23:16] I managed to fix the error with gtest's CMakeLists file that I was encountering earlier, while tring to build unity, now I'm getting a compile error in unityshell.cpp:1527:26 [23:16] StateTermTapped is not a member of CompAction