[00:09] !natty [00:09] Natty Narwhal is the codename for Ubuntu 11.04, due April 28 2011. Help and support (only) in #ubuntu+1. Natty is unstable and is not intended for production systems. [00:10] -dev just jumped to 12 [00:10] but i guess it's too late for natty [00:21] fta: worst case for natty, we'll stage and release day of release === davida is now known as davidascher === davida is now known as davidascher === davida is now known as davidascher [00:56] micahg, http://people.ubuntu.com/~fta/chromium/10.0.648.204~r79063/ [00:57] fta: ACK [00:58] fta: thanks [00:58] fta: I assume the 1st name in the changelog is utf-7? [00:58] *utf-8? [00:59] yes [00:59] fta: what was the reason for NaCL again? did it work at one point? [01:00] i linked the bug [01:00] someone is using it apparently [01:00] yes, but is it something we were providing before or a new feature? [01:00] i disabled it a long time ago when it was not ready, now it is [01:00] fta: before lucid release or after? [01:00] upstream has it [01:01] it's not new [01:01] it's a packaging issue [01:01] ok [01:01] i should have re-enabled it long ago [01:02] uh, i hope it's fine for arm [01:02] as usual, not tested :P [01:02] asac, ^^ [01:02] fta: this is part of core chromium? [01:04] fta: oh, it's off by default? [01:08] fta: ;) ... you are added to to a board request list for now [01:08] with some luck things go quick; but boards are often backordered for ages [01:13] micahg, it's a .so lib, but it's chrom* === davida is now known as davidascher === asac_ is now known as asac [12:01] can someone please confirm bug 701090 [12:01] Launchpad bug 701090 in thunderbird "Thunderbird will not move junk mail to junk folder when i mark a message as junk" [Medium,New] https://launchpad.net/bugs/701090 === m_conley_away is now known as m_conley [15:17] chrisccoulson: ping [15:18] chrisccoulson: woop, nevermind, I think. :) [15:19] hi m_conley [15:20] chrisccoulson: hey - so, I just got an email from Allison Randal, who's noticed that when she clicks links in TB 3.1.9, they open up in Firefox as "http://www.%u.com" [15:20] chrisccoulson: on Natty. Does that sound familiar? [15:21] m_conley, yeah, 1 second [15:21] m_conley, that's bug 709216 (which is fixed if she upgrades) ;) [15:21] Launchpad bug 709216 in gnome-vfs "clicking on a link dont open the page " [High,Fix released] https://launchpad.net/bugs/709216 [15:22] i'm 1 step ahead of her already ;) [15:23] chrisccoulson: awesome. :) So she just needs to upgrade gnome-vfs? [15:23] m_conley, yeah, that works around the issue for now [15:23] chrisccoulson: is there a longer term fix? Anything we can do on the TB end of things? [15:23] m_conley, it's mostly fixed in comm-central, but you need to build with --enable-gio [15:24] gnome-vfs is dead now, and my change just prolongs the life of it slightly in ubuntu so that apps which still use it aren't broken [15:24] chrisccoulson: I see - so once the gio work gets finished, this will not be an issue? [15:25] m_conley, yeah. you also need mozilla bug 639467 for it to work properly [15:25] Mozilla bug 639467 in File Handling "External URI handling broken due to protocol handler registration changes" [Normal,New] http://bugzilla.mozilla.org/show_bug.cgi?id=639467 [15:25] chrisccoulson: I guess I just want to know if I should file a bug or not. :) [15:25] and mozilla bug 624341 for good measure too [15:25] Mozilla bug 624341 in OS Integration "Update check for default mailer to work the new way (glib >= 2.27.1)" [Normal,New] http://bugzilla.mozilla.org/show_bug.cgi?id=624341 [15:25] ah, gotcha [15:25] sounds like you've got it under control then? [15:26] m_conley, yeah, pretty much [15:26] all this breakage on the gnome side has been a pain this cycle [15:36] chrisccoulson: hey, while I have your attention, I have another question. I've started looking into porting my messaging menu extension to jsctypes, but I've run up against a bit of a conundrum... [15:37] chrisccoulson: in order to force TB to focus on clicking on an indicator, I have to use gtk_window_present_with_time [15:37] chrisccoulson: and I have to pass, obviously, a GtkWindow. I think I already know the answer to this, but is there a way for me to get a handle on the GtkWindow without dropping into C++? [15:38] m_conley, oh, the interface you used before isn't scriptable is it? [15:38] chrisccoulson: doesn't appear to be, no [15:38] hmm, i'm not too sure about that then :/ [15:40] chrisccoulson: alright, cool [17:03] hey chrisccoulson, got the e-mail on FF+TB translations. I probably won't write a proper reply until Monday, but I just wanted to say thank you, thank you, thank you! for starting the discussion and moving this forward [17:03] :-) [17:03] heh, no problem :) [17:34] asac, https://groups.google.com/forum/#%21topic/skia-discuss/gw92Z7lrmKw [17:41] fta: yep, jammy is our linaro guy ;) [17:41] fta: i will make sure he can contribute. thanks for pointing that out [17:47] asac, that was the thing he wanted me to attract upstream's attention, took a while to get it but now you have it [17:59] fta: thanks!! you rock, really! [17:59] i will ensure folks know that you were pulling the strings === davida is now known as davidascher [18:24] m_conley, https://launchpad.net/~extension-hackers/+archive/ppa [18:24] chrisccoulson: awesome! Thank you! :D [18:32] fta: done [19:36] m_conley, did you have any luck converting your unity launcher integration work to use jsctypes? [19:36] chrisccoulson: yes! :) [19:36] m_conley, is the code anywhere? [19:36] chrisccoulson: in fact, that one's done - I'm converting Messaging Menu over now [19:36] awesome [19:37] chrisccoulson: yep, it's up at https://launchpad.net/unitylauncher-extension [19:37] thanks. i might borrow some of that for firefox ;) [19:37] i want to have a play around with that [19:37] chrisccoulson: it's cool stuff! I could probably do a more Oo wrapping of the library functions [19:37] chrisccoulson: right now, they just emulate the C functions. But they do the job. [19:38] chrisccoulson: er, I just realized that my code doesn't have the MPL in the header [19:38] chrisccoulson: so it's MPL. :) I'll update that now. [19:39] thanks [19:41] chrisccoulson: k, pushed. have at it. :) === davida is now known as davidascher [20:30] chrisccoulson: ping [20:30] hi m_conley [20:30] chrisccoulson: hey - so I'm trying to use jsctypes to connect to g_signal_connect [20:31] chrisccoulson: but I'm not even entirely sure where g_signal_connect is defined - do you know which library I should connect to? [20:31] m_conley, it's in libgobject [20:31] chrisccoulson: awesome, thanks! :) [20:32] m_conley, i have a feeling g_signal_connect is just a macro around a real C function though [20:33] chrisccoulson: oh. Argh - ok, should probably find out what's going on there... [20:36] chrisccoulson: right - macro around g_signal_connect_data. Thanks for the heads up! [20:36] you're welcome === brosnan is now known as kbrosnan === m_conley is now known as m_conley_away [21:43] olá [22:16] chrisccoulson, hey, just wondering, what's the status of your breakpad dig? [22:17] fta - so, kees fixed another bug in the kernel which should help, but it still fails for some reason :( [22:17] which is why i was asking about strace the other day [22:17] i really need strace to work so i can figure out what's going on now :/ [22:20] i tried various things the other day, but failed too [22:20] maybe attach gdb to the process you're killing [22:22] verious things you can use to debug chromium: http://code.google.com/p/chromium/wiki/LinuxDebugging [22:52] fta - thanks, taking a look at that