[12:33] whereto? [12:34] ... it haven't received the changes we did on paradiso branch yet ... if thats what you asked [12:34] no. is it build and pushed to the ftp ? [12:34] its not in official archives ... just in mozillateam preview archive [12:35] why that ? [12:35] usually we do weekly trunk uploads to that repo ... if trunk is not broken [12:36] couldn't it be like granparadiso ? [12:36] well ... because we cannot support trunk anyway ... and we push paradiso to help mozilla expose their software to ubuntu users [12:37] I see [12:37] maybe in next release cycle [12:37] as for xulrunner, it's already there [12:37] huh? [12:37] Version: 1.8.1.4-2ubuntu2 [12:37] well ... thats not trunk [12:37] i know [12:37] but that's like trunk [12:38] it will not be pushed [12:38] i don't follow? [12:38] he? [12:38] why not? [12:38] not released yet (xul 1.9 [12:39] but we could support it more or less [12:39] at least in terms of security [12:39] hmm [12:51] ok off for today [12:51] asac: Have fun :)... === rhelmer [n=rhelmer@people.mozilla.com] has joined #ubuntu-mozillateam === jbs [n=Bernardo@89-180-39-3.net.novis.pt] has joined #ubuntu-mozillateam === tonyy [n=anthony@ubuntu/member/tonyyarusso] has joined #ubuntu-mozillateam === jbs is now known as Bernardo === Bernardo is back. === Bernardo is now known as jbs === jbs is now known as Bernardo [08:31] good orning [08:31] good morning === red_herring [n=rj@c-24-14-245-251.hsd1.il.comcast.net] has joined #ubuntu-mozillateam === Bernardo is away: Ausente por agora. [10:01] Bernardo: have a nice day ;) === Bernardo [n=Bernardo@sourcemage/Bernardo] has joined #ubuntu-mozillateam === asac [n=asac@debian/developer/asac] has joined #ubuntu-mozillateam === hjmf [n=hjmf@7.Red-83-44-173.dynamicIP.rima-tde.net] has joined #ubuntu-mozillateam === Starting logfile irclogs/ubuntu-mozillateam.log === ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-mozillateam === Topic for #ubuntu-mozillateam: Home of Ubuntu Mozilla Team - https://wiki.ubuntu.com/MozillaTeam | Bug Triagers please read: https://wiki.ubuntu.com/MozillaTeam/Bugs/ | Firefox trunk package source : https://code.launchpad.net/~asac/firefox/trunk | Mailing List: ubuntu-mozillateam@lists.ubuntu.com | === Topic (#ubuntu-mozillateam): set by Admiral_Chicago at Sun Jun 24 10:33:47 2007 === Jazzva [n=sasa@cable-89-216-184-157.dynamic.sbb.co.yu] has joined #ubuntu-mozillateam [02:03] Hello... [02:16] Jazzva: ola [02:17] asac: Hola... I haven't made it yet to add an event listener... I think I'll have to read more about propagating events in XUL :)... [02:18] Jazzva: try to get the window ... addEventListener("load", your function") [02:18] ups [02:18] Jazzva: keep your time [02:18] Jazzva: its good to learn ... but isn't really important for now [02:18] Jazzva: its important to get the features for gutsy in this week .... they do not yet need to be perfect i guess :) [02:19] asac: Tried that... then I noticed (which I didn't earlier) that there was already an window.addEventListener(...) in overlay.js, though it was using another function. Now I'm trying to edit the function it calls and to see if it'll work :) [02:20] Jazzva: what event does it register on? [02:20] Jazzva: you need to register "load" [02:20] That one... [02:20] k [02:20] you can add a new listener [02:20] e.g. no need to edit existing one [02:21] so you keep code encapsulated/stable [02:21] ... buf for testing its probably ok :) [02:21] Ok... And this was bugging me... If I add another listener which one will be called? [02:21] both [02:21] Both? [02:21] Ok :) [02:21] yes [02:21] in order you added them [02:22] (usually its that way ... though i saw occurrences where people failed to name setXXXListener :) [02:22] but usually its afe to assume that *add* allows multiple listeners [02:23] Ok... I'll try it out now. [02:23] :) [02:23] Easier for now to edit the existing function [02:23] If I get it to work that way I'll try to split them :) [02:23] yes please do :) [02:24] Ok... [02:25] Here's one more thing: The second package with wrong dep does not install :/... The extension doesn't show up in Add-ons dialog in TB. [02:25] And it does if I manually run the XPI file... [02:25] Same result was with changed and unchanged package deps... [02:25] That's mozilla-thunderbird-bidiui... [02:32] Heh... Managed to get label hidden :)... === Ubulette_ [n=Ubulette@APuteaux-153-1-54-141.w82-124.abo.wanadoo.fr] has joined #ubuntu-mozillateam [02:42] asac: Ok, managed to add separate event listener :)... I will push the code to my branch as soon as I add the changes in separate commits. [02:49] Jazzva: please look at bzr diff to ensure that you just touched the code you wanted before pushing (last time that I say somthing like that:)) [02:50] asac: Right :)... [02:52] hi [02:53] hi Ubulette_ === Ubulette_ is now known as Ubulette [02:57] asac, I've committed and tested #52 and #53 [02:58] I would like to set was we can do for the other ftbfs before we push [02:58] s/set/see/ [03:01] Ubulette: how do they fail? [03:02] Hello Ubulette... [03:02] and what we can do about it. at least ppc [03:02] asac: Pushed to my branch: https://code.launchpad.net/~jazzva/ubufox/ubuntu [03:02] ppc a5 was fine [03:03] (though it's not really appearing :/. Will check if something went wrong) [03:03] (it's ok) [03:04] Jazzva: what is the the problem with your current branch? [03:04] asac: Nothing, it just took a minute or so to show up... [03:04] :) [03:06] huh? [03:06] what did take a minute? [03:07] asac: For new code to show up in branch... [03:07] asac: I think I could have done this better... [03:07] asac: The file checking... [03:08] asac: So far, I think that ubufoxCheckFile() is not needed, as it checks if file exists in event listener (see Revision 19). I tried not to do that, but I couldn't make it :/... [03:08] Jazzva: ok ... commit message: "if file exists" ? ;) [03:09] would have been a simple thing to name the file ;) [03:09] ok let me look at code [03:09] Hmmm... [03:09] Added check for /usr/bin/gnome-app-install presence. If it doesn't [03:09] exist, the 'Get Ubuntu addons' label is hidden. [03:09] It's named :) [03:09] OH, you mean rev 20 :). [03:10] Well, it's not some specific file... There are two of them, so I used the generic commit message :). [03:10] is isExecutable really not a property? [03:10] Well, it didn't show up an alert message when it was called as a property... [03:10] well ... then say of "application installer binary" [03:10] :) [03:10] file is really broad [03:11] asac: Ok :). [03:11] ok [03:11] did you try to chmod a-x ? [03:11] and see if it works? [03:11] Hmm... Nope... [03:12] But I think I have read that on MDC [03:12] why did you add a new onLoad method? [03:12] well [03:12] at least you should have dropped the other [03:12] oh right [03:12] sorry [03:13] ;) [03:13] The other? [03:13] yes [03:13] we can drop that [03:13] but please insert the template code for getting the strings to your method as well [03:13] onLoad? That? [03:13] yes [03:13] Ok.. [03:13] or is it used elsewhere? [03:14] Hmm, I can take a search to see... [03:14] but I don't think it is [03:14] if its not used, drop it ... but copy the strings expression in it :) [03:15] Nope, just there... [03:15] Ok [03:15] k [03:16] Jazzva: [03:16] revno: 18 [03:16] committer: Sasa Bodiroza [03:16] branch nick: ubufox.main [03:16] timestamp: Sat 2007-08-11 01:00:47 +0000 [03:16] message: Enabled ubuntuAddonsOverlay.xul in chrome.manifest Fixed startUbuntuAddonsWizard(event) in content/overlay.js [03:16] the comment plays down what you did :) [03:16] you did not fix that function, you implemented it :) [03:17] Lol... [03:18] Umm, why don't we lose the onAddonsLoad, and switch that to onLoad :)... [03:18] well ... overlay.js is a generic .js file (not specifically bouond to addons dialog) [03:18] so it looks reasonable either to move onLoad to addonsOverlay.js [03:18] Oh, ok :)... [03:18] or give it a bit namespace if we keep it [03:18] in overlay.js [03:19] asac, don't merge my branch just yet. [03:19] sure .. i am 120% utilized anyway [03:19] i have to finish my specs till friday? ! [03:19] whenever feature freeze is ... its scary close. [03:20] specs about ? [03:21] one more question, you said last friday you bumped changelog, I can't see that committed anywhere... [03:21] Jazzva: can you please try something: [03:21] asac: sure... [03:21] use .run(true [03:21] instead of false [03:22] and tell me if the UI freezes while our dialog is opened? [03:22] while it is open i mean [03:22] Oook... .run(true) where? :) [03:23] Ubulette: I didn't push it because I didn't upload ... [03:23] debian/changelog: document 3.0~alpha7-0ubuntu4 release for gutsy [03:23] Oh... see it :) [03:23] i don't like pushing those entries without uploading [03:23] so feel free to commit on top of 51 [03:24] Jazzva: thanks ... just look while gnome-app-install is open if the firefox UI still repaints on resize etc. [03:24] Ok... just let me install g-a-i :)... [03:25] asac, so I have to uncommit 3 times, update, re-commit all and push --overwrite ? [03:25] he? [03:25] why? [03:25] I've already pushed up to 54 [03:25] Ubulette: revno is your own commit [03:26] 53 [03:26] so where is the problem? 51 is your revision ... I have that merged in my try [03:26] tree [03:26] so whatever you do on top without replacing any commit with revno <= 51 is ok [03:27] oh, thought you wanted me to bump changelogs in 51 [03:27] he? [03:27] no [03:27] ok [03:27] forget it [03:27] actually yes, but its not important [03:27] :) [03:27] i forget it often enough as well ... e.g. bump version + distribution UNRELEASED to open up tree [03:28] so I'll bump at 54 this time, but remember to do it sooner next time [03:28] Ubulette: as long as you stay above revno 50 i am ok with that [03:28] because thats the current revision published on release branch [03:28] Ubulette: ok. [03:29] Jazzva: does it stop to redraw? [03:29] asac: So far no... [03:29] Jazzva: so you have it running with gnome-app-install ? [03:29] Yep... [03:29] and you can resize it? [03:29] without getting not-painted areas? [03:30] Yep... both FF window and Addons dialog [03:30] Jazzva: can you please insert an alert to see that the run invocation doesn't return before you close gnome-app-install? [03:30] e.g. alert after .run ... [03:30] Ok [03:31] Damn... wrong run... [03:31] I've added to func that calls ubuntu-bug [03:31] Wait a sec... [03:33] please give me good news :) [03:34] Hmm... nope [03:34] It blocks FF until g-a-i exits [03:34] Then the run method is over... [03:34] yeah ... would have been too fateful anyways [03:34] thanks [03:35] you can switch it back to non-blocking [03:35] And that was blocking parameter? :) === Jazzva searches for page on run(...) method :)... [03:35] lookup nsIProcess [03:35] in mozilla developers refernece [03:36] or xulplanet [03:36] ok [03:37] asac: Why did you want to switch it to blocking? :) [03:37] well i hoped that they do really smart things ;) [03:38] but actualy it was hopeless [03:38] Ok... [03:38] now i have to run processes in a thread ... push result into UIevent queue [03:38] interestingly they don't provide a callback [03:38] for the async case [03:39] Mhm... [03:39] But doesn't run provide a new thread for called app? [03:39] hm, the 3 ftbfs are in xptcall, but for different reasons [03:39] (just a guess) [03:41] run forks a process [03:41] Ubulette: yeah ... thats fun [03:41] Ubulette: if you have luck its assembler code that needs to be adapted [03:41] one is asm [03:42] why would they want asm in a web browser ??? [03:42] can you fix it? [03:42] Ok, off for a smoke... BRB... [03:42] Ubulette: for xpcom [03:45] no, I can't fix asm, I haven't written asm code since early 90s === IdleOne [n=idleone@unaffiliated/idleone] has joined #ubuntu-mozillateam [03:46] i only did asm on 68000 :) so i am not really of help here [03:46] do all fail in xptcall? [03:46] so what browser can I install and test with gutsy? === Jazzva is back... [03:49] asac: Pushed the new branch... [03:52] do I want to install/test firefox-granparadiso? meaning is it going to work fairly well or is it to broken to bother? [03:52] IdleOne, what's your platform ? [03:52] gutsy [03:53] no. i386, amd64, sparc, ppc... [03:53] i386 [03:53] then granparadiso a7 should be fine. maybe just wait for -ubuntu4 [03:53] already running tribe4 [03:54] if that is what you meant [03:54] then an update will bring you firefox-granparadiso_3.0~alpha7-0ubuntu3 [03:55] yup I see that now [03:55] firefox-granparadiso_3.0~alpha7-0ubuntu4 will have a few more fixes, maybe this evening, maybe tomorrow [03:55] well it is installing and I'll do updates later and get fixes :) [03:56] if you want your profile to be automatically migrated, install -dev (in addition) for now [03:56] will no longer be necessary later on [03:57] firefox-granparadiso-dev also? [03:59] yes [04:01] don [04:01] done [04:01] then start it [04:01] you should see your previous profile active [04:02] Have to go now... See you in the evening. Have fun :). [04:02] thanks [04:08] asac, http://grumpymole.blogspot.com/ :) === shirish [n=shirish@59.95.38.89] has joined #ubuntu-mozillateam [04:10] asac: you up buddy? [04:10] or for that matter Ubulette [04:10] all, I need to go now. I'll come back in a few hours. [04:10] ok cool [04:10] IdleOne: you up around m8? [04:10] shirish, I'm here but need to go really soon [04:10] yes [04:11] ok guys, either of you have fff 3.0a7 on your machine? [04:11] fff/ff [04:11] I do [04:11] whats the command to update java alternatives? [04:11] so do I [04:12] ok good, either of you know how to get rid of incomplete downloads, I had an incomplete download & it does not clean up even after clicking clean up in downloads, its persistent since 3.0a5 :( [04:13] shirish: downloads.rdf please [04:13] (in your profile directory) [04:13] I made a bug-report way back bug 127668 but haven't received [04:13] Launchpad bug 127668 in firefox-granparadiso "does not clean up incomplete downloads" [Undecided,New] https://launchpad.net/bugs/127668 [04:14] asac: I just rm the downloads.rdf for manual removal [04:15] well then your bug is invalid ;) [04:15] as its probabyl not reproducible anymore [04:15] sorry [04:15] just upgraded to 3.0a7 -ubuntu3 and now I am getting a jre popup. I do have sun-java5-jre installed though [04:15] IdleOne: its not installed for paradiso most likely [04:15] IdleOne: install an alternative manually [04:16] and let me know if it crashes [04:16] asac: not to worry, I have lost count of how many bugs have been termed invalid & how many valid, it doesn't matter anymore. [04:16] asac, so I need to install sun-java*-jre again? [04:16] asac: I did file another bug about firefox-granparadiso not coming up in the alternatives which somebody re-assigned to dpkg I guess [04:17] shirish: that is wrong ... do you still have bug-id ? [04:17] IdleOne: if you want to try ... then yes [04:17] asac: sure, hang on [04:18] asac: https://bugs.launchpad.net/bugs/132201 [04:18] Launchpad bug 132201 in dpkg "firefox-granparadiso does not show up in alternatives" [Undecided,New] [04:20] asac: even deleting downloads.rdf in my profile .mozilla/granparadiso doesn't clear up the incomplete download :( [04:22] shirish: firefox just installs the x-www-browser alternative [04:23] shirish: i updated the bug [04:23] asac, I installed sun-java5-jre and still getting same error. ( yes I restarded paradiso ) [04:23] asac: I would tell you the real issue, the real thing is if I put ubuntu-bug in the CLI, firefox comes up, in preferred applications I had put up firefox-granparadiso, even then apport uses firefox in new window to put up bugs not firefox-granparadiso [04:24] asac: sharing the same on ubuntu+1 somebody told me this is most probably an alternatives issue, hence put up a bug about that [04:26] shirish: multiple issues/approaches: alternative would allow you to set x-www-browser [04:26] howver afaik, gnome preferred applications dialog needs manual modification of code [04:26] asac: with gconf-editor I assume? [04:26] anyway ... yes, setting x-www-browser should allow you to use granparadiso with apport [04:27] with gconf-editor you can set it now [04:28] asac: actually I did set it up, lemme get it up again, so you know what's happening [04:32] asac: shouldn't it be /desktop/gnome/url-handlers/http & https had set both of them to firefox-granparadiso but it defaults back to firefox, doing either with gksudo gconf-editor or just like that doesn't do anything :( [04:34] wierd [04:35] asac: you got that right, now I have 2 issues, one that even after removing downloads.rdf the cancelled download isn't cleaned, and the other one, that firefox is still the default for ubuntu-bug [04:35] or any bug-reporting, ideally I would like it to be firefox-granparadiso & that too in a seperate tab [04:43] ok what Im thinking is paradiso doesnt know where to look for java so think what I need to do is make a symlink but dont know how to do that [04:45] have to do a short break .... bbl [05:08] k === shirish [n=shirish@59.95.38.89] has joined #ubuntu-mozillateam [05:12] asac: had issues with xserver-xorg, anyway any ideas, what to do next for setting up alternatives in gconf-editor? [05:15] shirish: first ensure that the application selected in gnome is actually used [05:15] e.g. change browser in it ... and see if that changes the browser opened at all [05:15] try to open an url from gnome-terminal [05:16] asac: I am in xfce, which uses gtk, shouldn't it hold true even here [05:21] asac: I just updated some stuff at https://bugs.launchpad.net/bugs/132201 , didn't understand whatever you have written, no scripter or something, but looked up the man & put up whatever I could find. Please lemme know if you need more info. [05:21] Launchpad bug 132201 in firefox-granparadiso "firefox-granparadiso does not show up as browser alternative" [Undecided,Confirmed] [05:27] asac: also updated https://bugs.launchpad.net/ubuntu/+source/firefox-granparadiso/+bug/127668 the downloads.rdf solution doesn't work for me, perhaps I need to delete the downloads.rdf as well as the other downloads.sqlite also? [05:27] Launchpad bug 127668 in firefox-granparadiso "does not clean up incomplete downloads" [Undecided,New] [05:28] yup it was finally the downloads.sqlite which cleaned up the whole thing. [05:28] a you where in paradiso ... sorry [05:29] were [05:29] doesn't matter, would mark as invalid I guess for now, but will give feedback about downloads.sqlite, its cool to see lot of stuff using sqlite ;) [05:50] hi [05:50] hi [05:52] how do I run paradio from terminal? [05:52] paradiso [05:53] whats the command [05:53] i'm back [05:53] IdleOne, firefox-granparadiso [05:53] ty [05:54] I had it granDparadiso :/ [05:54] :) === jbs [n=Bernardo@84.39.92.169] has joined #ubuntu-mozillateam === jbs is now known as Bernardo [05:56] lol [05:56] before disconnecting the modem, I was about to say I've been able to connect to my wifi network everytime since I unhid the ssid [05:57] tonyyarusso: runing paradiso from terminal doesnt seem to show anything [05:58] IdleOne: dang.. [05:58] IdleOne, what are you looking for ? [05:58] Ubulette: trying to get java working [05:59] oh, it's easy. [05:59] cd /usr/lib/firefox-granparadiso/plugins/ [05:59] sudo ln -s /usr/lib/firefox/plugins/libjavaplugin.so [05:59] then restart [05:59] hehe [05:59] ty [06:00] restart FF (not everything) :) [06:00] yup I figured [06:01] reboots are rare occasions on linux [06:02] fortunately [06:02] but I have to reboot 100x times more with ubuntu than I did with debian. [06:04] hmmmm paradiso just closed [06:04] :/ [06:05] any message ? [06:05] (int the term) [06:05] wasnt running from terminal [06:06] could you retry in a term ? [06:06] sure [06:07] apport is starting a crash report [06:10] any message in the term before the crash ? [06:11] none [06:13] Bug #132235 [06:13] Launchpad bug 132235 in firefox-granparadiso "firefox-granparadiso-bin crashed with SIGSEGV" [Undecided,New] https://launchpad.net/bugs/132235 [06:13] what were you trying to do ? maybe I can try on my side (it's not confidential) [06:13] oh [06:14] just trying to get hjava working so I can go and play on pogo.com [06:14] s/hjava/java [06:14] it started correctly ? [06:15] paradiso starts fine it is when I click on the link to load the game that the screen goes white and after about 30-45 seconds it closes [06:15] will try again [06:16] could you start it, then visit about:plugins ? [06:16] sure [06:16] see if java is detected correctly [06:17] evberything is enabled [06:17] everything === Bernardo is away: Ausente por agora. [06:18] this is Java(TM) Plug-in 1.6.0_02-b05 that is being used [06:19] ok, me too [06:20] hmm, pogo needs a subscription [06:20] yes it does [06:20] it is pay sit [06:20] site [06:21] idleone@ubuntu-box:/usr/lib/firefox-granparadiso/plugins$ firefox-granparadiso [06:21] Segmentation fault (core dumped) [06:21] that is the message just got after trying to load a game [06:21] any "free/no reg" site crashing on you that I can try ? [06:22] lemme check and see if I can find one [06:22] thx [06:23] http://www.us.zylom.com/game/44/pharaoh-s-classic.html [06:24] just closed out on me [06:24] and got a core dump again === cwong1 [i=chatzill@nat/intel/x-3699f6e3614cddd2] has joined #ubuntu-mozillateam [06:27] IdleOne, me too. [06:27] ok so it is a bug [06:28] 132235 updates [06:28] bug 132235 updated [06:28] Launchpad bug 132235 in firefox-granparadiso "firefox-granparadiso-bin crashed with SIGSEGV" [Undecided,New] https://launchpad.net/bugs/132235 [06:28] well hopefully it will be fixed soon [06:30] be back later [06:37] it crashed just after reading /usr/lib/jvm/java-6-sun-1.6.0.02/jre/lib/content-types.properties [06:41] crashes with sun-java5-plugin too [07:01] asac, can I put my name/email in changelogs or should I put yours ? === Bernardo [n=Bernardo@sourcemage/Bernardo] has joined #ubuntu-mozillateam === jbs [n=Bernardo@89.181.42.19] has joined #ubuntu-mozillateam === jbs is now known as Bernardo [08:41] asac, just had a look at ppc build in a5. it didn't do anything in xpcom/reflect/xptcall/src/md/unix in a5 yet build was successful, now, it's still doing nothing except dying with an assert "XPTCall not implemented on this platform" [08:41] so no idea if a5-ppc debs were even working before [08:44] sparc is failing at the same place for a5 and a7 => need to be reported upstream [08:45] same thing with ia64 (but another issue) [09:04] Ubulette: i think that its a ppc64 machine .... which mozilla build system doesn't recognize [09:05] Ubulette: you can check in bonsai.mozilla.org if there have been checkins in the a5-a7 timeframe in the xpcom/reflect tree [09:05] I diffed a5 vs a7, no real change for those 3 platforms [09:06] yes, so its something else [09:06] Ubulette: have there been changes in xpcom ? [09:06] at all? [09:09] so what is the time window we are looking at? [09:09] ok 6 jun [09:09] was a5 [09:13] on sparc there is a missing `NS_InvokeByIndex_P' [09:13] where is that defined? [09:16] ./mozilla/xpcom/reflect/xptcall/public/xptcall.h:# define NS_InvokeByIndex NS_InvokeByIndex_P [09:16] then it's in asm [09:17] in mozilla/xpcom/reflect/xptcall/src/md/unix [09:18] but that asm is not tried to compile? [09:18] looks like a build system issue then [09:21] do you see anything in mozilla/xpcom/reflect/xptcall between a5 and today ? === shirish [n=shirish@59.95.38.89] has joined #ubuntu-mozillateam [10:01] asac: you up m8? [10:01] Or IdleOne or Ubulette either of you guys? [10:03] .. [10:03] ok cool, I just put up another bug report against FF 3.0a7 [10:04] id ? (bot missed it?) [10:05] seems to, its bug 132266, just reported it, a minute ago or less [10:05] Launchpad bug 132266 in firefox-granparadiso "firefox-granparadiso crashes with gstreamer-plugin" [Undecided,New] https://launchpad.net/bugs/132266 [10:06] Ubulette: lemme know if you need any more info. on this one [10:07] I've fixed it in totem a few days ago [10:07] bug 131658 [10:07] Launchpad bug 131658 in totem "[gutsy] totem browser-plugin makes firefox-granparadiso crash" [Undecided,New] https://launchpad.net/bugs/131658 [10:07] Ubulette: ok cool, seeing the bug report [10:08] I've posted my patches in the bug and I'm running my own svn+patch debs [10:10] now it's up to totem maintainer to adopt my patches or not [10:10] or produce FF3 compatible debs [10:10] ah ok, so we wait for asac to do the right thing whenever he can [10:10] hm, no. [10:11] totem maintainer [10:13] oh, ok [10:15] Ubulette: do you know how to play let's say a .wma song in totem? [10:16] mine just works [10:16] well, I only have 1 file [10:17] Ubulette: I get this all the time http://paste.ubuntu-nl.org/33606/ in each & every app. which can play wma file. [10:18] Ubulette: why does it need wine/module ? [10:21] no, I got this dll using the codec essential from mplayer [10:22] http://www.mplayerhq.hu/design7/dload.html#binary_codecs [10:23] Ubulette: these work alongside the stuff from win32codecs from debian-multimedia or what? [10:25] no idea. I doubt debian will ship that. it's a pile of binaries coming from god knows where [10:28] Ubulette: apart from the fact that mplayer plays lot more different formats http://debian-multimedia.org/faq.html [10:28] asac, I give up for the ftb sparc/ia64/ppc for now. [10:28] ubotu multimedia [10:28] Ubuntu 7.04 installs multimedia codecs automatically. For older versions of Ubuntu, or if you can't use the automatic installer, see https://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - For multimedia applications, see https://help.ubuntu.com/community/MultimediaApplications [10:29] shirish, if you just want wma, extract the mplayer zip somewhere and just take the file you need. [10:31] Ubulette: ok will do [10:39] asac, please have a look at my branch and merge if you're happy. it's #51 (granparadiso-fsh from friday), #52 (Re-enable master password previously hidden) and #53 (granparadiso-profilename tiny update to allow whitespaces) [10:39] and add changelogs so to push -ubuntu4 [10:48] Ubulette: this is odd, as both the debian-multimedia as well as mplayer both seem to have the same time-stamp & everything? [10:50] so maybe it's the same thing. where do that package came from ? [10:51] Ubulette: which one, the debian-multimedia one, its at www.debian-multimedia.org [10:52] oh, ok so it's not official debian. maybe it's just the same thing [10:52] so you should have that dll somewhere [10:55] now I re-installed it & it works, although came to know about another bug in exaile ;) [10:56] exaile is no longer usable for me. I'm back to rhythmbox [10:56] (both cvs/svn) [10:57] Ubulette: that's strange, I am using the one in gutsy & it works cool at my end, although there are glitches of course. [11:01] I'm with 0.2.11+svn20070813r2819+bbot-1 (ubuntu provides 0.2.10+debian-1.1ubuntu1) [11:03] Ubulette: https://bugs.launchpad.net/ubuntu/+source/exaile/+bug/132286 [11:03] Launchpad bug 132286 in exaile "Exaile should use /usr/lib/codecs for codec installation" [Undecided,New] [11:03] Actually that's worded wrongly, it should look for codecs in /usr/lib/codecs & not somewhere else. [11:04] "it" = ? [11:04] it= exaile [11:04] i have a symlink [11:05] Ubulette: I like the idea to make it simple for everybody, so that even my grandma can install stuff without going over it ;) [11:06] yet you mix ubuntu with other non-supported repo ;) [11:07] boom, http://www.mozilla.com/en-US/outages.html [11:07] Ubulette: IIRC there is also an ubuntu multimedia or some repository happening too, isn't there? [11:08] maybe but you can't open a bug on LP for those without being either ignored or rejected [11:10] Ubulette: either way I would atleast know what to do, and what is the right thing which should happen. [11:11] Ubulette: is debian/patches/bz390451_master_password_lost.patch unmodified upstream patch? [11:12] Ubulette: the first time I'm seeing mozilla having outages, although its a cool page [11:12] it is [11:12] asac: it is [11:12] asac: it fixes the issue and revert the hidden ui [11:12] +s [11:12] tested, fine [11:13] shirish, this is my exaile issue: bug 123409 [11:13] Launchpad bug 123409 in exaile "[exaile/gutsy] crash in lib gtkembedmoz" [Undecided,New] https://launchpad.net/bugs/123409 [11:13] mozilla bug 390451 [11:13] Mozilla bug 390451 in Libraries "Remembered passwords lost when changing Master Password" [Critical,New] http://bugzilla.mozilla.org/show_bug.cgi?id=390451 [11:15] Ubulette: didn't know exaile could also display lyrics [11:16] rhythmbox too [11:17] Ubulette: how do you get the lyrics in the first place? I can't see any plugin in exaile or in the preferences for doing so? [11:19] Ubulette: just ignore that last statement, I just saw what's written in there to reproduce it, would be trying it now [11:20] asac, if i co MOZ_CO_PROJECT=browser, I get trunk right ? [11:22] yes [11:22] Ubulette: I also get a seg. fault, now reporting it, bbiaf [11:22] what you get depends on how you checked-out client.mk === shirish [n=shirish@59.95.38.89] has left #ubuntu-mozillateam ["Leaving."] [11:23] asac, what's the status of mt trunk ? [11:24] needs to be updated with what we did for granparadiso [11:24] e.g. merge things down [11:24] should I start with fresh sources or dl your .orig.tar.gz somewhere ? [11:43] asac ? [11:45] huh? [11:45] ah right [11:45] just run debian/rules new-orig [11:45] (look in rules for the right target) [11:46] it will checkout the date named in changelog version from CVS [11:46] then copy that tarball to your tarballs dir to use bzr bd as usual [11:48] Ubulette: ^^ [11:48] [11:48] [11:48] ;) [11:48] :) === Ubulette just realized he did manually jsut that :( [11:51] asac, so, granparadiso.. push or not push ? [11:51] yes === IdleOne [n=idleone@unaffiliated/idleone] has joined #ubuntu-mozillateam [11:54] asac, good :) [11:54] Ubulette: https://code.launchpad.net/~asac/firefox/granparadiso [11:54] asac, should I start trunk from mt or you ? [11:54] please look at the new postinst prerm [11:54] if you don't see a typo i will upload it that way === shirish [n=shirish@59.95.38.89] has joined #ubuntu-mozillateam [11:55] i think it should be #!/bin/sh -e in prerm [11:55] ok [11:56] Ubulette: off to sleep now, but did manage to upload a bug report about deluge/python2.5 or whatever is at work. [11:56] ok pushing --overwrite to ~asac ... then pushing that to mt before upload [11:57] https://bugs.launchpad.net/ubuntu/+source/python2.5/+bug/132304 [11:57] Ubulette: https://bugs.launchpad.net/ubuntu/+source/python2.5/+bug/132304 [11:57] shirish, I'm ruling deluge from svn. it works great :) [11:57] 0.5.4.1 [11:58] completely redesigned [11:58] s/ruling/running/(obviously) [11:58] :) [11:58] Ubulette: cool, then perhaps a wishlist bug-report about that on lp [11:59] not sure it's released yet [11:59] asac, looks ok [11:59] asac, I prefer a set -e though [12:01] Ubulette: going off to sleep, would probably bug you in another 12-13 hrs. or so if possible, let's see if I can use the new exaile. [12:01] asac, why did you do -4 and -5 in the same commit ????????? [12:01] Ubulette: pushed [12:01] he? [12:01] damn :) [12:02] too late ;) [12:02] shirish, sure. Good night [12:02] that happens if you do things at midnight [12:02] Ubulette: Good night, thanx for your time === shirish [n=shirish@59.95.38.89] has left #ubuntu-mozillateam ["Leaving."] [12:03] well, as long as it goes forward :) [12:03] fuck ... why doesn't bzr complain that i have a modified changelog file when pulling changes [12:03] it usually complained about everythin [12:04] shame on me [12:04] live goes on [12:04] yep [12:04] asac, should I start trunk from mt or you ? [12:04] a second eralier and i could have stopped this ;) [12:04] whats the difference? [12:05] dont know. that's why I ask [12:05] ok mt [12:05] mine can be considered abandoned === asac marks as such [12:06] I'd like to see it pushed, even if it's maintained as best effort... so I can daily build it with my buildbot [12:07] same for my personal paradiso branch [12:07] i'd rather not waste my credits with archive team [12:07] ... i already get haragued for the amounts of mozilla copies in the archive [12:07] it's not automatic ? [12:07] Ubulette: why can't you build from mozilla? [12:08] mozilla team i mean [12:08] or just from bzr branch? [12:08] my bot is designed to build HEAD on top of debs [12:08] don't really understand [12:08] it gets diff.gz for gutsy and apply it to SVN/CVS/git/hg/bzr/whatever [12:09] s/for/from/ [12:09] well [12:09] now its just bzr branch ... ; cd debian/; fakeroot ./debian/rules neworig; dpkg-buildpackage -rfakeroot [12:09] add that to your cronjob [12:10] lol no. I have a full system [12:11] forget it :) [12:12] grr, bug 123103 is driving me nuts [12:12] Launchpad bug 123103 in firefox-granparadiso "Firefox Granparadiso changing workspace" [Low,New] https://launchpad.net/bugs/123103 [12:12] why did they had to change that ! [12:14] ok our recommends is wrong ... [12:14] for gnome package [12:14] was pointed to by query [12:16] ? [12:17] dunno ... maybe take a look at the recommends [12:19] it passed before ? [12:20] ah Suggests: [12:20] is wron [12:20] g [12:20] firefox-gnome-support -> firefox-granparadiso-gnome-support [12:20] (if we have that package at all) [12:21] I'm using it.. yet I haven't checked what's in it :P [12:22] gasp, that's also something I had in my tree [12:25] i pulled you tree [12:26] no no, not bzr. [12:26] that was in my a6 and pre-a7 [12:26] no longer matter [12:29] k [12:29] Ubulette: i open up the tree by adding changelog for next release to mt branch [12:32] he? -6 ? [12:32] y [12:33] done [12:33] rev 56 [12:33] so, I just need to pull ?