[00:00] tb3, that part of the code is common to all, it's xul [00:01] oh i thought the dialogs were differnet so the code would be as well [00:13] I go... bye bye [01:48] damn, rikaichan is broken in the latest ff3 [02:06] what is rikaichan? [02:06] https://addons.mozilla.org/en-US/firefox/search?q=rikaichan&cat=all [02:06] i no longer see the popup [02:07] Is the error console reporting something meaningful? [02:07] nope [02:07] Maybe it can be easily fixed :) [02:07] damn... [02:07] it seems the popup is just hidden [02:08] like a bad z axis or something like that [02:08] and the other ... perapera-kun? :) [02:09] it's older now [02:09] aah... [02:09] used to be fresher but the original catched up [02:09] and improved [02:10] it's a popular extension... for those learning japanese ;) [02:11] You are learning japanese? :) [02:11] wow... hard task [02:11] yes [02:11] started a long time ago [02:11] now i'm learning chinese [02:11] good luck :) [02:11] :) [02:12] it's fun [02:12] https://addons.mozilla.org/en-US/firefox/addon/3349 [02:13] I believe it is.. One of my sisters studied japanese at the university, when I was a little kid. I wanted to learned japanese too, so I tried to learn katakana and I knew few sentences back then :) [02:15] * fta wants rikaichan back ! [02:16] i don't practice enough so i'm loosing my japanese :( [02:17] report to the developer(s) :) [02:43] done [02:46] great :) [02:47] fixed it? [02:52] no, i'm too tired to even try, i've reported it upstream [02:52] Heh :)... I'm trying to prepare wiki page for motu application... [02:53] http://paste.ubuntu.com/9360/ [02:53] Maybe it's a css problem :)... [02:53] If the popup is hidden somehow [02:54] ...or something other design-related [02:55] maybe [03:15] chinesepera-kun is broken too [03:17] And I'm finishing my first merge for intrepid :)... [03:20] there's the libffi4 -> libffi5 transition preventing me to move ahead too [03:21] For what? [03:21] 67 packages to be updated [04:46] * blizzard joins and then goes to bed [04:47] hmpf, who knew? :) === rzr is now known as zRr [09:24] mozilla bug 430955 [09:24] Mozilla bug 430955 in JavaScript Engine "jsfun.h uses JSArenaPool without including jsarena.h" [Normal,New] http://bugzilla.mozilla.org/show_bug.cgi?id=430955 [09:27] mozilla bug 398810 [09:27] Mozilla bug 398810 in General "Remove MOZILLA_1_8_BRANCH ifdefs from core on trunk" [Normal,New] http://bugzilla.mozilla.org/show_bug.cgi?id=398810 [09:27] mozilla bug 398811 [09:27] Mozilla bug 398811 in Build Config "Remove MOZILLA_1_8_BRANCH ifdefs from toolkit on trunk" [Normal,New] http://bugzilla.mozilla.org/show_bug.cgi?id=398811 [09:43] hi [09:43] i have a problem with thunderbird [09:43] i can recieve mail froma yahoo but i cannot send e-mail fromi ti [09:46] hi [09:46] hi [09:46] jms-irc can u help me with thunderbird? [09:47] dontknow [09:47] perhapsű [09:47] i can recieve mail froma yahoo but i cannot send e-mail fromi ti [09:48] i've insered the fight stmp server [09:48] but he ask me for a password i don't have [09:48] did you add your yahoo info under manage identies [09:49] excuse my typing its very early still [09:49] sure [09:49] i receve my mail [09:49] but i cannot send [09:49] memtest: manage identies is just for sending [09:50] outgoing server STMP [09:50] i've add my yahoo [09:50] account [09:50] memtest: thats not what i mean [09:50] oh [09:50] open the account settings [09:50] done [09:50] give me a minute to catch up [09:50] okok [09:51] click on your yahoo name [09:51] yep [09:51] look to the right under wher eyou would attach signature [09:51] manage identities [09:51] outgoing server is set to what? [09:52] is the right one [09:52] funny part it really doesnt matter [09:52] click manage identies [09:52] is your yahoo email in that box? [09:52] done [09:52] yes [09:53] ummmmmmm what are you using for yahoo mail? [09:53] webmail+yahoo [09:53] u mean the addons? [09:54] ok im still working on setting that up but check your outgoing port and your settings example can yahoo use tls [09:54] i know hotmail cant [09:54] yahoo uses SSL [09:54] i checked on my account [09:54] port 465 [09:55] no webmail+yahoo is right, we dont carry support for yahoo or hotmail so without me setting it up and spending time playing with it its hard for me to tell you, you might want to try mozilla forums [09:55] ok [09:55] thank [09:57] :) [09:57] ok i've problem with ff3b5 [09:58] and ff2 now [09:58] i'm create a html-based application with xml and javascript [09:59] asac: you around yet? [09:59] or fta [09:59] problem is: on ubuntu8.04 (fresh install) ff3b5 load function not works [10:00] NS_ERROR_DOM_BAD_URI [10:01] load function? [10:01] ahh [10:01] insert that rows [10:01] function test() { 2 var xmlDoc=""; 3 if (window.ActiveXObject) { 4 xmlDoc=new ActiveXObject("Microsoft.XMLDOM"); 5 } else if (document.implementation.createDocument) { 6 xmlDoc=document.implementation.createDocument("","",null); 7 } else { 8 alert("Your browser doesnt support this script!"); 9 }10 xmlDoc.async=false;11alert("async");12 xmlDoc.load("./modelR.xml");13alert("loaded");1415 alert("function loaded successfully!");1 [10:01] asac: we dont have firefox-3.0-dbg [10:01] still not sure that i understand [10:01] gnomefreak: right [10:02] jms-irc: what menu item are you using? [10:02] asac: cant get backtraces without it [10:02] atleast kind of helpful [10:02] gnomefreak: -dbgsym [10:02] martins repos? [10:02] gnomefreak: now ... its ~ubuntu-archive now [10:02] search the wiki [10:03] jms-irc: so xmlDoc.load is broken? [10:03] look for on google [10:03] ya [10:03] but now answer [10:03] what happens? [10:03] and still in 2006 the mor [10:03] do you see any error in error console [10:03] ya [10:04] that is? [10:04] Hiba: uncaught exception: [Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4 (NS_ERROR_DOM_BAD_URI)" location: "file:///home/james/K610i/ThemeEditor/tester/testR/testR.js Line: 12"] [10:04] yeah [10:05] set async is ok, alert becomes [10:05] load("file") not works ,and alert not shown [10:05] be sure that the file is on the same host as the javascript [10:06] :) [10:06] sure [10:06] asac: its saying using normal ubuntu archives but its not there. search firefox-3.0 and you will see they are not there [10:06] oh shit [10:06] read it wrong [10:06] there is [10:07] have you got any idea? [10:07] yes, don't try to use local files [10:08] why it's [10:08] before reinstall it worked [10:08] but you say it doesn't work on ffox 2 [10:09] i've removed ff3 and install ff2, and the sam fault [10:10] maybe you disabled security checks in your profile once before the reinstall [10:10] check it.. [10:11] nothing [10:12] use remote host, if that still doesn't work one might see [10:12] thats not good [10:13] or file:/// uris [10:13] shit brb rewriting email [10:13] i'd guess it never worked unless you disabled security checks [10:13] asac: xulrunner-dbg or -dgbsym needed? [10:14] gnomefreak: none [10:14] k [10:14] xulrunner-1.9-dbgsym [10:16] -dbgsym?? [10:16] dont see [10:20] dont back out of an email after you hit send [10:21] enigmail doesnt like it and keeps poping up password box all over the screen about 20 of them then you have about 2 minutes maybe 3 before it does it again [10:26] ok i made a quick note on our wiki for firefox-3.0-dbgsyma nd xulrunner-1.9-dbgsym like i said quick not [10:26] note [10:28] im wondering if LP isnt recieveing my emails on bugs :( [10:28] gnomefreak: takes some time [10:29] for dbgsym use deb http://people.ubuntu.com/~ubuntu-archive/ddebs/ hardy main universe [10:29] in sources.list [10:29] asac: but i answered a few from thursday or friday and there werent there the day after iirc but ill leave this bug up and go from there [10:29] asac: thats not the one listed on the debugging site [10:29] deb http://people.ubuntu.com/~ubuntu-archive/ddebs/ hardy main universe [10:29] thats good [10:29] no idea whats listed on debugging site [10:29] the 4 i listed is what it said :( [10:30] i don't see you listing any ;) [10:30] deb http://ddebs.ubuntu.com hardy main universe [10:30] at least not in this channel [10:30] gnomefreak: yeah ... that might be better even [10:30] updates proposed and security as well proposed isnt alive yet [10:31] they look more official but if it works i dont care what its called [10:31] lets use the official ones then ;) [10:31] is there a mozilla channel on freenode? [10:32] its #firefox [10:32] not really what i wanted [10:34] brb gonna test this set up [10:38] nope it fails ill fix it when i have more time i guess its still early here [10:39] brb smoke [10:48] i sent it to bug 214817 is that right just send to bug ID (i used reply to send) [10:48] Launchpad bug 214817 in firefox-3.0 "When I close a tab that has a Gmail page loaded, firefox crashes" [Undecided,Incomplete] https://launchpad.net/bugs/214817 [10:49] gnomefreak: no idea ... maybe you have the wrong From amil [10:49] email [10:50] im using gnomefreak at gmail dot com that is the one i used for LP ID [10:59] oh yeah forgot the smoke part [11:01] asac: bug 225143 when removing gnash or flash can we have it remove the .so for that package? the bug i mentioned is perfect reason [11:01] Launchpad bug 225143 in gnash "Shockwave is not visible." [Undecided,Incomplete] https://launchpad.net/bugs/225143 [11:05] thats an alternative issue most likely [11:07] so have them run update-alternative command? [11:07] add htt to bug atleast [11:07] that = htt [11:08] to just do one what is it -config bleh bleh.so? [11:09] its --config bleh [11:12] yeah [11:12] maybe ask them to post the output of --list (or whatever it is called) [11:12] gnomefreak: ^^ [11:12] so we can see why the user had the problem [11:13] list wants a option [11:14] would it be iceape-flash mozilla-flash xulrunner-flash [11:14] xulrunner-addons-flashplugin [11:14] iceape-flashplugin <<< again for some reason [11:15] firefox-flashplugin i think fits best [11:21] setting up gnash atm to get a better idea [11:29] we have 100% CPU when dragging bookmarks [11:37] asac: can you reporduce bug 224966 ? i have tried over 20 times yesterday and today and im unable to reproduce it. [11:37] Launchpad bug 224966 in gdm "X/GDM crash (segfault) by firefox using nVidia 169.12 drivers" [Undecided,Invalid] https://launchpad.net/bugs/224966 [11:38] they keep saying its firefox but i think its xorg === gnomefre1k is now known as gnomefreak [11:40] ok not sure if you go it but asac can you reproduce bug 224966 [11:40] Launchpad bug 224966 in gdm "X/GDM crash (segfault) by firefox using nVidia 169.12 drivers" [Undecided,Invalid] https://launchpad.net/bugs/224966 [11:55] ok ill be back i have a few things to take care of so i can get bugs done. Im gonna wait for my comment to show up on the bugs i replied to once its up than i know nothing is broke and they will get the replies [12:03] gnomefreak: no nvidia here ;) [12:06] i ddo and i cant crash shit [12:06] anyone else here besides asac and myself [12:07] maybe theres something else causing the crash besides X gdm or ff [12:08] but if it is X or gdm than there is nothing that we can ask for that will make a difference besides the backtrace [12:22] asac: seeker is ablet o reproduce this bug as well :( i hope he gives me something to work with [12:35] why did they remove xulrunner from cache in apt already [12:36] idea :) im bad lets try this [12:48] asac: can i have that bug # please, the one i posted about X gdm and ff3 crash [12:48] 224966 [12:48] bug 224966 [12:48] that one? [12:48] Launchpad bug 224966 in gdm "X/GDM crash (segfault) by firefox using nVidia 169.12 drivers" [Undecided,New] https://launchpad.net/bugs/224966 [12:48] thanks [12:48] thats it [12:48] ok ... out for lunch [12:48] have fun [12:48] * gnomefreak gonna figure this out [13:40] hi [13:48] hi [13:57] asac, any idea about the tb3 addons issue the gnomefreak has ? (confirmed here) [13:57] Error: Components.classes['@mozilla.org/plugin/host;1'] is undefined [13:57] Source File: chrome://mozapps/content/extensions/extensions.js [13:57] Line: 844 [13:57] < [13:57] http://mxr.mozilla.org/seamonkey/source/toolkit/mozapps/extensions/content/extensions.js#882 ? [14:00] asac_, ^^ ? [14:02] fta: ? [14:02] asac, any idea about the tb3 addons issue the gnomefreak has ? (confirmed here) [14:02] Error: Components.classes['@mozilla.org/plugin/host;1'] is undefined [14:02] Source File: chrome://mozapps/content/extensions/extensions.js [14:02] Line: 844 [14:02] only thing i see from you is hi [14:02] http://mxr.mozilla.org/seamonkey/source/toolkit/mozapps/extensions/content/extensions.js#882 ? [14:02] ok [14:02] hmm i saw that error somewhere [14:02] any futher info that might help me to remember? [14:03] just trying to install enigmail from amo into tb3 [14:03] i aint have tb3 yet :) [14:04] but most likely its a trashed compreg.dat [14:04] is @mozilla.org/plugin/host;1 in your compreg.dat? [14:05] fta: gnomefreak ^^ [14:07] nope [14:07] fta: but you have other contract ids in there, right? [14:07] yes [14:12] asac_, http://pastebin.com/f50c82436 [14:12] looks busted [14:12] fta: try to touch /usr/lib/thunderbird-3*/.autoreg [14:13] and start thunderbird again [14:13] in fact, the addons ui is conmpletely broken [14:13] is compreg.dat recreated? maybe it has a difference afterwards? [14:15] only a few [14:16] http://paste.ubuntu.com/9472/ [14:20] fta: plugin component not installed? [14:20] hmm [14:21] indeed, no plugin.xpt [14:23] fta: well ... in xul its punched into libxul ... so maybe take a look if its not included when building the tbird libxul [14:23] fta: you have a build log at hand? [14:23] /usr/lib/xulrunner-1.9pre/components/plugin.xpt [14:24] /src/bzr/build-area/thunderbird-3.0-3.0~a1~cvs20080321t1547+nobinonly/mozilla/dist/bin/components/plugin.xpt [14:24] gnomefreak: About bug 224966, they said it crashes with or without compiz, but it doesn't crash on the older version of nvidia drivers. I think we could invalidate compiz, and add nvidia drivers package (is that nv?)... [14:24] Launchpad bug 224966 in gdm "X/GDM crash (segfault) by firefox using nVidia 169.12 drivers" [Undecided,New] https://launchpad.net/bugs/224966 [14:24] yeah ... most likely broken package file [14:24] so my installer is incomplete [14:24] (e.g. mozilla packager.mk) [14:25] i don't have compare rules for tb3, yet [14:25] fta: make install should install it [14:25] my guess is that make install was not properly updated upstream [14:25] upstream rejected the installer patch [14:25] fta: you have the bug id again? [14:26] did they give hints about their idea? [14:26] mozilla bug 420391 [14:26] Mozilla bug 420391 in Build Config "unix/packages-static for thunderbird (trunk)" [Normal,New] http://bugzilla.mozilla.org/show_bug.cgi?id=420391 [14:26] its still open at laest :) [14:29] fta: so does --enable-static work? [14:30] we've discussed that and you said we sure don't want that [14:30] it depends. in the past --enable-static was broken. but maybe it works better now [14:31] if not we have at least a point to ask them to support share [14:31] d [14:31] Jazzva: we cant since i use nvidia-glx-new [14:31] Jazzva: im wondering if its not that the 8800 is too strong for the drivers [14:34] Jazzva: maybe compiz yeah but if it is the drivers causing this than X would need to work around it since we cant do anything with drivers [14:34] sure... just saying that we should leave all options open... :) [14:34] even nvidia drivers... :/ [14:35] i have a 5200 and cant crash it, ive noticed they both use the 8800 [14:35] ubuntu support for 6600 and up was never really good [14:36] only because of nvidia [14:37] ill be back [14:46] * gnomefreak thinks people have gone off the deep end around here [14:46] we support a package that installs nvidia drivers from nvidia.com and builds its own kernel modules [14:46] but we cant support the .deb for our drivers [14:47] ? [14:47] we support envy now. its a script that grabs drivers from official site ati/nvidia and builds its own moduoles for it [14:48] but we cant support nvidia-glx or -new [14:51] envyng-gtk is the name of it [14:53] did we find out why the snippet of code in tb3 wasnt working? [14:54] only thing i can think of is the massive overhaul that they did to the extension/addon handler [14:57] gnomefreak: read above [14:57] broken install is the cause [14:58] asac_: i dont have above [14:58] but thank you [14:58] oh :) [14:58] my install? [14:58] or mozillas [14:58] no upstream make install is busted for --enable-shared [14:58] oh ok good [14:59] well ... upstream doesn't have --enable-shared atm at all ... we have a patch to allow that and that one appears to be incomplete for now [14:59] but once fta added the compare target we should be able to see whats going on [14:59] seems like it was like that for seamonkey on 2.0 and tb 2.0 when they changed it [14:59] ah ok [15:00] make install is constantly broken ... which is why upstream isn't keen about applying a patch that makes it harder to keep it working [15:01] makes sense well except the part that its always broken [15:01] it sometimes works, but next day its broken again, because upstream devs are ignorant about make install [15:01] ah [15:02] (most likely because make install doesn't make sense for windows= [15:02] ) [15:02] well ... it would make sense, but not much [15:03] windows doesnt use it but mozilla is more popular in unix world atleast from people i spoke to they all think 1.0 never anything newer [15:05] gnomefreak: the absolute numbers are the opposite ... there are far more people using firefox on windows then there are linux desktop users :) [15:05] oh crap [15:06] i just know the stupid lusers using windows [15:06] lucky if they can install aim [15:09] i've missed 3 xpt in my installer patch [15:09] asac_: do we have a steady X guy i would like to ask him if it could be drivers vs card type [15:09] components/exthelper.xpt components/parentalcontrols.xpt and components/places.xpt (d'oh!) [15:09] gnomefreak: tjaalton or bryce [15:10] ok thanks [15:10] ill wait for bryce since i know him from other X issues [15:10] fta: if you see a reply on that bug before me, maybe let me know [15:10] mozilla bug 420391 that is [15:10] Mozilla bug 420391 in Build Config "unix/packages-static for thunderbird (trunk)" [Normal,New] http://bugzilla.mozilla.org/show_bug.cgi?id=420391 [15:10] gnomefreak: i prefer tjaalton [15:11] but bryce is ok as well [15:11] * gnomefreak doesnt know him unless that timo [15:11] gnomefreak: its him (formerly tepsipakki) [15:11] (can't remember the nick) [15:11] yes i know him [15:11] ok [15:12] i didnt know the name change [15:14] am i here? [15:14] y [15:15] becasue net i thought dumped me but its the page [15:15] https://wiki.ubuntu.com/UDS-Intrepid [15:15] no change :( still borked [15:16] Cool idea :)... http://linux.dootzky.com/ [15:19] ahah cool! :D [15:20] at least debian is ahead of fedora ... interesting that there are still slackware users out there [15:22] asac_: your missing uds? [15:22] why? [15:22] your not on registed list [15:23] which list? [15:23] probably i am not on the community list [15:23] https://edge.launchpad.net/sprints/uds-intrepid [15:23] well your head dev maybe you dont have to since you have? to be there [15:24] in the past that feature was used to schedule sessions [15:24] e.g. if you are attending + have subscribed to a session the scheduler would try to schedule the session in a way that would allow you to attend that [15:24] oh [15:24] but i think this year we don't do auto scheduling, so it might not be important [15:25] now i registered ;) [15:27] fta: ok, does plugin host work now? [15:27] :) [15:27] nope [15:27] i cant believe the bug blames us [15:27] fta: i see that plugin.xpt was already in that file [15:27] its not installed though? [15:28] it's in mail.xpt [15:28] then why is bin/components/plugin.xpt in that file still? [15:29] it's in a [mail] block so it's bundled afterwards [15:29] ok, but the plugin.so is installed? [15:30] nope [15:30] then thats the problem [15:36] fix welcome... [15:41] fta: did we defer xul sec update for hardy-security? [15:41] maybe its time to guide this in now? [15:42] 1.8.* ? the debdiff is in the bug [15:42] yes [15:42] bug id? [15:42] is orig.tar.gz also in bug? [15:42] and diff.gz ;) [15:44] bug 218534 [15:44] Launchpad bug 218534 in firefox "[Needs Packaging] JavaScript vulnerability in Firefox/Thunderbird/SeaMonkey/Xulrunner before 2.0.0.14/1.1.10/1.8.1.14" [Undecided,Fix released] https://launchpad.net/bugs/218534 [15:44] debdiff + orig.tar.gz [15:46] ok, this time thats ok. usually we don't want merges as security updates though [15:46] whats wrong with the 2.0.0.14 that we have already? [15:46] 15 should be coming out this month [15:46] gnomefreak: we don't have 2.0.0.14 [15:47] yes we do [15:47] aeh ... we don't have 1.8.1.14 :) [15:47] firefox-2: Installed: 2.0.0.14+2nobinonly-0ubuntu1 [15:48] fta: i don't see how i can easily use that debdiff ... to do the upgrade. if its a filtered debdiff for debian/ directory i need diff.gz i guess [15:48] but maybe its me :/ [15:48] gnomefreak: this is about xulrunner and friends ... not firefox [15:48] ah ok i read title [15:49] i found the problem for sure on this damn bug finally [15:50] fta: anyway i can do it manually i guess (copy over patched debian/ dir) [15:51] hold on, i'm looking for my diff.gz [15:51] yeah great [15:51] ill upload that to intrepid [15:51] maybe ill upload the same to hardy-security .... but maybe Ill just upgrade the tarball to reduce the diff [15:53] done [15:54] thx [15:59] ha i win [16:00] fta: http://paste.ubuntu.com/9502/ [16:00] hm [16:01] asac_, it's debian ;) i've built the source pkg after an unclean clean [16:01] fta: i can filter it like http://paste.ubuntu.com/9504/ [16:02] do you see any cruft in debian/ that shouldn't be there? [16:02] its definitly a huge diff [16:02] aeh :) [16:02] sorry [16:02] i missed the point [16:03] but should be right that way, right? [16:03] right [16:05] do we have seamonkey since gutsy or hardy? [16:05] hardy [16:06] Jazzva: its nvidia issue :) [16:06] gnomefreak: Cool... :) [16:06] Was it reported on nvidia forums? [16:06] s/reported/answered/ [16:06] its 8xxx card it happens on i have 8600 and 8800 confirmed [16:07] uh-huh... and it's not related to firefox? [16:07] * gnomefreak went to trilug to ask someone to test [16:07] fta: will you do it for intrepid? [16:07] Jazzva: nope should be any browser [16:07] (assigned that target for now to you) [16:07] maybe even epiphany [16:07] it might be xul but i still doubt it [16:07] gnomefreak: Ok... [16:08] im wondering what scrolling does to cause this though [16:08] thats what makes me think xul [16:10] asac_, doing what ? [16:11] Jazzva: i dont know never looked on forums they are a bitch to find and not really trustworthy as of 2 years ago [16:11] fta: sm intrepid [16:11] gnomefreak: Uh-huh... I just wondered, because someone left a link on bugreport to the topic on nvidia forums [16:12] timo has 8600 card hes gonna test it and see if he cant get me a backtrace :) [16:13] asac_, oh, sure [16:13] asac_: fta xul controls the scrolling or is that strictly firefox code? [16:13] fta: dput ubuntu xulrunner_1.8.1.14+nobinonly-1ubuntu1_source.changes [16:13] :) [16:13] hes fast [16:14] takes me days to build iceape he does xulrunner in minutes [16:14] fta: i set xul for gutsy to wont fix in bug 218534 .... i think if we want to upgrade this, we should go through -proposed and not security - given that xul is really old in gutsy the version jump looks risky [16:14] Launchpad bug 218534 in seamonkey "[Needs Packaging] JavaScript vulnerability in Firefox/Thunderbird/SeaMonkey/Xulrunner before 2.0.0.14/1.1.10/1.8.1.14" [Critical,In progress] https://launchpad.net/bugs/218534 [16:15] asac_: my comments still didnt end up on LP [16:18] gnomefreak: no idea .... usually you get a mail if something went wrong [16:19] like changing status or so [16:19] if you tried that and didn't properly sign launchpad might get confused [16:19] did you sign your mail? if so, maybe with a key not known to launchpad? [16:19] properly sign it? [16:19] yes and i used my normal key [16:19] are you sure you used an email address registered in launchpad? [16:19] its on my LP page [16:19] gnomefreak: did you sign inline or gpg/mime? [16:20] its the only outgoing one set in manage IDS [16:20] mimi i think [16:20] mime [16:20] no idea. try to reply again without signing .... maybe pgp/mime gets confused (though i do it in mutt all the time) [16:21] i'm modifying my scripts to push my ppa stuff to both hardy and intrepid. not sure how long it will last. I guess the .head branches will diverge quickly [16:21] fta: ... if you mean to do hardy for security, please be even more anal about not changing anything ;) [16:21] but i guess you know .) [16:22] no, just speaking about ppa [16:22] fta: ok [16:22] it's derived from *.head only [16:22] fta: so do we want to upgrade gutsy to latest xul? through -proposed? [16:22] but if i change gcc, revert the jpeg and stuff like that, it's no longer good for hardy [16:23] i think dropping fixed gcc version shouldn't harm [16:23] appeasr that gcc-4.2 is the default in hardy ... and gcc-4.3 in intrepid [16:23] so removing that from rules should do what we want [16:25] it seems it was wrong email so tb is miss leading but i will fix this maybe [16:26] gnomefreak: right ;) [16:26] better to find a misleading reason, than to look for blackbox issues [16:27] and no i didnt sign them since tb3 addons thing is borked [16:27] true [16:27] !package iceape gutsy [16:27] asac_: Error: I am only a bot, please don't think I'm intelligent :) [16:31] !info iceape [16:31] Package iceape does not exist in gutsy [16:31] asac_: ^ [16:31] bug 190754 [16:31] Launchpad bug 190754 in pulseaudio "Over-optimistic buffering in PulseAudio causes underruns (audible stuttering, pops)" [Medium,Confirmed] https://launchpad.net/bugs/190754 [16:32] Jazzva: https://edge.launchpad.net/ubuntu/+source/iceape/ [16:33] funny... [16:44] hmm ... is my irssi keepnick thing broken? [16:44] it worked for years, but now i don't get back to s/_// [16:47] * gnomefreak wonders why just the 8xxx series :( i have to stop thinking about this bug [16:48] keepnick? [16:48] perl is evil [16:49] although i have 7 or so scripts running [16:49] * Jazzva wonders why his mp3 player stopped working with mtpfs... [16:53] sh: gcc: not found [16:53] dpkg-source: warning: Couldn't determine gcc system type, falling back to default (native compilation) [16:53] applying patch 99_configure to ./ ... failed. [16:53] make: *** [patch-stamp] Error 1 [16:53] dpkg-buildpackage: failure: debian/rules build gave error exit status 2 [16:53] asac_, ^^ [16:54] http://launchpadlibrarian.net/14090681/buildlog_ubuntu-intrepid-i386.xulrunner_1.8.1.14%2Bnobinonly-1ubuntu1_FAILEDTOBUILD.txt.gz [16:54] i get that when i forget to refresh 99_configure [16:54] the gcc maybe its not set to the right one in update-alternatiives [16:55] alternatives even [16:55] ah its on the builder [16:55] i'll have a look when i'm done with my scripts [16:56] * gnomefreak wonders if its not a tool chain issue due to gcc just being updated late last night or early today EST [16:58] not the patch, asac used a filterdiff to drop it so i guess it's related [16:58] it = configure [16:59] fta: failed? [16:59] ok [16:59] let me redo that patch then [17:03] i wish they wouldnt file bugs on unofficial ubuntu builds or upstream bugs in packages we dont have in ubuntu archives [17:09] i'm off for a few hours... see you later :) [17:09] cu Jazzva [17:15] i have to find a way to keep default address gnomefreak. it keeps changing back to the mail box address [17:15] gnomefreak: ? you can change it in the mailbox setting i hope [17:15] you can also add more smtp setups and select the new one as default [17:16] i made smot for gnomefreak the default one but it still wants to use ubuntu.ase when sending from ubuntu.ase gmail [17:26] going through the settings they were all set to use gnomefreak as default but sending from ubuntu.ase sent from ubuntu.ase address [17:34] argh [17:34] iostream s**er [17:40] ok last attempt :) [17:42] ? [17:42] asac_: yo [17:43] asac_: 430530 has a new patch on it [17:43] asac_: it landed on the trunk last night [17:49] mozilla bug 430530 [17:49] Mozilla bug 430530 in Phishing Protection "excess disk IO when updating the url-classifier" [Normal,Resolved: fixed] http://bugzilla.mozilla.org/show_bug.cgi?id=430530 [18:08] ok im gone for a while i have things to get done before weekend. [18:26] asac_: [18:27] asac_: ping [18:36] campd: you tell caillon? [18:36] I'll mention it to him [18:39] kk [19:19] campd: blizzard: hi. [19:20] currently in and out ... cooking dinner ;) [19:20] campd: cool, the patch landed. [19:21] asac_: yeah, it's a bit better than the one I gave you earlier [19:21] it fixes the page size of the db too, which will also streamline the IO some [19:22] good. sounds like i can try this on a larger scale then. [19:29] campd: yay, in before the weekend! [19:30] campd: is there a trick to let the classifier db grow artificially to a huge size? id like to drop instructions for our QA when doing this update [19:32] jimmy_: there? have a preview patch for the user dirs at hand? [19:33] asac_: hrm, I can't think of a good one off the top of my head [19:34] asac_: let me post it [19:35] campd: ok. i guess we have enough users that can verify :) [19:36] asac_: http://paste.ubuntu.com/9553/ [19:37] campd: why do the urlclassifier defaults to into browser/ even though its a toolkit/ thing? [19:37] asac_: I just need to replace the hard-coded path, with XDG_MUSIC_DIR, etcs [19:37] jimmy_: thats not a diff ;) [19:37] asac_: you mean in bugzilla? [19:37] asac_: i found something that might be helpful about google [19:37] campd: no. i mean firefox.js [19:37] For the best experience, please access Gmail via Internet Explorer v.7+, Firefox v.2+, or Safari v.3+. [19:38] asac_: oh, tbh I don't really know [19:38] asac_: that's just where they were when we started :) [19:38] as i heard they are not set up for xul/gecko 1.9 [19:38] err, when I started [19:38] campd: i see that safebrowsing. stuff makes sense in browser/ ... the rest should really go to toolkit/ [19:38] asac_: yeah, ideally [19:38] im looking for email for them atm [19:38] campd: in this way we have to update both: xulrunner + firefox [19:38] feel free to file a bug [19:38] nod [19:39] campd: ok. so urlclassifier make sense in toolkit ... good. ill add that to my list and do asap :) [19:39] thanks [19:39] asac_: http://paste.ubuntu.com/9555/ [19:40] asac_: yeah, sorta. The safebrowsing toolkit/browser split is kinda weird [19:41] argh [19:41] now my ubuntu partition won't boot. [19:44] http://mail.google.com/support/bin/answer.py?answer=6557&topic=12914 [19:44] jimmy_: yeah. now you need to use special directories. [19:45] jimmy_: cant you add the same code to the old place? [19:45] i think that would be better if we use the download.dir temp pref [19:46] asac_: where in the old place? the toolkit/mozapps/downloads place? [19:46] yeah [19:47] the idea off the exthandler place was to do it without that temp pref [19:47] asac_: i thought u wanted to have it in uriloader, which is more appropriate? [19:47] but its ok to use it ... so lets keep it in the old place [19:48] jimmy_: if we use that browser.download.dir "hack" its better placed in the mozapps thing [19:48] (but i think its fine to use that) [19:49] asac_: ok, as long as you'll integrate it [19:49] ok its confirmed google doesnt support 1.9 [19:49] asac_: we also have another problem [19:49] asac_: http://www.moblin.org/repos/?p=projects/mobile-browser.git;a=blobdiff;f=toolkit/content/widgets/autocomplete.xml;h=8e27137f92925251e112fd4f2dae8967ace871f6;hp=730086ef64eb6c0d55d37545e006a7d9f6660818;hb=d3b1a9d561578115a71793d7f691dc93e707dd81;hpb=e828865c9752ee4d91c476d15bb28e98242dd880 [19:49] jimmy_: i can integrate it as long as its well guarded by a pref-if block [19:50] ok. thats to make the autocomplete thing pop up to top? [19:50] do you think you can integrate this into xulrunner too? [19:50] asac_: yeah [19:50] certainly not like that ... technically it needs to be a runtime check to differentiate [19:51] but if its done right we have to check if there might be any negative impact ... otherwise we can probably consider it [19:52] asac_: is that component easy to pull out from xulrunner, and we just rebind it somehow? [19:52] asac_: it is a binding to some xul file [19:53] asac_: it is in toolkit/content/widgets/autocomplete.xml [19:53] ok reported it with google [19:53] jimmy_: you can override chrome urls. maybe it works. at least worth a try. but that would mean another file being copied ;) [19:55] jimmy_: i think the real fix is to add a property "direction" or something to autocomplete.xml so we can override it in midbrowser [19:55] (e.g. ) [19:55] asac_: ok, that's sounds better [19:56] asac_: i'll play around with that and get back to you later [19:56] i am out to lunch now [19:56] ok im done dealing with google for today ;) i should get email back from them deciding if they are gonna update thier API [19:56] jimmy_: ok ... ill be out for weekend soonish. but i guess the direction should be clear [19:56] im gone for a bit [19:57] gnomefreak: ? whats going on with google? [19:57] thier API doesnt support 1.9 [19:58] thats why so many damn google bugs [19:58] they support up to firefox 2.0 [19:58] i asked when they were planning for an update for 1.9/3.0 [19:59] gnomefreak: ah. ok [19:59] gnomefreak: what kind of things are broken? [19:59] have you not seen the 3 million gmail bugs :( [20:00] scrolling loading slow (crashes when closing page) not sure what that is from yet but lets get one thing fixed at a time [20:00] there are others but those are the 2 i remember from today [20:00] sounds scary. i am not a gmail power user, but it works for me [20:00] works for me too [20:00] but if it is google why doesnt it effect everyone [20:01] i think its tno google :) ... its just that the users associate the problem with google [20:01] because thats the app they have open most of the time [20:01] but you see it on all google related things, calendar, documents ect... top left hand corner of your inbox [20:02] gnomefreak: what do i see there? [20:02] well im waiting on backtraces froma few and the others we will have to work on while they are working on API [20:02] asac_: slow scrolling is most popular [20:02] ok ... thats probably cairo [20:03] kinda of like the IO CPU usage is mozilla but it doesnt affect most of us [20:03] ok [20:03] it very well could be cario as we have seen that before iirc [20:04] no the other thing was pango [20:04] they never fixed that but dropped it (didnt they) [20:05] i might be wrong but i thought they dropped pango for cario [20:08] gnomefreak: thats not a replacement :) ... anyway, talk to you later :) [20:11] later :) i will see if i can get a couple of people in here if we can disable cario manually and see if it fixes them [20:12] gnomefreak: you cannot disable cairo anymore :) [20:12] damnit [20:13] gnomefreak: we can try to drop a patch from cairo that might impact performance [20:13] how do we find out than just strace/backtrace [20:13] gnomefreak: at best find the suitable upstream bug and go from there [20:13] ok while im surfing trying to fond out something for me ill look at mozilla and see [20:14] rendering engine performance is not something we have a strong pool of wisdom for in here :) [20:14] but it makes hlaf or more of the damn non crash bugs :( [20:14] half [20:20] https://bugzilla.mozilla.org/show_bug.cgi?id=201307 [20:21] not bad [20:21] gmail has fixed elements [20:31] gnomefreak: yeah. but that bug is old and thus does not explain the difference of perf from 1.8 to 1.9 [20:31] there are a ton of them [20:31] these all say new but alot are old in date [20:32] a few are mixed about the CPU IO usage some with scrolling some windows some linux [20:33] https://bugzilla.mozilla.org/show_bug.cgi?id=413280 [20:33] Mozilla bug 413280 in GFX "Very slow scrolling" [Normal,New] [20:33] thats this year [20:33] and looks exactly like it [20:49] gnomefreak: vlad says its likely mozilla bug 424423 [20:49] Mozilla bug 424423 in Layout "Border rendering is slow" [Normal,New] http://bugzilla.mozilla.org/show_bug.cgi?id=424423 [20:49] (depends of the bug you found) [20:49] ill show you bug [20:49] bug 217580 [20:49] Launchpad bug 217580 in firefox-3.0 "Slow performance with Gmail" [Undecided,Confirmed] https://launchpad.net/bugs/217580 [20:50] i asked them to test with the testcase in the other bug [20:51] gnomefreak: yeah. but in the endit hopefully will be the border bug as vlad said in https://bugzilla.mozilla.org/show_bug.cgi?id=413280#c22 [20:51] Mozilla bug 413280 in GFX "Very slow scrolling" [Normal,New] [20:51] ive heard that name before [20:51] im reading the bug only his comment [20:51] he is the gfx master :) [20:52] theres 2 bugs you gave what one is the dup? [20:53] he? [20:53] the one you posted is a general bug ... the other is a specific bug [20:54] whether the general bug is equal the specific one is unknown until the specific one is fixed [20:54] https://bugzilla.mozilla.org/show_bug.cgi?id=424423 is one you gave me [20:54] Mozilla bug 424423 in Layout "Border rendering is slow" [Normal,New] [20:54] yes, thats the concrete bug .... which is being worked on ... and which is likely our bug [20:54] https://bugzilla.mozilla.org/show_bug.cgi?id=413280#c22 [20:54] Mozilla bug 413280 in GFX "Very slow scrolling" [Normal,New] [20:54] you gave me that one as well [20:54] gnomefreak: no, thats the bug you gave me [20:55] its a generic bug ... vlad said its most likely the same as the other [20:55] oh you had it in a comment but ok we cant mark them upstream yet [20:55] for some reason you click project it tells you something about canonical [20:55] gnomefreak: link the border bug to our gmail bug for now [20:56] i cant [20:56] Confirm project [20:56] Project [20:56] Ubuntu Desktop Course (Choose another project) [20:56] Canonical Training, the bug supervisor for Ubuntu Desktop Course, will be notified about this bug. [20:56] thats what i get from Project [20:56] ok let me look [20:59] ok done [20:59] you had to "choose another project" [20:59] don't ask me why the canonical thing was there by default [20:59] most likely because we didn't properly assocaite firefox-3.0 with the firefox proejct [21:00] ah ok [21:00] thanks [21:00] ok linked 3.0 series to firefox-3.0 for now [21:01] lets do the same for xul 1.9 [21:02] you lost me [21:03] asac_, i thought i've done that a long time ago [21:04] btw, ppas are not building intrepid stuffs [21:04] i wouldnt think for another month [21:04] repo is open [21:05] yep but ppa doesnt open with repos [21:05] can we get 3.0 to not take focus its pissing me off today [21:05] i don't see why they shouldn't [21:09] really need these morons to give me backtraces so i can get thier bugs rolling [21:09] it's tagged 'development' now, not 'frozen' [21:10] fta: it was just tagged the other night colin asked for the tag [21:11] PPs isnt related to releases of Ubuntu they are for own personal usage for most part so when repos open PPA may not [21:11] fta: i uploaded tbird long ago :) [21:11] and xulrunner [21:11] asac_, ? [21:12] tbird 2.0.0.14? [21:12] fta: because you said that its "open" now :) [21:12] i remember seeing 2 from each of you [21:12] yes [21:12] asac_: offical archives are open [21:12] PPA for intrepid are not [21:13] yes, i'm using intrepid since it's open [21:13] i'm pushing my stuff for both intrepid and hardy but intrepid is accepted but not queued [21:14] ok ppa ... well. maybe post a bug, though i am sure they are aware of it [21:14] is this the patch for tb3.0? that im getting now? [21:14] i've asked (in vain) in #lp [21:15] gnomefreak, i've added the missing files but it doesn't seem to be enough [21:15] asac_, care to have a closer look ? [21:15] fta: ok [21:16] and i'm building a new xul/ff3 pair with the url-classifier patch [21:16] * gnomefreak still hasnt been bitten by that [21:29] fta: why not wait for the patch to land? [21:29] (it already was committed)? [21:31] that said, i am preparing a beta5 update for proposed ... so please be kind and don't send the users complaining in the bug to the PPA ... we need them to verify the -update [21:31] and if they are already away, its hard to tell them how to test [21:35] http://ubuntuguide.org/wiki/Ubuntu:Gutsy << does that crash for anyone? [21:36] gnomefreak: no. renders fast even [21:36] 64 bit? [21:36] yes [21:37] thats not good [21:37] unlikely that that page will crash [21:37] bug 225857 [21:37] Launchpad bug 225857 in firefox-3.0 "Firefox crashes gnome with specific URL on 64bit Ubuntu 8.04" [Undecided,Incomplete] https://launchpad.net/bugs/225857 [21:37] tell him that [21:37] ;) [21:37] waiting on backtrace [21:37] crashes gnome [21:37] gnomefreak: first question: try -safe-mode [21:37] i have a feeling i know the bug already [21:38] as 99% of the crashes he sees an extension crash/plugin crash [21:38] asked him [21:39] its crashing gnome and that makes me think its the same as the nvidia one from this morning [21:39] extension wont/shouldnt even crash gnome [21:39] why not [21:39] crash firefox by why gnome? [21:39] flash certainly can [21:39] every firefox crash might tear down X [21:39] oh [21:40] i would have thought gnome had safe guards against that [21:40] that is the worst possible crash is to crash the whole X system [21:40] of course an X bug under the hood, but in the end everything unusual can crash X :) [21:40] yes, its definitly the worst. [21:40] can be driver related [21:41] but yet Firefox gets blamed [21:41] but even those can be more easily triggered if firefox gets memory corruption and sends bogus data or something [21:42] fta: what should i look closer at? [21:42] tbird 3 [21:42] i think [21:42] ok [21:42] irefox 3 ctrl + mouse scroll should resize text only, not images [21:43] are we planning anythiing for that? [21:43] Firefox* [21:43] no [21:43] user has to tweak setting if he wants it [21:43] definitly wontfix [21:43] close with fta's last comment about tweeking [21:43] k [21:43] yeah [21:43] set it to wontfix [21:44] any good reason? [21:44] or just easy seetting to change per user [21:44] :) [21:44] yes. "upstream decided to use this as default and if users really want they can change it" [21:46] done :) [21:46] ok be back soon i have to clean [21:50] armin76: you have a mips patch for xulrunenr? [21:50] armin76: debian bug 479107 [21:50] Debian bug 479107 in xulrunner "xulrunner_1.9~b5-3(mips/experimental): FTBFS: error:" [Serious,Open] http://bugs.debian.org/479107 [22:00] position of firefox after closing it is our package or upstreams? [22:03] asac_: what is the chances mozilla bug 427181 is the same as bug 204480 that would be too easy [22:03] Mozilla bug 427181 in General "css "position:fixed" attribute not rendering properly in FF 3.0" [Major,Unconfirmed] http://bugzilla.mozilla.org/show_bug.cgi?id=427181 [22:03] Launchpad bug 204480 in firefox-3.0 "Window position is not remembered between starts" [Undecided,Confirmed] https://launchpad.net/bugs/204480 [22:03] Steps to Reproduce: [22:03] [22:03]