[06:41] chrisccoulson_: so, good news and bad news, enigmail builds, but I still need -fshort-wchar [06:42] chrisccoulson_: and since I've used it for a few other mozilla apps (instantbird, weave) I think we might have a problem with the build system [06:43] chrisccoulson_: I'll talk to you about it in the morning my time [09:01] yo. === yofel_ is now known as yofel === fta_ is now known as fta [15:47] asac: around ? [15:48] busy searchng for something [15:49] just a minor thing. we're about to switch to Git this week, so you'd need to change the import from savannah into Launchpad for Gnash [15:49] I gave up trying to get the savannah admins to fix their bzr server side [15:49] rsavoye: you already said so, yes. [15:49] give me the new git url please [15:53] git://git.sv.gnu.org/gnash.git. I was just making sure everyone is informed before switching [15:53] I'll be turning off our bzr tree in a day or so is the plan [16:44] jdstrand: there? [16:48] jdstrand: we will reupload qws now ... it was an explicit wish of riddell to have it in a duplicated source for now === asac_ is now known as asac [17:05] asac: I understand it was an explicit wish of Riddell's, but other archive admin's disagreed with that wish without a justification. I sent an email to the submitter. I think a massive code duplication needs to be tracked in a bug [17:06] asac: that bug should be referenced in the changelog so that people are aware of the issue [17:08] asac: it may very well be that it is the only thing we can do, but I feel pretty strongly that needs to be discussed and approved in a bug [17:09] it is almost 2 million lines of code... [17:12] jdstrand: ok riddell opens a bug and uploads a again [17:54] what's the big deal about beta 5? is it finally gonna bring gecko up to par with webkit in terms of speed? [17:54] era: I think it's feature freeze [17:54] * micahg isn't 100% sure though [17:55] i heard mozilla 2 was going to land with it [17:55] era: huh? [17:55] oh, yeah, maybe the new JS engine [17:56] why is firefox consistently behind though? [17:57] era: huh? It's hard to be best in everything. They have a much older and vast codebase than the otehr projects [17:58] a lot of cleanup has gone into this release as well as tweaks === fta_ is now known as fta [19:21] jdstrand, hi, when will chromium move out of lucid-proposed? [19:25] fta: it needs to get through the SRU process. I commented in the bug. the ubuntu-sru team may be waiting for more people to comment [19:25] fta: if you or others could comment in bug #612109, it might help [19:25] Launchpad bug 612109 in chromium-browser (Ubuntu Lucid) (and 1 other project) "new upstream release: 5.0.375.125~r53311 (affects: 1) (heat: 271)" [High,Fix committed] https://launchpad.net/bugs/612109 === fta_ is now known as fta [19:28] since people are talking about chrome, any way to get h264 to work with the 6.0 beta? [19:29] it works in 5.0 but when I add the beta repo and upgrade it to 6.0 it doesn't [19:36] i'm on it [20:30] Dimmuxx, should work now [20:56] fta: yeah it works and webm support too, nice :) === fta_ is now known as fta [22:33] chrisccoulson: ping [22:33] hi nxvl [22:33] chrisccoulson: i noticed that content/startpage.html has been removed from ubufox [22:33] chrisccoulson: and i've a patch changing the default homepage, should i change the patch? [22:34] nxvl - yeah, you'd need to change the patch [22:34] chrisccoulson: what's the new location or file handling that? [22:35] nxvl - ubufox sets the default start page preference to about:home, and the protocol handler in ubufox then constructs the correct URL depending on whether you're on/offline and which locale you're using [22:35] so, you could either change the default preference [22:35] or you could patch components/AboutHome.js in ubufox to construct a different URL [22:37] chrisccoulson: the patch just changes the "var HOMEPAGE_ONLINE" variable [22:38] do you mean HOMEPAGE_ONLINE_PREFIX? [22:44] chrisccoulson: var HOMEPAGE_ONLINE = "http://start.ubuntu.com/9.04/"; [22:44] that line [22:44] nxvl, we might be looking at a different version of ubufox ;) [22:44] chrisccoulson: that was in 0.7-0ubuntu1 [22:45] chrisccoulson: i need to update this patch for 0.9 [22:45] but no clue how [22:45] ah, ok. in 0.9, that variable is replaced with HOMEPAGE_ONLINE_PREFIX [22:45] which is set to the same URL ;) [22:45] but there is some other magic which appends to the search engine name to the end of the URL [22:46] so, you get "http://start.ubuntu.com/9.04/Google or "http://start.ubuntu.com/9.04/Yahoo [22:46] although [22:46] i have a feeling i actually patched that out of the jaunty version