[07:49] asac, micahg: ff broken here: http://paste.ubuntu.com/388122/ [07:51] fta2: weird [07:51] * micahg really needs to go to sleep... [07:51] fta2: do you have greasemonkey installed by any chance? [07:52] micahg, no, but i just installed xul-ext-firebug [07:54] micahg, just purged it, it still doesn't work [07:54] do you have any other xul-ext? [07:54] nope [07:54] hmmm [07:56] what happens if you run /usr/lib/firefox-3.6.2pre/firefox [07:56] nothing [07:57] gdb show anything? [07:58] nope [07:58] exited with code 01 [07:58] ugh [08:00] nm, i use chromium. i just wanted to test my webapp against the default firefox [08:02] fta2: k, it's just that seems to be happening elsewhere [08:03] fta2: will firefox -ProfileManager launch? [08:04] yep [08:04] can you create a new profile that launched? [08:04] *launches? [08:06] fta2: ^^ [08:07] yep, it does [08:09] fta2: k, seems to be a problem with profiles then...idk, I'll have to look into it later [08:09] fta2: at least you can test your webapp now :) [08:15] thanks :) [08:48] morninguetto [13:00] hi all [13:01] how is the state of thunderbird 3.x stable? [14:41] asac: how does thunderbird send username and password? im getting this feeling that its not sending one or the other correctly. [14:42] example it failed to connect to ubuntu.ase username/password error. but all other boxes were ok. than refresh and it fails on that one and another box. (pop) [14:48] and now it connects to all boxes fine. it is not able to be related to anything. some fail sometimes so im thinking it is related to username/password being sent [15:55] asac: who is our mplayer person? [15:58] * BUGabundo_remote hides [15:58] BUGabundo_remote: ;) [15:59] * gnomefreak needs to find out why nvidia* only in build-deps if at all it should depends on X not restriccted drivers (assuming it is needed at all) [15:59] he got me thinking :( [16:18] bug 437039 [16:18] Launchpad bug 437039 in mplayer "VDPAU support" [Undecided,Fix released] https://launchpad.net/bugs/437039 [16:23] hm Lp is giveing me problems today [16:57] asac: do you have time to review my ubufox merge today? === yofel_ is now known as yofell === yofell is now known as yofel [20:20] hi, in lucid firefox isn't able to find the sun java plugin even if sun-java6-plugin is installed, it seems to ignore /usr/lib/xulrunner-addons/libjavaplugin.so known issue? [20:22] if you place the java plugin symlink in /usr/lib/mozilla/plugins it works [20:26] yofel: yeah. can you file a bug against sun-java6... package? [20:29] asac: will do [20:33] asac: can you review my ubufox merge? [20:47] asac: bug 532174 [20:47] Launchpad bug 532174 in sun-java6 "[Lucid] sun-java6-plugin not recognized by firefox anymore" [Undecided,New] https://launchpad.net/bugs/532174 [20:49] ugh it looks like epiphany was more rewritten than i realized :( [20:49] * ccheney curses at gnome rewriting crap every cycle [20:49] ccheney: maybe that's why lots of people are saying to move away from it [20:51] move away from ...? gnome? [20:51] or at least epiphany :) [20:53] moving away from gnome would be like reverting back to smoke signals [20:56] mahfouz: what about KDE, XFCE, LXDE? [20:56] micahg, what about smoke signals? They served us well for centuries [20:57] :) [21:00] didn't somebody mention the xchat-indicator yesterday? [21:00] is it working? [21:02] i can't get it to work [21:16] https://bugs.launchpad.net/xchat-indicator/+bug/510871 [21:16] Launchpad bug 510871 in xchat-indicator "indicator not working after system restart" [Undecided,New] [21:28] what's the right way to find the xpidl location? [21:28] asac: ^ [21:34] bdrung_: /usr/bin/xpidl-`xulrunner --gre-version` [21:34] or if you need a specific upstream [21:34] then same with specific version [21:35] /usr/lib/xulrunner-1.9.1/xpidl [21:35] asac: is xpidl in /usr/bin? [21:35] sorry forst statement is wiht /usr/lib/xulrunner-Ü* [21:35] first [21:35] err [21:35] so to be clear: use: [21:36] /usr/lib/xulrunner-`xulrunner --gre-version` if you dont want a specific xulrunner version [21:36] or [21:36] /usr/lib/xulrunner-`xulrunner-1.9.2 --gre-version` if ypou want 1.9.2 [21:37] asac: to sum up: /usr/lib/xulrunner-`xulrunner --gre-version`/xpidl [21:37] ? [21:42] if you dont want a specific version [21:42] usually its right to do that [21:43] asac: xulrunner does not exist on debian :( === bdrung_ is now known as bdrung [21:50] bdrung: not in the -dev package? [21:51] asac: only xulrunner-1.9.1 (-dev package installed) === asac__ is now known as asac_the_2nd [23:06] asac_the_2nd: ?? [23:07] jo [23:07] just have two sessions atm ;) [23:07] ah, k [23:07] asac_the_2nd: can you review my ubufox merge? [23:08] one sec [23:21] asac_the_2nd: thanks [23:25] is asac_the_2nd a fork of asac? [23:26] * micahg guesses he needed to get more work done :) [23:28] lol [23:40] there's a lot of stuff in tools/ [23:41] hmm [23:41] * asac_the_2nd checks mxr. [23:42] micahg: so you say we need fix-linux-stack.pl ? [23:42] how is that used? [23:42] that's what the build is asking for [23:42] e.g. by what [23:43] http://mxr.mozilla.org/mozilla1.9.2/search?string=fix-linux-stack.pl [23:43] vs. [23:43] http://mxr.mozilla.org/mozilla1.9.1/search?string=fix-linux-stack.pl [23:43] fennec Makefile [23:44] sorry [23:44] seems was added to build(/Makefile.in [23:44] not that [23:44] yes, [23:44] there [23:44] and maybe /build/automation.py.in [23:44] hmm [23:44] so in build/Makefile.in its added when ENABLE_TEST [23:45] e.g. http://mxr.mozilla.org/mozilla1.9.2/source/build/Makefile.in#165 [23:45] asac_the_2nd: mozilla 385248 [23:45] Mozilla bug 385248 in Build Config "[client] tinderbox should (sometimes?) run tools/rb/fix-linux-stack.pl / fix-macosx-stack.pl over log" [Enhancement,Resolved: fixed] http://bugzilla.mozilla.org/show_bug.cgi?id=385248 [23:46] asac_the_2nd: so, maybe the makefile needs to be conditional on tests enabled? [23:47] i don't think we're running tests in fennec [23:47] micahg: we probably build with --enable-tests [23:48] or at least not with --disable-tests [23:48] still wonder if its a bug that tests requires it for --with-libxul-sdk [23:48] maybe that should be shipped in the sdk [23:49] its the libs:: rule so its not only triggered when running tests ... also when building with tests enabled [23:49] right [23:50] well, I tried with --disable-tests and I got a little further, but it's trying to do something with testing/testsuite-targets.mk [23:51] let me check something [23:52] http://mxr.mozilla.org/mozilla1.9.2/search?string=testsuite-targets.mk [23:53] weird [23:53] http://mxr.mozilla.org/mozilla1.9.2/source/Makefile.in#107 [23:53] micahg: what happens if you ship full testing/ and tools/ ? [23:54] is that enough? [23:54] or does it complain even further? [23:54] * asac_the_2nd looks what is in current sdk.tar.gz [23:56] testing and tools are about 4MB each [23:57] micahg: but it works with that? [23:57] I'll symlink and test [23:59] well, at least the build issues are gone, now I have include issues...but not sure what's causing that [23:59] yet