[00:55] chrisccoulson: ping [00:55] hi m_conley [00:55] chrisccoulson: hey! Would it be possible for you to give me a quick code review on my messaging extension in the next day or so? [00:55] m_conley, yeah, sure [00:56] chrisccoulson: awesome, thanks. :) [00:56] chrisccoulson: and then, maybe get it out into the packages? [00:56] chrisccoulson: I know you're probably busy [00:56] heh :) [00:56] that should be ok [00:56] chrisccoulson: but I'd like to get some feedback on it [01:46] w00t, just landed quite a lot of bug fixes for globalmenu-extension :) [01:52] chrisccoulson: nice! :D [02:08] chris, the addressbar and search bar are missing from the addon tab. they are present in the mozilla tarballs. [02:09] wfm on 4.0~b13~hg20110226r63115+nobinonly-0ubuntu1~umd1~maverick === m_conley is now known as m_conley_away === asac_ is now known as asac [08:04] asac, hi, fyi, ch + egl: bug 725567 [08:04] Launchpad bug 725567 in chromium-browser "chromium-browser dies when trying to run a webgl application with GLES on ARM" [Undecided,New] https://launchpad.net/bugs/725567 [09:14] fta2: thx [09:21] chrisccoulson, micahg: your mozilla-js.pc is messed up. [09:21] either that or mozilla-nspr [09:21] why? [09:21] perhaps explain the problem ;) [09:22] /usr/include/xulrunner-2.0b13pre/prtypes.h:517: fatal error: obsolete/protypes.h: No such file or directory [09:22] Sorry, was grepping a bit more. [09:22] You don't include the obsolete/ dir. [09:22] I was trying to check if that was an nspr thing. [09:23] because the file is at /usr/include/xulrunner-2.0b13pre/nspr/obsolete/protypes.h [09:23] obsolete/prtypes.h is under nspr/ isn't it? [09:24] Yep. [09:24] So either mozilla-nspr.pc or mozilla-js.pc should be fixed [09:24] well, what's in mozilla-nspr then? that doesn't exist on natty because it uses system nspr [09:25] I don't know. [09:25] and the system nspr is fine (else we wouldn't be able to build anything) [09:25] xulrunner-2.0-dev ships a bunch of random .pc files [09:25] mozilla-nspr, mozilla-nss [09:25] gtkmozembed [09:25] what is in mozilla-nspr? [09:25] i don't have that on natty [09:26] http://p.mecheye.net/mozilla-nspr/0 [09:26] hmmm :/ [09:27] do you have a prtypes.h in /usr/include/xulrunner-2.0b13pre? [09:27] or just in /usr/include/xulrunner-2.0b13pre/nspr? [09:28] It' sin xulrunner-2.0b13pre [09:28] Hence, it can't find obsolete/protypes.h because it doesn't include nspr/ [09:28] Oh, I also have one in nspr [09:29] xulrunner-2.0-dev ships both [09:29] oh, that sucks [09:30] yeah [09:30] and mozilla-js has a requires on mozilla-nspr? [09:32] Requires: mozilla-nspr >= 4.8.7 [09:32] yeah === m_conley_away is now known as m_conley [14:35] jdstrand, fyi, major (and huge) security update of ch9 later today [14:36] fta2: ack. micahg ^ [14:36] ~25 fixes [14:37] fta2: fyi, micahg will be taking these over from me. feel free to continue to ping me along with micahg for now [14:37] jdstrand, micahg: do you want the merged codecs in this update, or do you prefer this only starting to v10? [14:37] ok [14:38] fta2, micahg: imo, since we know the change is imminent, I would say whatever is easier for you now. But let's wait on micahg since he will be testing, etc [14:38] ok [16:06] chrisccoulson: ping [16:06] hi m_conley [16:07] chrisccoulson: hey - for my messaging menu extension, with this extension build system, how do I make it so that my locales folder in extensions/messagingmenu/ is included in xpi-stage? [16:08] hmmm, i'm not too sure about that [16:08] i haven't had to deal with translations yet [16:09] er, whoops - by locales, I meant defaults [16:09] chrisccoulson: --^ [16:09] but same problem, I guess. :p [16:09] ah [16:09] yeah, i've not had to deal with that yet either ;) [16:10] k. I probably have to just struggle with this crapload of Makefile.in files [16:10] i'll give it a shot. :) [16:10] i can maybe have a look in a bit, but i'm pretty busy with alpha 3 work right now [16:10] chrisccoulson: totally cool [16:31] setting browser.sessionstore.max_concurrent_tabs = 0 is pure awesomeness!!! :) [18:27] chrisccoulson: is the xulrunner arm failure worth fixing for alpha3? freeze is in 4.5 hours [18:30] micahg - that's ok to fix in the freeze ;) [18:31] chrisccoulson: no part of it is seeded, I thought couch pulls in mozjs [18:31] ? [18:31] it does [18:31] i don't think couchdb is seeded though is it [18:31] ? [18:34] chrisccoulson: it's on the dvd seed at least [18:59] fta: jdstrand: I'd prefer to wait until the next release to bump the deps for chromium, since I have to get the Mozilla updates out tomorrow also [19:01] micahg, with the merge, there's no dep to bump [19:02] fta: ah, sorry, I got mixed up with the codes comments [19:02] fta: yeah, you can include the codecs, the testing should be the same [19:02] that should be codecs comment :-/ [19:02] * micahg will have to get some caffeine soon === bdrung_ is now known as bdrung [19:37] jdstrand, i get a lot of (evince-thumbnailer:27335): GLib-WARNING **: getpwuid_r(): failed due to: Permission denied. [19:37] is that something new? [19:37] huh [19:37] fta: it is, yes [19:38] fta: where are these files? [19:38] somewhere in my home dir, all readable for me [19:39] most probably even writable [19:39] ok. this is in .xsession-errors? [19:39] yes [19:39] k [19:40] is should just be noise. there were changes to the apparmor profile that caused that [19:40] I've made a note to fix it [19:42] kenvandine: ping [19:42] m_conley, pong [19:44] kenvandine: hey - I'm working on a Thunderbird extension for the Messaging Menu. Am I correct in assuming that indicate_server_hide should hide the application in the menu? [19:44] kenvandine: or does it only hide under certain conditions? [19:44] kenvandine: or is it broken? Because indicate_server_hide doesn't seem to be affecting my indicate server. :/ [19:44] one sec [19:45] kenvandine: k, thanks [19:45] m_conley, so you want to hide the menu item all together? [19:46] or just show that tbird isn't connected to it anymore? [19:46] kenvandine: correct - say, for example, if the user decided that they didn't want TB to show up in the messaging menu anymore. [19:46] kenvandine: and chose that option in the user preferences [19:46] humm [19:46] well, is there a launcher installed for it? [19:46] in /usr/share/indicators/messages/applications/ [19:47] kenvandine: no - but I'm assuming that TB is running [19:47] kenvandine: and has created a server, and can send indicators to it [19:47] kenvandine! i didn't know you hung out in here with all the cool people ;) [19:47] ok, i don't think hide actually hides it [19:47] it disconnects [19:47] chrisccoulson, i am anywhere cool people are :) [19:47] heh :) [19:47] chrisccoulson, especially you :) [19:48] m_conley, i think you need to destroy the server object [19:48] who's taking care of the liferea indicator those days? [19:48] kenvandine: I see. Ok, gotcha. Thanks! [19:48] m_conley, i have never tried doing that, but i suspect that is the only way to do it [19:49] m_conley, however, ideally you would ship a launcher file for it which makes it display in the menu even if it isn't running [19:49] there is a blacklisting mechanism, not sure if there is an api for blacklisting though [19:49] kenvandine: that's right - and then we blacklist it if we don't want it displayed anymore [19:49] right [19:49] kenvandine: but during runtime, (correct me if I'm wrong), the launcher stuff is kinda moot. [19:49] if there is an api for it :) [19:49] right [19:50] however, even if you destroy it... if there is a launcher i think it might get displayed anyway [19:50] just without the indicator that it is running (triangle) [19:50] but if there is a blacklisting api, that should do it [19:52] kenvandine: no API as far as I can tell - I think I just have to write to that file. And that's ok - that part is already done. [19:52] kenvandine: i just couldn't figure out why indicate_server_hide wasn't making the server...well...hide. :p [19:52] hehe [19:52] kenvandine: but destroying the server works. thanks for your help! [19:52] woot [19:52] anytime [19:53] would be nice if we did provide an api for that [19:53] so you don't need to know where the file is :) [19:53] and if we ever want to move it, we don't break you [19:53] one thing at a time. You fellas are pretty busy right now, so I hear. [19:53] always [19:53] speaking of thunderbird...i am cursing at evolution right now [19:53] :) [19:54] apparently there is no simple API for finding the next occurance of an event [19:54] * kenvandine shakes fist [19:55] kenvandine: at least you're not a GMail user who just lost all of their stuff: http://mashable.com/2011/02/27/gmail-glitch/ [19:56] :) [19:56] i am a gmail user, but nothing lost :) [19:57] i'm a gmail user too. Freaked me right out. [21:16] evening [21:46] chrisccoulson: hey - sorry to keep bugging you about this, but do you think we could add the messaging menu extension to the packages today? [21:47] m_conley, probably not today, i need to try and fix bug 723873 for alpha 3 really [21:47] Launchpad bug 723873 in indicator-messages "indicator menu items missing since the recent natty update" [Undecided,Fix released] https://launchpad.net/bugs/723873 [21:47] chrisccoulson: alright - tomorrow maybe? [21:48] m_conley, yeah, tomorrow should be ok [21:48] hopefully will be less crazy :) [21:48] chrisccoulson: cool, thanks. :) === m_conley is now known as m_conley_away [22:47] http://www.geeksaresexy.net/2011/02/27/computers-a-chronological-timeline-infographic/