=== micahg1 is now known as micahg [01:22] asac. what's the best way to find when and how a change landed in the 1.9.2 branch? [01:23] hg blame your/file [01:23] or http://mxr.mozilla.org/mozilla1.9.2/ [01:24] fta: what do I need to look for in the .rej file? [01:25] micahg, it's the part of the original patch that was rejected and that you need to re-add, or drop if it's no longer needed [01:25] well, I'm looking at the file and I can't see what's wrong [01:26] often, it's just that the context of the patch changed, so just re-add the changes manually, and quilt refresh afterwards [01:28] fta: would whitespace mess up a patch? [01:28] yes, everything different will [01:28] fta, this is so frustrating. i know that a trough-border issue was resolved between firefox 3.5.4 and 3.6a1 [01:28] but i can't drill it down any further [01:29] LLStarks: those releases are not contiguous [01:29] i know [01:29] but between those branchings [01:30] would it be mozilla-central or mozilla-1.9.2? [01:32] 3.6a1 would be mozilla-1.9.2 [01:32] mozilla-central is 3.7 [01:32] well, if the fixed behavior is present in both, where did it originate? [01:33] in both what/ [01:34] the bug is fixed in both [01:35] yet i can't find the commit that fixed the bug [01:39] well [01:39] it depends when it was fixed [01:39] if it was after the branch, it landed in 3.7 first [01:39] before they were the same [01:39] in mxr.mozilla.org, you can search for files and then see who committed what revision [01:41] it's fixed in 3.6a1 [01:41] i'm not sure how much earlier though [01:44] LLStarks: maybe search bugzilla for the bug and see the changeset [01:45] my bug is the only relevant one [01:45] why are you looking for it? [01:45] to have the fix backported for karmic [01:46] the art team wants it [01:46] do you have the bug number for bugzilla? [01:46] https://bugzilla.mozilla.org/show_bug.cgi?id=500368 [01:46] Mozilla bug 500368 in Widget: Gtk "non-zero GtkRange::trough-border value produces strange boxes in Firefox/Xulrunner" [Normal,Unconfirmed] [01:46] thats definitly not the bug [01:47] that was fixed upstream ;) [01:47] i know [01:47] i'm looking for the commit [01:47] i am sure you wont find it that easily ;) [01:47] there are probably 2k commits or something ;) [01:47] what's with the wink [01:47] you need to find the bug :) [01:47] you did it, didn't you? [01:47] i did it? [01:48] i know the bug was elevated [01:48] asac: http://bazaar.launchpad.net/~micahg/firefox/firefox-3.7.head/revision/459 [01:48] but i lack the technical knowhof to find it [01:48] i remember that we did something ... yes. [01:48] * micahg finally go tit [01:48] but i have no clue ;) [01:48] oops :) [01:48] got it [01:49] that's the nsGnome patch [01:49] wait, is that it? [01:49] LLStarks: something else for the umd builds [01:49] https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=trough&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&resolution=FIXED&resolution=INVALID&resolution=WONTFIX&resolution=DUPLICATE&resolution=WORKSFORME&resolution=INCOMPLETE&resolution=EXPIRED&resolution=MOVED&resol [01:49] thats a search for trough with all closed bugs ;) [01:50] but i dont see it in there ;) [01:50] asac: should I propose a merge? [01:50] could someone have fixed it without even knowing it? [01:51] LLStarks: sure [01:51] btw asac, the bug i filed was previously and erroneous marked as worksforme by brosnan [01:52] micahg: is the patch done? [01:52] and working? ;) [01:53] asac: the first part [01:53] I fixed the gnome fix, now on to the missing dir [01:54] micahg, if it was a blind, blanket fix done as part of the evolution of the gtk widget in firefox, would it even be documented in a mailing list or public sphere? [01:54] LLStarks: you know ... all is in hg [01:54] and bugzilla [01:54] thts all [01:54] check the commits to [01:54] LLStarks: without a bug or a changeset, you have no idea if it was a side benefit of another patch or explicitely [01:54] /widget/src/gtk2/gtk2drawing.c [01:54] fixed [01:55] /widget/src/gtk2/nsNativeThemeGTK.cpp [01:55] with some luck those files have not been touched so often ;) [01:55] i know, i've been looking at changes over the past year [01:55] i don't know enough c to parse the files [01:55] asac: does mxr deal with missing files? [01:56] summary: Bug 501104. Handle GTK2 default button borders properly. r+sr=roc [01:57] Error: Launchpad bug 501104 could not be found [01:57] LLStarks: ^^ [01:57] LLStarks: i dont look at code [01:57] just at the changes [01:57] mozilla bug Bug 501104 [01:57] Error: Launchpad bug 501104 could not be found [01:57] mozilla Bug 501104 [01:57] Mozilla bug 501104 in Widget: Gtk "Our handling of default button borders doesn't match GTK" [Normal,Resolved: fixed] http://bugzilla.mozilla.org/show_bug.cgi?id=501104 [01:57] bingo [01:58] does the canonical agreement with mozilla allow small backports? [01:58] from future releases? [01:58] no [01:58] we need to get it landed upstream [01:59] if its too risky for them its too risky for us ;) [01:59] which is quite a sensible line ;) [01:59] LLStarks: but thats just button borders [01:59] i dont think thats your bug [01:59] i know [01:59] trough-borders [01:59] scrollbars and the like [02:01] brb [02:04] asac, I think I found the bug for the other one upstream [02:13] asac: mozilla bug 511642 is breaking 3.6 [02:13] Mozilla bug 511642 in Build Config "use a single packaging manifest across all three platforms (with preprocessing)" [Normal,Resolved: fixed] http://bugzilla.mozilla.org/show_bug.cgi?id=511642 [02:13] and 3.7 [02:15] yeah [02:15] so they unified the list [02:15] so we need to adjust our patch to patch the new file [02:15] browser/installer/package-manifest.in [02:15] yep [02:16] working on it now [02:16] did you manage to get first patch done? [02:16] want to show me? [02:16] yep [02:16] just the patch i mean ;) [02:16] and maybe an interdiff [02:16] https://code.edge.launchpad.net/~micahg/firefox/firefox-3.7.head [02:16] of the previous to the new patch [02:16] micahg: please use topic names ;) [02:16] ?? [02:16] you now took the same branch name as our branch [02:17] this means you cannot keep it after we merged it [02:17] well you can keep it [02:17] ok [02:17] but you cannot reuse the same name [02:17] use topic name [02:17] well [02:17] topic names [02:17] like firefox-3.7.head.daily-patch-rebase-DATE [02:17] what should I have used for this ff3.7.head.umd20090910 [02:17] or something else innovative [02:17] yes for instance [02:17] ok [02:17] well [02:17] I can push up a new branch [02:17] you can rename the branch even in launchpad ;) [02:18] doesnt matter. just wanted to explain the problem with not using topic branches ;) [02:18] ok [02:18] done [02:18] so launchpad code is completely broken [02:18] new url please ;) [02:18] i cannot look at the diff anymore now ;) [02:19] ah ok [02:19] no [02:19] ;) [02:19] found it [02:19] you used my name ;) [02:19] hmm [02:20] ok so that patch was just rebased ... no changes needed? [02:20] update debian/patches/lp185622_system_path_default_browser.patc [02:20] forgot the "h" at the end [02:20] but no need to fix that ;) [02:20] I only removed lines [02:20] yes [02:21] ok [02:21] push the new one ;) [02:21] working on it... [02:21] k [02:21] I refreshed the first patch [02:21] the second one is giving me issues [02:21] let me try again [02:21] Update lp185622_system_path_default_browser.patch to remove libgnomevfs (Mozilla Bug 294375) [02:21] i usually just say: [02:21] Mozilla bug 294375 in File Handling "libgnomevfs-WARNING **: Deprecated function. User modifications to the MIME database are no longer supported." [Minor,Resolved: fixed] http://bugzilla.mozilla.org/show_bug.cgi?id=294375 [02:21] * adjust patches to new upstream code base [02:21] - update patch1 [02:21] - update patch2 [02:22] and do those in one commit unless some patch needs more love [02:22] ok [02:22] but the new patch needs more love [02:22] I thoguht you said to do one fix per patch [02:22] because they refactored stuff [02:22] micahg: for me "* adjust/rebase patches to new upstream code base" is one fix ;) [02:22] ok [02:22] well [02:22] because all together fix the build [02:22] ;) [02:23] if there is a bug or a more complicated rebase [02:23] I can fix and then repush [02:23] no its ok [02:23] well [02:23] maybe use the adjust syntax ;) [02:23] no need to do all in one patch [02:24] but i dont mind if its not in changelog as long as its clear that this adjusts/rebases a patch [02:24] asac: I'm still learning the lingo [02:25] sure. your comment reads too "complicated" ;) [02:25] I thought it was removing gnomevfs from the patch, but it was really rebasing since we didn't make any changes with gnomevfs [02:25] i would think ... oh it was serious work needed ;) [02:25] even though it just shuffles bits [02:25] yes [02:25] thats what i men [02:25] mean [02:25] a comment like: "* adjust/rebase patches" ... implies: business as usual [02:26] everything else would make me wonder: what was this in a year or so ;) [02:26] its your private branch so you can just uncommit and push --overwrite [02:27] after doing it two or three times [02:27] you will know the procedure ;) [02:27] is it not helpful to mention which upstream patches caused the rebase? [02:27] its not really rocket science. just a few "best" practices we do with our branches that make live easier to collaborate [02:28] micahg: usually not. [02:28] its at the committers discretion [02:28] for rebasing usually not [02:28] but for dropping its nice to say which bug made this obsolete [02:28] or if the patch was not a rebase, but needed to be redone differently [02:29] ok [02:29] I got through it [02:29] so for this "manifest unification" cause [02:29] working on file 3 of the installer cleanup [02:29] it might be reasonable to say that [02:29] its not a plain adjust [02:29] but "rework patch after upstream landing of bug ..." [02:29] or something [02:29] maybe also give a word or two how you reworked it if its noteworthy [02:30] like "rework patches after upstream landing of bug ...; we move the bits and pieces from the platform specific installer manifest to the new common location and do this and that ..." [02:30] ;) [02:30] but dont make an art out of it ;) [02:34] ah, I'm done :) [02:35] ok, so now I make another commit [02:35] yeah [02:35] or just uncommit and fix everything in the comment :) [02:35] uncom,mit? [02:35] i would split it in two commits: [02:36] ok [02:36] a) simple patch rebase/addjustment [02:36] b) patch changes because of manifest changes [02:36] but thats just my opinion [02:36] ok [02:36] will do [02:36] if you are sure that your manifest adjustment was good you can also just sell it as a "rebase" [02:36] * micahg thinks is good, but it was 3 patches and 1 code change [02:37] what do you mean? [02:37] my suggestion is [02:37] I had to change bin to @BINPATH@ [02:37] ah [02:37] in one file [02:37] to match the new style [02:37] ok [02:37] well. just commit as you think [02:38] so 2 commits or one? [02:38] i will see if that makes sense to me ;) [02:38] i wouldnt commit a patch change that involved real changes in a normal "adjust all patches to new codebase" commit [02:39] but thats me ; [02:39] ) [02:39] but if in doubt. splitting is always good ;) [02:39] also gives you more commits and more bzr karma in launchpad ;) [02:42] oh no ;) ... just found out that i trashed my gnome-bluetooth upload i prepared in /tmp/ with last reboot [02:42] * asac shouldnt reboot [02:42] ok, I just pushed it up [02:43] I noted the mozilla bug for the manifest change [02:43] launchpad is slow in updating ... takes a minute i gues [02:44] done [02:45] yeah. so the commit message is still not formatted like we do ;) [02:45] brb [02:45] ugh [02:46] sorry [02:46] http://bazaar.launchpad.net/~micahg/firefox/firefox-3.7.head.daily-patch-rebase-20090910/changes [02:46] look at that [02:46] forgot the * [02:46] should I fix? [02:46] also you dont need the "updated patches:" line [02:46] because we say: [02:46] - update path/to/file [02:47] - remove path/to/file [02:47] - add path/to/file [02:47] ok [02:47] I'll try again :) [02:48] in the meantime i look at the changes [02:48] also i usually say: "... after upstream landing of BUG or TOPIC" ;) [02:48] or TOPIC (bmo: BUG) [02:49] but if the formatting is ok i am fine ;) [02:50] +bin/chrome/awesome-branding.jar [02:50] thats wrong i think [02:50] you need to use templates everywhere in our patch [02:50] @BINPATH@ [02:50] same for the browser_branding patch [02:51] oops [02:51] you can edit the patches directly ;) [02:51] of course its safer to push and refresh [02:51] maybe do that to excersize a bit more ;) [02:51] editing patches directly can still be done later ;) [02:53] #ifdef XP_UNIX [02:53] is the #endif there somewhere? [02:53] could be that we dont see it in this patch ;) [02:53] yes [02:53] ok [02:54] is it ok that I put it there and not under the ifndef XP_MACOSX? [02:54] our patch is not really arch specific [02:55] i would think [02:55] so could be moved even outside that block [02:55] but doesnt relly matter much here [02:55] * micahg will try a test build [02:56] cool [02:56] thats important [02:56] maybe the branding is completely busted now and firefox doesnt work ;) [02:56] but i hope its ok [02:56] the changes look good to me ;) [02:56] yay! [02:56] at least from the technical side [02:56] BTW, 3.6 only needs the manifest changes [02:57] if it doesnt work we have to check whats going on now [02:57] I fixed the binpath, now I have to push it up again [02:57] fix the commit syntax while you are at it ;) [02:58] I did [02:58] good [02:58] BTW, the main problem I had was I didn't know where to fix the .rej file :) [02:59] did you figure that out? [02:59] yep, with some help from hyperair [02:59] the quiltrc fta gave you had some "use unified rejects" option [02:59] you might want to try that at some point [02:59] the normal .rej format is odd [02:59] but i got used to it [03:00] great [03:00] that you dound your way ;) [03:00] micahg: you forgot a whitespace ;) [03:00] indentation [03:00] of comment :) [03:00] yeah, I had to fix it in the file and then use your funny diffstat ccommand [03:00] you should really look at bzr log | less [03:00] where? [03:01] hmm [03:01] maybe its the firefox font ;) [03:01] its ok ;) [03:01] that's the browser [03:01] yeah [03:01] so please test a build [03:01] and let me know if it works [03:02] is xulrunner also coming? [03:02] didnt even know it failed ;) [03:02] no xul is fine as it seems [03:02] ok [03:03] I made an alias for quilt refresh --diffstat [03:03] yes. you can also use quiltrc for that ;) [03:03] i think everything is ok but the QUILT_PATCHES thing [03:03] thats bogus as it seems for the embedded tarball thing here [03:04] fta: so firefox-3.7 is still in dep wait state. probably got the 1.9.3~umd as the lower bound today ;)? [03:05] asac: well, it wouldn't bui,ld anywyas [03:05] sure [03:06] thats for sure i mean ;) [03:06] i386 has 14k jobs on 15 ppa builders [03:06] ouch [03:06] https://edge.launchpad.net/builders [03:18] asac: builds started right away for me [03:32] asac: it built fine :) [03:34] asac: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.3a1pre) Gecko/20090910 Ubuntu/9.04 (jaunty) Minefield/3.7a1pre [03:37] does it work? [03:37] yep [03:38] try to install abrowser stuff please [03:38] micahg: did you install all packages? e.g. also the -branding etc.? [03:38] yeah, I had the ff3.7 branding [03:38] it showed minefield [03:38] now trying abrowser branding [03:39] hmm [03:39] xml error on abrowser [03:39] asac: yikes, it's like 5 days of back ups for PPAs [03:40] micahg: check if downgrading to latest fixes it at all [03:40] otherwise its not a bug in your change ;) [03:42] still a problem [03:42] but someone else opened a bug for that issue [03:42] in 3.5 [03:43] maybe it's only abrowser related? [03:43] could be. there is a problem in 3.5? [03:44] do you have the menu whited out in 3.7? [03:45] hmm so abrowser command starts firefox 3.0 with official branding ;) [03:45] on jaunty [03:45] or karmic? [03:45] xml error in about help? [03:45] err help -> about [03:45] thats what i see [03:46] seems we miss a logoCopyright entity in our branding pieces [03:46] hmm [03:46] well, if you don't have the abrowser-branding installed [03:46] those branding pieces get lumped together during tarball creation iirc [03:46] micahg: what do you mean? [03:47] i installed abrowser-3.5-branding [03:47] thats how i installed abrowser ;) [03:47] on jaunyt or karmic? [03:47] karmic [03:47] and abrowser-3.5 depends on abrowser-3.5-branding [03:47] yeha, that shouldn't show 3.0 anything [03:48] thats just the abrowser command [03:48] the abrowser-3.5 command works [03:48] only thing broken is about help [03:48] which afaik is what the 3.5 bug is about [03:48] asac: http://packages.ubuntu.com/search?suite=karmic&arch=any&searchon=contents&keywords=abrowser [03:48] that's why [03:48] sure [03:49] should I open a bug? [03:49] thats not a big problem ... we just need a bug for that ;) [03:49] yes. [03:49] "ship unversioned abrowser commandin firefox-3.5 ... or something alike [03:49] and we already have one for the other [03:49] bug 396156 [03:49] Launchpad bug 396156 in firefox-3.5 "Help→About does not function (abrowser-3.5, jaunty-proposed)" [High,In progress] https://launchpad.net/bugs/396156 [03:49] yes [03:49] i have to investigate that [03:51] asac: -beta? [03:51] bug 427674 [03:51] Launchpad bug 427674 in firefox-3.5 "ship unversioned abrowser command in firefox-3.5" [Undecided,New] https://launchpad.net/bugs/427674 [03:52] thx [03:53] * micahg could probably fix, but I'm already working on 3 different bugs [03:53] so have you tried the versioned abrowser command? [03:53] where? [03:53] I tried abrowser-3.7 [03:53] k [03:53] micahg: 3.7 works here [03:53] same help -> about issue [03:54] but i can useit otherwise [03:54] ii firefox-3.7 3.7~a1~hg20090907r3228 safe and easy web browser from Mozilla [03:54] what type of xml error are you seeing? [03:55] logoCopyright [03:55] ok thats the help -> about [03:55] so not a regression [03:55] everyting else works? [03:55] good [03:55] yeah [04:00] asac: you need anything else tonight? [04:00] ok merged your branch [04:00] firefox-3.6 ;) [04:00] right :) [04:00] I have to get some stuff done at work before I go home [04:00] ok. i have to sleep anyway [04:01] good night [04:01] night [04:01] if I can't sleep later, I'll work on 3.6 and propose a merge [04:02] was the whitespace ok? [06:48] asac: fta: I'm testing 3.6 daily now [06:49] hi all, i had a question/potential bug report or two [06:50] can anyone here help with that? [06:50] sure [06:51] i'm pushing jaunty, 64 bit, with shiretoko straight out of the default repository [06:52] ok [06:52] i'm pretty extension-happy, when it comes to ff, and in the past few months, i've finally discovered a few wonderful ones in the way of ubiquity, jetpack, weave [06:52] * micahg is glad it's a firefox question :) [06:52] * micahg forgot this was the mozilla channel :) [06:52] all of which work flawlessly on my work machine (macbook pushing os x) [06:53] on my jaunty box, my biggest problem is weave [06:53] i am not automatically signed in, and even after signing in, it fails at "Starting Sync Server" [06:53] have you tried with a clean profile and just weave? [06:54] no i have not [06:54] good point [06:54] this other one is almost certainly a bug, however [06:54] you know how to make a clean profile? [06:54] sure do [06:54] great [06:54] ubiquity crashes my entire system if i run it while compiz is enabled [06:54] mouse moves, but absolutely nothing responds [06:55] Ctrl-Alt-, mouse clicks, nothing. [06:55] can you enable apport [06:55] it totally freezes? [06:55] totally [06:55] nothign short of a reboot will save it [06:55] and it happens as soon as i open ubiquity [06:55] do you have apport enabled? [06:55] but if i disable compiz, everything is happy [06:56] i don't believe i do [06:56] don't remember, honestly [06:56] command for apport = ? [06:56] sudo force_start=1 /etc/init.d/apport restart [06:56] this'll enable it once [06:57] then just make the crash happen [06:57] if that doesn't work, we can try an strace [06:57] kk [06:57] it'll be a few [06:58] to be clear, i dont' even have tty access once this has happened.... [06:58] but i may be able to ssh... [06:58] never tried [06:58] 'k I'll be here for a while [06:58] do you have don't zap enabled? [07:00] i'm not familiar with it [07:00] jaunty disabled the x reset [07:00] and tty access [07:00] there's a package called dontzap that restores it for jaunty [07:01] i certainly don't have it [07:01] but i detest that decision [07:01] !info dontzap jaunty [07:01] dontzap (source: dontzap): Command line tool to set the DontZap option in xorg.conf. In component main, is optional. Version 0.1.2 (jaunty), package size 6 kB, installed size 124 kB [07:01] they're not features i use every day, so this may explain why they've been failing when i need them [07:02] awesome [07:02] i just ran into my other complaint (non-mozilla related) [07:02] my mouse randomly ceases to work [07:03] weird [07:03] are you sure the mouse is good? [07:03] yeah, 64 bit has been a pain, been trying it since january [07:03] jaunty made some improvements, but not all of them [07:03] * micahg is running 64 bit and has been for 1.5 years [07:03] yep, been using it with ubuntu for 3ish years now [07:03] changed batteries [07:04] tried it in windows partition, mac machine, it's fine [07:04] certain things make it angry [07:04] ok [07:04] playing half-life in wine, sometimes package management borks it [07:04] i've heard loads of 64 bit success stories, and i know one day i'll have mine, but it is not this day [07:05] what's the arg for profile management in ff? [07:05] --profilemanager? [07:05] firefox-3.5 -ProfileManager [07:06] try #ubuntu-x for help with your mouse [07:06] kthnx [07:07] leaving for a bit - been using chatzilla for irc [07:07] restarting ff [07:15] micahg: you still around? [07:16] yep [07:16] cool [07:16] well a fresh profile fixed weave [07:16] great [07:16] Somethign i should have tried already, obviously [07:17] btw, i know there's a way to run multiple ff instances with different profiles, but don't remember how [07:17] any tips? [07:17] i don't know if that's supported at this time [07:17] kk [07:17] with prism you can turn a web app into a desktop app [07:18] well, i'm about to test (recreate) the ubiquity issue [07:18] assuming that i lose all functionality, as per usual, what should i do to collect the necessary data, and where should i send it? [07:19] heh [07:19] prism has been another problem child of mine [07:19] actually, i'll fire up my dreaded macbook [07:19] and irc from it [07:20] let the record state that though i have all 3 flavors of os's, os x is for work only (i'm a mac consultant), and windows is to scratch the occasional brand-new video game itch [07:20] :-P [07:21] brb [07:22] kk [07:22] shall the games begin? [07:23] sure [07:23] also, it saddens me that a single keystroke can cripple my system with compiz enabled [07:23] alright, it's hosed [07:23] not even any mouse response [07:24] how can i leverage this situation into some useful info? [07:24] can you get to a tty? [07:24] nope [07:24] trying ssh [07:24] reboot and see if apport shows up? [07:24] i am ssh'd in [07:24] if that's any help [07:24] did you enable apport? [07:25] sure did [07:25] according to top, X is eating all of my cpu [07:25] find the process id of firefox and kill -11 it [07:25] which is unlikely, given it's quad core 2.6 [07:25] not if there's a memory leak [07:26] kk [07:26] killed [07:26] is X back? [07:27] nope [07:27] still no physical direct access to machine [07:27] should i try restarting gdm? [07:27] you can try [07:27] fail [07:28] thinks it worked, but no change on screen [07:29] ok [07:29] you can try to stop gdm [07:29] init doesn't successfully do so [07:29] again, it think it does [07:31] kill won't term it either [07:31] kill -9 the X process [07:32] success at last [07:32] mouse is gone again, but i've got gui and keyboard back [07:33] upon login, will apport alert me, assuming all went according to plan? [07:33] maybe [07:33] if not, we can try an stace [07:33] strace [07:33] no apport alert [07:33] ok [07:34] times like these, i thank gnome-do for enhancing my keyboard-usability [07:34] try launching firefox with: [07:34] firefox-3.5 -f -eopen 2>&1 | tee ~/strace_ff.log [07:35] that'll record a log in your home directory [07:35] once more with the error inducing? [07:35] yep [07:35] done [07:36] kill -11 ff_pid, right? [07:37] it's frozen? [07:37] oh yeah [07:37] ok, just go straight for x then [07:37] again, instantly on Meta-Space [07:39] strace_ff.log contains 2 lines [07:39] 1 is a ptr to my foxyproxy settings dir [07:39] the other is ubiquity related [07:39] just 2 lineS? [07:40] database table: ubiquity_suggestion_memory already exists [07:40] yep [07:40] weird [07:40] story of my life my friend. [07:42] any good advice before i succumb to the sleep gods? [07:44] you can file a bug in firefox-3.5 [07:45] i've been having the issue, even on 3.0 [07:45] well [07:45] not quite sure where the bug is [07:45] i'm thinking compiz [07:45] it breaks vnc, as well [07:45] ok [07:46] maybe file a bug with compiz [07:46] alright [07:46] thanks for the help man [07:46] np [07:46] to be clear, kill -9 and kill -11 [07:46] what are the flags doing there? [07:46] -9 is a force quite [07:46] quit [07:47] right [07:47] and 11? [07:47] -11 is a SIGSEGV [07:48] gotcha [07:48] thanks man [07:48] later [08:02] asac: lp:~micahg/firefox/firefox-3.6.head.daily-patch-rebase-20090910 [08:02] build is here: https://edge.launchpad.net/~micahg/+archive/mozilla-test [10:04] hey guys [10:40] hi [10:51] eagles0513875, there? [10:52] morning andv and bdrung [10:52] eagles0513875, are you under kde? [10:52] ya i am [10:52] karmic? [10:52] i can never seem to get used to gnome [10:52] ya in a vm [10:52] please [10:52] open the terminal [10:52] hold on let me start my vm [10:52] and give a sudo apt-get install nicotine [10:52] O_o [10:52] im no drug user :P [10:52] lol [10:53] it's a package [10:53] don't worry [10:53] i know just as the brits say taking the piss [10:53] eagles0513875, then launch the application in a console [10:53] k [10:54] for doing that just open up the console [10:54] and write [10:54] nicotine [10:54] that's the binary name [10:55] k [11:04] andv: didnt know there was a dependency called python-mutagen lol [11:06] andv: its up [11:06] and running from commandline [11:06] does it work? [11:06] what is it anyway a torrent app [11:06] yeah, a p2p application [11:06] eagles0513875, do you have the package python-glade2 installed? [11:06] eagles0513875, if yes, apt-get remove it [11:07] i have gnome desktop installed [11:07] if i remove that package the desktop goes with it it seems [11:08] damn, I need to test it without that package [11:09] if you want ill purge ubuntu desktop [11:09] its not a problem [11:09] let me purge it [11:09] yeah, then re-install it [11:09] when the test is done [11:09] you're on a vm so np [11:09] exactly [11:09] lol [11:09] and im not on gnome much anyway [11:11] i get an error [11:12] paste it [11:12] on pastebin [11:12] www.pastebin.com/m6d51ba61 [11:13] Unknown post id, it may have expired or been deleted [11:13] repaste it [11:13] get rid of the www [11:13] paste.debian.net [11:13] pastebin.com/m6d51ba61 [11:13] http:// [11:13] k [11:13] works [11:13] so the python-glade2 dep is needed [11:13] seems so [11:14] let me install the python-glade2 again and see if it runs [11:14] ok [11:16] it works with it [11:16] mmm... [11:17] eagles0513875, open a bug against nicotine [11:17] what would i say in the bug? [11:19] nvm, another guy gonna do it [11:20] andv: willing to test other things if need be [11:20] ok for now :) [11:23] :) [11:24] * gnomefreak already confused. been here for about a 1minute :( [11:24] lol [11:24] gnomefreak, I've cleaned up the wiki page [11:25] bdrung: im assuming whom ever built our adblock-plus didnt start with Debians version but made it new and it was never pushed to Debian before synced [11:25] how are things going? [11:25] gnomefreak, firebug is unable to use mozilla-devscripts 0.15 [11:25] extensionreview doing progressing? [11:25] gnomefreak, so leave it [11:25] or came to an end ;)? [11:25] andv: thanks sorry for taking mozgest but i didnt find out you wanted it until i got done with it [11:25] gnomefreak: yes === zbraniecki is now known as gandi [11:26] andv: works for me. [11:26] * gnomefreak not sure why it wouldnt be able to. do we know "why"? [11:26] asac: i think we are caught up on them [11:26] https://wiki.ubuntu.com/MozillaTeam/Karmic/ExtensionReview [11:26] * gnomefreak chekcing email so maybe ill know [11:26] there are 7 extensions [11:27] i think we have about 50 ;) [11:27] in the archive [11:27] maybe nopt that many, but definitly far more [11:27] thatn 7 ;) [11:27] gnomefreak, it cleans the .xpi file [11:27] gnomefreak, before starting the build [11:27] asac: not sure but we can always add them. not a problem. i wont have time to do much of anything today [11:27] ok [11:28] eagles0513875: how about reviewing a few more of those today? https://code.edge.launchpad.net/firefox-extensions [11:28] gnomefreak, np for mozgest, I was trying to find a debdiff / branch to review [11:28] gnomefreak, but wasnt able to find one [11:28] andv: maybe a slight rules adjustment? [11:28] brb [11:28] maybe fast path greasemonkey [11:28] 12:27 < seb128> asac, bug #427789 [11:28] 12:27 < ubottu> Launchpad bug 427789 in firefox-3.5 ""Not compatible with Firefox 3.5.3" displayed after installing greasemonkey from firefox" [Undecided,New] https://launchpad.net/bugs/427789 [11:28] asac: have my lpi 101 exam soon to og for [11:28] as for chatzilla it can be bmodified when we update to 1.1.18/19 depending on if someone wants to update it. i will be gone for at least 1 week when i leave here. [11:28] Launchpad bug 427789 in firefox-3.5 ""Not compatible with Firefox 3.5.3" displayed after installing greasemonkey from firefox" [Undecided,New] https://launchpad.net/bugs/427789 [11:28] Ubuntu bug 427789 in firefox-3.5 ""Not compatible with Firefox 3.5.3" displayed after installing greasemonkey from firefox" [Undecided,New] [11:28] Launchpad bug 427789 in firefox-3.5 ""Not compatible with Firefox 3.5.3" displayed after installing greasemonkey from firefox" [Undecided,New] https://launchpad.net/bugs/427789 [11:28] FLOOD [11:28] eagles0513875: ok [11:29] hehe will do some more this afternoon when i get back [11:30] greasemonkey works fine on 3.5.3 as well as 3.5.4~hg20090907r26344+nobinonly-0ubuntu1~umd2 [11:30] eagles0513875: thx. every extension reviewed like this is a huge win [11:30] ;) [11:30] we need a complete list in a week or something [11:30] :) i know asac [11:30] unless i modified mine [11:30] otherwise time left in this cycle gets low [11:30] damn i will finish today :) hopefully [11:30] to do much [11:31] thanks a bunch [11:31] no prob [11:31] im running low on time 2 weeks till i start lectures [11:31] asac: just bump install.rdf i would have to look at mine to tell you but it works on 3.5* and 3.6* [11:31] andv: gnomefreak: one of you could fix greasemonkey -> update to latest upstream [11:32] gnomefreak: it just broke for seb [11:32] he had it bumped [11:32] Installed: 0.8.20090123.1-0ubuntu3~jjv as <<< works for both [11:32] yes [11:32] ok i havent triedd it this mornoing yet [11:32] morning [11:32] anyway. we have to update the package in the archive [11:32] no questions asked ;) [11:32] gnomefreak: the 3.5.3 update killed seb [11:33] oh it didnt kill it was working after restart. thinking browser but doesnt say [11:33] sounds more like ubfox than greasemonnkey if browser restart fixed it [11:34] well i will do updates and let you know if mine broke too [11:34] hes using upstreams by the sound of it [11:35] * search for greasemonkey [11:35] * install the xpi [11:35] we use deb [11:35] ask him to see if ours works. mine i know is bumped not sure if official has [11:36] gnomefreak: he is now using upstrema [11:36] beause the package one broken [11:36] gnomefreak: no need to ask him [11:36] he is coming from our package [11:36] and now is urnning upstream [11:36] as that works ;) [11:37] asac: have you see bug 425695 and the comment gnomefreak made on it [11:37] bug 425695 [11:37] Launchpad bug 425695 in adblock-plus "adblock-plus needs xpi:depends changed to recommends" [Undecided,Triaged] https://launchpad.net/bugs/425695 [11:38] asac: ah from what i read it sounded like he was using thiers. he didnt mention ours at all. when updates are done ill let you know if it works here. if not i will assume my changes fixed it but never pushed to archive, i dont remember who changed it last. i had worked on it for one of the mass ext. bugs but noone cared about my changes and did it themselves [11:38] eagles0513875: we were just talking about that.' [11:38] ahh [11:38] my bad [11:38] i was just doing what asac had told me to do [11:39] bdrung: push ours and wait for karmic+1 sync (adblock-plus since we can not sync (manully) or automaticly from sid until next cycle [11:41] there should be atleast one ? in there [11:42] gnomefreak: if the debian package switch to mozilla-devscripts, we could sync [11:44] bdrung: asac might know better but i think they packaged it on thier own. i don thave a sid chroot nor have time to make one. im only here for a couple of hours today [11:44] gnomefreak: i know better. :p [11:45] :) [11:45] bdrung is the man ;) [11:47] bdrung: congrats on MOTU [11:48] gnomefreak: thanks [11:49] oh no damn next bugday is firefox-3.5 just thinking the amount of email ill get :( [11:49] asac, gnomefreak: was on phone sorry [11:49] andv: np [11:49] asac, gnomefreak: did you tell me something to check / do? [11:50] andv: i was thinking just a little adjustment in rules but im not sure why it doesnt work with m-d 15 [11:51] 0.15 sorry [11:51] what is latest it works with? [11:51] it did not have any m-d B-D [11:51] that's why it worked [11:51] :) [11:51] when I've added it it stopped working [11:51] andv: yes. more extension reviews ;) ... in particular updating our greasemonkey to latest upstream [11:51] ah that is a fairly good reason :) [11:52] bug 427790 [11:52] asac, greasemonkey? any problem with it? [11:52] see the bug [11:52] asac, ubottu is not here [11:52] ;) [11:52] https://bugs.edge.launchpad.net/bugs/427790 [11:52] IIRC greasemonkey was a bit of a mess but i havent touched it in a while [11:53] while doing that greasmonkey should be properly moved to new mozilla-devscript packaging imo [11:53] e.g. just processed as normal [11:53] it may be down a while seems to be having problems [11:54] asac, one question, I have a package which doesnt run on kde cause a missing dep [11:54] asac, but it is a GTK2 app [11:54] asac, so not really designed for kde [11:54] asac, should I add it anyway? [11:54] asac, e.g for ppl who wanna have both kde and gnome-desktop installed? [11:55] packages always need all the required depends [11:55] +1 [11:55] k [11:55] gonna fix it [11:55] eagles0513875, please report the bug [11:55] ${shlibs:Depends} should usually do that for you [11:55] if its a binary dependency [11:55] if there are packages on top for a valid reason they must be added too [11:55] especially if the program doesnt work at all without it [11:56] asac, yeah, it fails to startup with a python-glade2 missing dep error [11:57] whats the error you see? [11:57] asac, http://pastebin.com/m6d51ba61 [11:57] oh its python [11:57] yeah [11:57] needs to be added to depends [11:57] yep, python [11:57] ok [11:58] if its a package from debian also send the debdiff to them [11:58] ok [11:58] yeah, it's synced from debian [11:58] asac, let me open the bugs [11:58] asac, does greasemonkey have some problems? [11:59] the package is currently not working at all because of that bug [11:59] in ffox 3.5 [11:59] its "disabled as being incompatible" [11:59] just update to latest upstream [11:59] that should work [12:00] ok [12:00] added on todos [12:00] thx [12:00] fixing this nicotine bug [12:02] asac, added: https://bugs.edge.launchpad.net/ubuntu/+source/nicotine/+bug/427796 [12:03] asac, I found this out while testing a backport to approve [12:03] ^^ [12:04] asac: seems suse fixed the KDE support. for firefox [12:05] gnomefreak, is possible to link a bug to each other [12:06] if both of them are into LP? [12:06] andv: what do you mean? [12:06] gnomefreak, https://bugs.edge.launchpad.net/jaunty-backports/+bug/409979/+distrotask [12:06] gnomefreak, I wanted to link it to a bug which is hosted on LP [12:09] andv: not sure. [12:09] looks like I can't [12:09] asac: few things. this is OpenSuse KDE intergrations stuff: http://en.opensuse.org/KDE/FirefoxIntegration [12:10] andv: try in #launchpad [12:10] i know about that one [12:10] i havent seen the patches [12:10] asac, gonna fix greasemonkey this evening / night [12:10] asac: the other thing is please look at: https://bugs.launchpad.net/bugs/422745 last i heard there was no separate alterntives for flash [12:11] hopefully they upstream them or mconnor takes care that they don't ship that .... otherwise we will get complains for ages ;) [12:11] asac, gonna provide you the package when done, for a review [12:11] "opensuse ships kde integration .. why no ubuntu" [12:12] asac: IMHO we should wait for a non hacked version anyway [12:12] agreed [12:13] the only thing is last i heard they stopped working on it (or alteast came to an impass) [12:13] i think the gnash bug is something we should fix [12:13] let me see if i didnt do that yet [12:14] wouldnt it be under the xul* alternatives? [12:15] iceape is old style mozilla [12:15] they dont look there [12:15] but its not really the problem here [12:15] the problem is something different [12:18] asac: ok, i was going on the way he put it. WTF is RTE Player 0.2.354.390 and do we support it? [12:18] gnomefreak: fixing it now [12:19] gnash? [12:19] yes [12:19] asac: ok [12:20] andv: ? what bug [12:23] fixed [12:23] uploading [12:23] ok [12:23] gnomefreak: uplaoded. in case the guy still has the same bug let me know (or other upgrade errors there) [12:23] gnash_0.8.5-0ubuntu3_source.changes: [12:24] asac: i saw a few IIRC. i will not be here for at least until the 21st of this month [12:24] leaving today? [12:25] oh well time for smoke email locked up [12:25] asac: yes this moring [12:25] morning even [12:26] gnomefreak: enjoy your honeymoon!!! [12:26] asac: thanks i hope to :) [12:27] asac: https://bugs.launchpad.net/bugs/427280 [12:27] ok smoke for real this time [12:27] jdstrand: pitti needs your input on how to copy stuff from ppa to proposed [12:31] didnt think you could [12:33] ok who is Robert Ancell? [12:33] asac: seems ^^ assigned yelp FTBFS to you. im expected because its XUL related [12:39] eagles0513875, I did it np [12:40] gnomefreak, have fun during your honeymoon!!! [12:41] andv: thanks :) its going to be a while until that happens first fly to NJ than drive into NYC than sunday fly out to Sicily [12:41] gnomefreak, aww, I live in udine (italy) [12:41] which is quite a bit far away from sicily [12:42] yep it is i wanted venice but she didnt like that idea but she has family in Sicily to i agreed. [12:43] I'm 100 kms from venice [12:43] so pretty near [12:43] from sicily is around 1200 [12:43] or more [12:45] that is far [12:45] yep [12:45] ^^ [12:48] bdrung: i just sent email to bug report on adblock i know i should have asked it in here but email is what i am most concerned about atm [12:49] im thinking let wait for new upstream version until we push to Sid the more i think of it [12:49] earlier it is not possible [12:51] bdrung: for Sid? [12:51] * gnomefreak not sure what upstream version is atm [12:51] its current [12:52] bdrung: ok thanks [12:52] * gnomefreak coffee smoke than found out whats wrong with apt'dpkg [12:57] asac: with the umd 3.5 greasemonkey works fine (my modified version) [12:58] this is after todays updates [12:59] gnomefreak: whats the problem with just updating to whatever is shipped by addons.mozilla.org? [13:00] asac: i can but IIRC it was a mess but i have enough time to look at it [13:00] its ok [13:00] someone else can do that [13:00] enjoy your honeymoon [13:01] send us a pic ;) [13:01] gnomefreak: i have nothing prepared for debian. first step will be to contact the debian maintainer [13:01] sitting below the palm trees ;) [13:01] not sure where yo going though [13:01] * gnomefreak going to Sicily [13:03] karmic repos are screwedc up. its tell me gnome-games-common and others WARNING: The following packages cannot be authenticated! i dont have an ppa for them and Get:1 http://gb.archive.ubuntu.com karmic/main libempathy-gtk-common 2.27.92-0ubuntu2 [444kB] is where its getting them from [13:03] thats not nice [13:03] i dont know what the reason could be [13:03] at best dont upgrade it [13:03] try a different mirror [13:03] maybe your mirror has bad bits/bytes [13:04] http://paste.ubuntu.com/269115/ [13:04] * asac listens to "Aces High" ... hasnt heard that for 10 years or so ;) [13:04] gnomefreak: dont install [13:04] use different mirror [13:04] asac: ok [13:06] trying it.* [13:08] aces high by Iorn Maiden? [13:08] yeah!! [13:08] Iron even [13:11] * gnomefreak loves them been listening for many years :) [13:11] 2nd metal band i got into (after Metallica) [13:12] andv: are your mirros *it.*? [13:12] mirror even [13:12] yes [13:13] im getting a 404 on all of them [13:13] Err http://it.archive.ubuntu.com karmic/main gstreamer0.10-alsa 0.10.24-2 404 Not Found [IP: 193.206.139.34 80] [13:14] update works fine but downloading packages i get the 404 [13:15] gnomefreak: use archive.ubuntu.com [13:15] no language variant [13:16] k that will give me us archive though at least as i understand it it will automaticly get from closest lang. [13:17] us seems to work for once [13:17] i dont think so [13:17] ubottu: hi [13:17] otherwise just run apt-get update in 1hour on your gb mirror and hope that its fixed [13:19] us is working atm i will cange toi nothing when its done [13:19] Hi! Welcome to #ubuntu-mozillateam! [13:20] hehe [13:20] ubottu: any new features? [13:20] or were you just sick?` [13:20] !now [13:20] @now [13:20] !time [13:20] @time [13:20] Error: I am only a bot, please don't think I'm intelligent :) [13:20] he crashed and came back crashes again [13:20] Sorry, I don't know anything about now [13:20] i want time back [13:20] Information about using and setting your computer's clock on Ubuntu can be found at https://help.ubuntu.com/community/UbuntuTime - See https://help.ubuntu.com/9.04/serverguide/C/NTP.html for information on usage of the Network Time Protocol (NTP) [13:20] now back to mormal i hope [13:24] em:maxVersion>3.1b2 needs to be fixed :) that is upstream version. if seb is using upstream and it works im suprized [13:25] version 0.8.20090123.1-fx [13:26] that is latest upstream version as i have in PPA [13:26] no newer version on addons.firefox [13:26] ah forgot (greasemonkey [13:26] 0 [13:27] asac, are you sure greasemonkey requires a new upstream release? [13:27] asac, is greasemonkey-0.8.20090123.1-fx latest? [13:27] asac, in archives we have greasemonkey-0.8.20090123.1 [13:27] andv: i am sure that the upstream .xpi is different from our .upstream [13:28] at least the install.rdf is different [13:28] * gnomefreak wonders why no newer version. asac tell him to try the version in my PPA sinces it is working here [13:28] andv: it cant [13:28] newest version is in my PPA with fixed install.rdf [13:28] asac: nope [13:28] gnomefreak, there is no new upstream release [13:28] i was just looking at it. see pasted lines from install.rdf [13:28] Version 0.8.20090123.1 [13:29] is the same we have in archive [13:29] .:08:24:38:. < gnomefreak > em:maxVersion>3.1b2 needs to be fixed :) that is upstream version. if seb is using upstream and it works im suprized [13:29] from what https://addons.mozilla.org/en-US/firefox/addon/748 says [13:29] folkd [13:29] folks [13:29] just take the upstream .xpi [13:29] diff it with our .upstream branch [13:29] if its just the install.rdf then we want to just take that change "as new upstream" ;) [13:29] no rocket science [13:30] but you never know what greasemonkey folks are doing [13:30] at least they bumped the maxVersion there [13:30] asac, found out [13:30] good ;) [13:30] asac, why it does not work on ffox3.5 [13:31] asac, the max version is set to: 3.1b2 [13:31] asac, that should be fixed [13:31] andv: its 3.1pre in upstream not sure what ours has. im looking in my PPA for it but i think i lost it [13:32] that will work using 3.6* IIRC [13:32] gnomefreak, where that branch is hosted? [13:33] easy enough to fix. andv it was removed from my PPA or atleast gone atm let me see if i still have branch [13:33] https://code.edge.launchpad.net/~gnomefreak/firefox-extensions/greasemonkey.ubuntu andv [13:33] and mine works great :) [13:34] gnomefreak, the fix is just to adjust maxversion [13:34] if someone feels like pushing feel free :) testing for a long time now :) [13:34] andv: yes [13:34] and deps (new changes we need to make [13:34] )* [13:34] gnomefreak, if asac is ok with it, I will review / push it [13:34] gnomefreak, do it have new m-d stuff? [13:34] andv: let me make the xpi changes first [13:34] k [13:34] andv: nope this was before that [13:35] gnomefreak, update m-d stuff too [13:35] * gnomefreak working on it should be done soon. is ther ea xpi bug on it? [13:35] gnomefreak, Depends: firefox | abrowser | firefox-3.5 is wrong, that's why I said that to you [13:35] gnomefreak, yes [13:35] gnomefreak, there is a bug [13:35] wait [13:36] gnomefreak, https://bugs.edge.launchpad.net/ubuntu/+source/greasemonkey/+bug/427790 [13:36] Launchpad bug 427790 in greasemonkey "should be updated to a version compatible with firefox 3.5" [Undecided,New] [13:37] sebs bug should be a dupe of that. eagles0513875 you never set up an xpi bug for greasemonkey but doesnt matter too much [13:37] gnomefreak, when done, update the wiki page as well [13:38] gnomefreak, I've added some new fields as well [13:38] andv: ok thanks. please add this one if not already [13:39] k [13:39] asac: do you have sebs bug handy? [13:40] what do you want? [13:40] i have it [13:40] gnomefreak, bug assigned to you [13:40] andv: thanks [13:40] np [13:41] please dont ask him questions ;) [13:41] he is already busy enough [13:41] the bug is as it is [13:41] just update to latest xpi from upstream [13:41] if thats just install.rdf then thats how it is [13:42] ah ok duped [13:42] good [13:42] gnomefreak: no [13:42] thats a different bug [13:42] asac: i didnt plan on it [13:42] thats not fun [13:43] i told seb to file those two separately [13:43] dont dupe [13:43] it is same bug [13:43] it is not [13:43] only do bug 427790 [13:43] Launchpad bug 427790 in greasemonkey "should be updated to a version compatible with firefox 3.5" [Undecided,New] https://launchpad.net/bugs/427790 [13:43] the other bug is something else [13:43] asac: and his fails to work on it due to compat. [13:44] how is that different (same install.rdf changes [13:44] gnomefreak: dont bother with that. if you read the bug carefully you will see that its different [13:44] bug 427789 [13:44] Launchpad bug 427789 in firefox-3.5 ""Not compatible with Firefox 3.5.3" displayed after installing greasemonkey from firefox" [Undecided,In progress] https://launchpad.net/bugs/427789 [13:44] thats != 427790 [13:44] i just did [13:45] yes. then you didnt see the difference [13:45] i didint at first [13:45] k [13:49] !info greasemonkey [13:49] greasemonkey (source: greasemonkey): firefox extension that enables customization of webpages with user scripts. In component universe, is optional. Version 0.8.20090123.1-0ubuntu2 (karmic), package size 89 kB, installed size 1012 kB [13:49] just making sure [13:57] * asac lunch [13:58] andv: pushing to m-e-d branches [13:59] andv: waiting for it to populate on https://code.edge.launchpad.net/~mozilla-extensions-dev/firefox-extensions/greasemonkey.ubuntu fixed 2 bugs [14:00] gnomefreak, did you fix m-d stuff too? [14:00] andv: yes [14:01] andv: right now adding to the wiki [14:01] gnomefreak, did you add reference to the wiki into the changelog? [14:01] like I did with ubuntu-it-menu [14:02] gnomefreak, check ubuntu-it-menu changelog for an example [14:03] andv: no but i will thats easy enough [14:03] yep [14:03] if not i gonna do it np [14:04] andv: ok please do. im trying to catch up on everything. we need the wiki updated later for other extensions but maybe eagles0513875 was going to do that? [14:04] gnomefreak, would be really great to have the wiki page updated with some other extensions [14:04] we have 8 now [14:05] and as asac said we have more than 40 [14:05] andv: yep. but right now im trying to figure this out :) [14:05] so please eagles0513875 please add them [14:05] add them properly [14:05] with right links et on [14:07] shit dont touch it now [14:10] oh wtf [14:11] please don't tell it's fucke** now [14:12] i cant seem to get the table to line up for some reason. w [14:12] -w [14:12] andv: why! can you look at it while i go smoke please? [14:15] gnomefreak, fixed [14:16] gnomefreak, look now [14:16] andv: looking what did you do to fix it? [14:16] some white spaces randomly added [14:17] well little off i can fix this part [14:17] gnomefreak, fix the bug [14:17] gnomefreak, and move it to the right column [14:17] i am [14:17] grat [14:17] great [14:21] cant im missing something but one minute [14:22] just remove the (./) placed in wrong column and replace with the bug url [14:23] nope i end up with it like the table was last time [14:24] check for free spaces then [14:24] damnit [14:27] nope that didnt work either [14:27] hmmmm [14:30] ok wtf if i remove the extra (./) and fix spaces it still ends up on another line [14:30] a | should be removed somewhere [14:31] fixed [14:31] great [14:31] andv: thanks [14:32] np [14:32] wikis are still a pain in the ass [14:32] gnomefreak, is the branch ready? [14:32] oh crap i think so but one sec [14:32] did you update what asac said us? [14:32] ok let me find out what you wanted me to do unless you already did it? [14:33] gnomefreak, nope, im leaving [14:33] check ubuntu-it-menu changelog for an example [14:33] andv: ok ill look [14:33] gnomefreak, then drop me an email with mozgest branch to review / push [14:33] andv: ok [14:33] and greasemonkey branch to review / push [14:34] andv: where did you push ubuntu-it-menu to? i thought it was this but i dont see it [14:35] its not https://code.edge.launchpad.net/~mozilla-extensions-dev [14:35] gnomefreak, ~ubuntu-dev [14:36] ah ok [14:45] ok updating the branch. pushed waiting for LP to update [14:45] we should add a few things to the bug reports. i will add to wiki i think [14:46] ok [14:46] as I said drop me an email [14:46] I'll catch it [14:46] later [14:47] * andv off [14:50] asac: please see wiki: https://wiki.ubuntu.com/MozillaTeam/Karmic/ExtensionReview i added a few things to the Checklist section. maybe add an example or a link to example. but i have a few things to do and im gone :) [14:51] example https://code.edge.launchpad.net/~mozilla-extensions-dev/firefox-extensions/greasemonkey.ubuntu but it will be merged so we need a stable place as example [14:54] WOOOOHOOO PASSED MY linux exam part one [14:56] eagles0513875: congrats. you should have email about the extension wiki. we need to add more extensions to the list ( alot more) [14:57] ok [14:57] im under pressure on 2 fronts [14:58] chatzilla cant be done until someone packages seamonkey-1.1.18. i wont be able to upgrade it this month and it needs to be done soonish. some patches issues on nss nspr [14:58] gnomefreak: i could probably package if need be but knowing my luck i would have to try it a few times before its right [14:59] eagles0513875: the nss/nspr is not that of an easy fix. and mips patches need to be dropped as well. [15:00] ahhh ok not a good place for me to start then [15:02] eagles0513875: no not on that. tbird-3 lost tool bar buttons :( [15:03] :( [15:04] i would say best to start with small fixes ojn a package and build it than (just a command unless something major changed [15:04] i need to get karmic up and running on my laptop after i upgrade to 64bit snow leopard cuz right now i cannot install it what so ever [15:05] i woudl upgrade but was told for testing purposes its best to do a clean install [15:13] !info firefox-3.0 [15:13] firefox-3.0 (source: firefox-3.0): safe and easy web browser from Mozilla. In component universe, is optional. Version 3.0.14+build2+nobinonly-0ubuntu1 (karmic), package size 887 kB, installed size 3516 kB [15:18] !info firefox-3.0 jaunty [15:18] firefox-3.0 (source: firefox-3.0): safe and easy web browser from Mozilla. In component main, is optional. Version 3.0.14+build2+nobinonly-0ubuntu0.9.04.1 (jaunty), package size 867 kB, installed size 3456 kB [15:20] asac: not sure what the problem is, but if I use ubuntu-bug I get: http://paste.ubuntu.com/269195/ [15:28] isnt there an open bug on the Xwindow crashes? [15:28] although i dont remember the 607 [15:28] btw asac and gnomefreak will work on the extensions this weekend after the funeral tomorrow [15:29] jdstrand: yes. thats a known issue i have a bandaid fix for [15:29] eagles0513875: thats fine i will be gone for a week or more [15:29] and there is a fix landed on trunk ... it seems to be a race [15:29] jdstrand: bug 401055 [15:29] Launchpad bug 401055 in xorg-server "[MASTER] Gdk-ERROR **: The program 'firefox-3.5' received an X Window System error (BadWindow)" [Unknown,Fix released] https://launchpad.net/bugs/401055 [15:30] asac: bandaid is good but question is how long will it be before it falls off [15:30] when truck gets fix we will remove bandaid [15:30] i would think you have no real qualified opinion on that one :) [15:30] gnomefreak is right ;) [15:30] asac: thanks [15:30] we havent even added a bandaid to ffox 3.5 ... just for that reason: dont hide [15:32] ok guys thats it for me. we are bringing her laptop so i will have some access to email. asac feel free to update SM-1.1.18 with the nss/nspr. iceape from Mike should have the fixes already im guessing just grab patches but i havent had time to look at it or work on it since mike fixed it in Debian [15:33] gnomefreak: great. enjoy your holiday. see you back in best shape and fully recharged [15:33] 2 weeks you are back? [15:33] cu then! [15:33] ok folks i was told by boss to take off the rest of the day [15:34] so before i get fired i am sliding to weekend mode ;) [15:36] asac: give or take 1 week-whenever we decide to come back. she has off til oct 4th [15:36] asac: have a great weekend. [15:36] gnomefreak: where are you going? [15:37] asac: NJ>NYC>NJ>Sicily all this weekend :) [15:37] Sicily? [15:37] isnt that in italy ;) [15:38] wherever. if you are going to a beach or something send a pic ;) [15:38] ;) [15:38] cu then [15:40] asac: its attached to most southern end. its a different contrey, has its own capital even :) [15:41] i will take pics if we leave hotel ;) [15:41] ok emails done. gone to get ready for airport [16:01] 17h, let's see if it's green today ;) [16:59] ping asac re ff3.6.daily [17:02] asac: I wasn't sure about the things that you mentioned in the merge proposals [17:02] I will do that properly in the future [17:03] I was wondering if that was for trunk only [17:34] asac: I'm doing what now? [17:37] <[reed]> mconnor: making sure openSUSE doesn't ship KDE integration patches with Firefox [17:37] <[reed]> http://en.opensuse.org/KDE/FirefoxIntegration [17:37] <[reed]> (as in, make sure they upstream the patches) [17:38] man [17:38] that's So Not My Job [17:38] <[reed]> (just repeating what asac/gnomefreak were saying) [17:39] yeah [17:39] relayed to appropriate people [17:40] <[reed]> it looks like an add-on [17:40] <[reed]> trying to find where the code is now [17:46] <[reed]> http://www.youtube.com/watch?v=Pyp5bX_NV6k [17:46] <[reed]> youtube video of it [17:47] <[reed]> http://gitorious.org/firefox-kde-opensuse/firefox-kde-opensuse/trees/master === jtv is now known as jtv-afk === micahg1 is now known as micahg [19:23] micahg, asac: http://launchpadlibrarian.net/31663504/buildlog_ubuntu-jaunty-i386.firefox-3.7_3.7~a1~hg20090911r32412%2Bnobinonly-0ubuntu1~umd1~jaunty_FAILEDTOBUILD.txt.gz [19:24] ugh [19:24] that's a new problem :) [19:28] I'll see what I can do [19:48] fta: I'm testing now [19:48] it's jsut a rebase [20:10] fta: I'm waiting for the test build on LP [20:18] fta: 25 minutes till the test build starts [21:08] guud evening kids [21:08] asac: NM / MM still broken on boot :) [21:28] fta: build succesful and tested [21:28] branch is here: https://code.edge.launchpad.net/~micahg/firefox/firefox-3.7.head.daily-patch-rebase-20090911/+merge/11626 [21:29] ping asac ^^^ === BUGabundo1 is now known as BUGabundo [21:30] * BUGabundo stupid 3G [21:33] * micahg guesses no one is around to fix the dailies [21:33] hi BUGabundo [21:33] hey micahg