/srv/irclogs.ubuntu.com/2008/10/24/#ubuntu-mozillateam.txt

=== dholbert is now known as dholbert_Sheriff
=== dholbert_Sheriff is now known as dholbert
=== asac_ is now known as asac
asachmm09:26
armin76bumb09:49
asacarmin76: you have a vanilla ffox install?09:51
asacarmin76: whats the url of firstrun page?09:51
armin76vanilla?09:51
asacarmin76: yes, tso that you can answer the question ;)09:51
armin76http://www.mozilla.org/projects/firefox/2.0.0.17/firstrun/09:52
armin76that?09:52
asacarmin76: does that page give you anything?10:02
armin7640410:02
asacarmin76: whats up?10:02
armin76what?10:03
asacarmin76: that cant be the right firstrun page ;)10:07
asacarmin76: as you said: 404 :-P10:07
armin76it is10:07
asacarmin76: then why is it 404?10:07
asacthere is no version at all10:08
asac3.0.2 3.0.3 2.0.0.16 ... nothign works10:08
armin76yeah, because its http://www.mozilla.com/en-US/firefox/2.0.0.17/firstrun/10:08
asacah10:09
armin76if you build from source you get that 404, but if you use the binary from mozilla.com, you get the one that works10:09
asacstupid stuff10:09
asac[reed]: ^^ why dont you redirect that "not-locale" page?10:09
asacoh ... its even mozilla.org :/10:10
=== asac__ is now known as asac
ptuxhi. i'm using firefox3.0.3 on ubuntu 8.04 and my browser ask me to save the password just of a few websites, not all. as i've not established any ecception, can anybody explain me the reason of this problem?11:09
asacptux: hard to say11:16
asacmost likely a website bug?11:16
ptuxmmh a yahoo bug, then?11:17
ptuxbut with yahoo also other websites..11:17
suzheasac: ping12:03
asacsuzhe: hi12:06
suzheasac: I finally fixed the libmozjs dependency issue, following your suggestion. :-)12:13
suzheasac: thank you so much for your kindly help.12:13
suzheasac: the code is at: http://code.google.com/p/google-gadgets-for-linux/source/browse/trunk/extensions/smjs_script_runtime/libmozjs_glue.h12:14
suzheasac: and libmozjs_glue.cc12:14
suzheasac: in case you are interested in it :-)12:14
asacsuzhe: cool. let me check12:20
asacsuzhe: you should use 1.9.0.* as maxversion12:21
asacunless you know that 1.9.* will always be compatible12:21
asacsuzhe: at best that max/min version would be detected at build time for now12:21
asac(assuming that the ABI/API is stable for the then current product line)12:21
suzheasac: Hmm, I'm wondering will ubuntu 8.10 upgrade xulrunner from 1.9.0.x to 1.9.1.x later?12:22
asacsuzhe: and use 1.9 as minversion12:22
asacwhat happened during alphas is at best unknown12:22
asacsuzhe: most likely we will go for 1.9.1 as default in 9.0412:23
asacsuzhe: but we allow users to install 1.9.1 next to 1.9.0 already12:23
asacsuzhe: install xulrunner-1.9.1 (and firefox-3.1) from fta archive if you want to test12:23
suzheasac: how about having a configure option to specify it? so that packagers can change it without changing the source code.12:23
suzheasac: I'll have a try.12:23
asacsuzhe: https://edge.launchpad.net/~fta/+archive12:24
suzheasac: thanks.12:24
asacsuzhe: i have to think abit about it.12:24
asacsuzhe: e.g. where to get a decent version from12:24
asac(at best using official things from the -devel package912:24
asacsuzhe: ok. could we use you glue lib as kind of wrapper lib?12:25
asace.g. so people that want to use mozjs could link against that lib ... where we could track abi/api for12:25
suzheasac: feel free to use it.12:25
asachmm12:25
asacsuzhe: just thinking if that would be helpful to have that in general12:25
asacbut most likely its not12:25
asacbut cool12:26
suzheasac: actually the glue is generated from a shell script.12:26
asacsuzhe: did you commit that too?12:26
suzheasac: yes, gen_libmozjs_glue.sh12:26
suzheasac: you can find it in the same directory.12:26
asacsuzhe: and how do you link all this now?12:26
asacwith dependent glue linkage?12:26
asaclet me check the makefile12:27
suzheasac: it requires xpcomglue12:27
suzheasac: actually I use the link flags from libxul-gtkmozembed-embedding.pc12:27
asacsuzhe: there are two ways: e.g. pkg-config --libs libxul(-unstable) ... or libxul-embedding(-unstable)12:27
asacsuzhe: hmm ... thats a legacy pc thing. you should one of the above12:27
asaclet me check which12:28
asacerr12:28
asacthat doesnt exist here12:28
asacah mozilla12:28
suzheasac: oh, I'm using mozilla-gtkmozembed-embedding or libxul-embedding-unstable12:28
asacsuzhe: yeah. use libxul-embedding-unstable12:28
suzheasac: what's different between libxul-* and mozilla-*12:29
suzhe?12:29
asacthe mozilla-* thing is just an attempt to provide something that has the same name as in ffox 2 ... but its at best confusing as there is no such thing as a single pc file anymore12:29
asacso we should use the "new" ones in new code12:29
suzheasac: ok I see.12:29
asacsuzhe: previously it was just mozilla-gtkmozembed-embedding for everything. now we have dependent glue (libxul) and standalone glue (libxul-embedding)12:30
asacmozilla-gtkmozembed-embedding just pretends that everything is the same as before12:30
asaci think other distros got that in because that allowed them to build their packages without modification ... but then they realized that they need to change the code too in order to load the glue in the standalone case12:30
suzheasac: I'm wondering if some distros doesn't have libxul-*?12:31
asacsuzhe: no. all should have that for 1.9 ... otherwise they are stupid12:31
asacits the upstream .pc file12:32
suzheasac: I see.12:32
suzheasac: thanks a lot.12:32
asacwelcome12:33
gnomefreakhas anyone worked on the extension upgrade prosses yet?12:58
asacgnomefreak: volans13:03
asache is a bit busy though13:03
gnomefreakok thanks13:03
asacgnomefreak: there are a bunch of scripts somewhere13:03
asacmost stuff should be there13:04
asacsomeone just needs to plumber that together to a cron job or something13:04
asacand fill in missing gaps13:04
gnomefreakill look for them in a bit. im trying to figure out who someone is atm13:04
asacsure13:04
gnomefreakare they on wikis?13:07
gnomefreakasac: do you have a bug number for "No description found in plugin database" whenchoosing flash plugin13:11
gnomefreakasac: what are we doing with compiz releated bugs in firefox. eg: firefox doesnt crash with compiz disabled13:24
asacgnomefreak: reassign to compiz i would say13:35
gnomefreakok.13:35
asacgnomefreak: no. they should post individual bugs against the package that doesnt have a description13:36
asacgnomefreak: which package is that?13:36
gnomefreaklooking for the bug atm13:36
gnomefreakasac: bug 20281613:36
ubottuLaunchpad bug 202816 in firefox-3.0 "Crash while attempting to watch flash video" [Undecided,Invalid] https://launchpad.net/bugs/20281613:36
gnomefreakoh nevermind i missed the invalid13:36
gnomefreakoops13:37
gnomefreakbug 209499 is right bug13:37
ubottuLaunchpad bug 209499 in firefox-3.0 "Default window size too large, obscured under top panel" [Undecided,New] https://launchpad.net/bugs/20949913:37
gnomefreakbe back restart13:45
gnomefreakshredder is broken :(14:10
fta?14:10
ftamine?14:11
asacfta: is that a re-question on a question from me?14:12
fta<gnomefreak> shredder is broken :(14:12
asack ;)14:12
ftaasac, did you ask me something?14:12
gnomefreakfta: yes yours or upstream broken14:12
ftagnomefreak, noone complained14:13
gnomefreakfta: the start-up page is 404  apache not found or something like that. and nightly enigmail cant be used with it14:13
gnomefreakfta: hence why im telling you now14:13
ftathe start page is always broken, even for ff. blame [reed]14:13
gnomefreakff works fine last i checked in 3.0.314:14
ftayep, 3.0.3 is a release, not a snapshot14:14
gnomefreak3.0 bookmarks not working for anyone?14:19
gnomefreakoops14:19
gnomefreak3.114:19
gnomefreaki saved the enigmail link and its not in bookmarks menu14:19
gnomefreakworking on enigmail issue it seems everyone is seeing it14:23
=== thunders1ruck is now known as gnomefreak
gnomefreakok damnit .96a doesnt work14:32
* gnomefreak think the Mozilla dev have lost htier mind :(14:40
gnomefreakthier14:40
gnomefreakbe back smoke14:41
=== thunderstruck is now known as gnomefreak
gnomefreakha found issue lets see if i cant fix it ;)14:55
gnomefreak <em:minVersion>3.0b2</em:minVersion>15:00
gnomefreak        <em:maxVersion>3.0.0.*</em:maxVersion>15:00
gnomefreakthat is right :(15:00
gnomefreakoh no its not15:00
=== thunderstruck is now known as gnomefreak
gnomefreakwhat is the med-* command to build tarball from .xpi?15:38
gnomefreaki found it15:44
newz2000Hi, anyone notice in the last couple days firefox's ctrl+f search is now case sensitive?16:11
newz2000(intrepid beta btw)16:12
newz2000I think this is a bug but wanted to check before I reported it16:12
newz2000oh, just found the checkbox that says "match case"16:13
thunderstrucktheres an option16:13
newz2000good thing I only made a fool of myself here in front of 34 people than in launchpad for the whole world to see. :-)16:14
fta:)16:29
=== thunderstruck is now known as gnomefreak
* gnomefreak starting to hate enigmail16:31
gnomefreaknot as easy as you would think16:32
ftagnomefreak, does it work with upstream tb3 ?16:35
gnomefreakfta: no .rdf version is wrong16:36
gnomefreaki fixed that but still running into configure issues due to not having a configure.sh thunderbird-3*16:36
ftawell, this is a detail, if you tweak/force it, does it work?16:36
gnomefreakconfigure.sh.THUNDERBIRD_1_5_RELEASE and configure.sh.THUNDERBIRD_2_0_0_0_RELEASE are causing one issue16:37
gnomefreakAFAICT they look the same16:37
* asac feels tired :/16:38
* fta too16:38
gnomefreakwhy have separate config files instead of using rules to set options16:38
asacgnomefreak: is that enigmail?16:38
gnomefreakdamn16:38
gnomefreakwait16:38
gnomefreakasac: yeah16:38
gnomefreaki can unpack .xpi and repack it and test16:39
asacgnomefreak: my advice is: don't try to touch that16:39
asacgnomefreak: it comes directly from hell ;)16:39
gnomefreakwhat is med-pack?16:39
asacneed a medic ;)16:39
gnomefreakasac: that it does16:39
gnomefreak:)16:39
asacgimme a medpack16:40
asac;)16:40
asacgnomefreak: enigmail needs to be redone from scratch16:41
gnomefreakasac: im seeing that16:41
asacthat things is really lost (otherwise i would have upgraded it to 0.95)16:41
asacerr 0.99 ;)16:41
asacor whatever is the latest16:41
gnomefreakim working on 0.96a just to test with tbird-316:41
gnomefreaki just need a pack command for med16:42
gnomefreakunpack == easy16:42
gnomefreaknone of our wikis goes into detail on the med-* commands atleast none that i saw16:43
* asac migrates somewhere else16:43
gnomefreaki think i did it :)16:44
gnomefreakwell its there lets see if it helps16:44
gnomefreakit worked16:45
gnomefreaknow lets test it16:45
gnomefreakasac: i sent you email to your ubuntu.com address let me know if signed16:49
gnomefreakhttps://code.edge.launchpad.net/~gnomefreak/firefox-extensions/enigmail.upstream is fixed version just need to med-xpi-pack enigmail.upstream nameofxpiyouwant16:53
asacgnomefreak: yeah. most likely enigmail  might be special though. but future will tell16:55
asacgnomefreak: oh16:55
asacgnomefreak: well. med-xpi stuff doesnt work for enigmail ... thats for sure16:55
asacgnomefreak: it has binary components that need to be built ... so we need real sources16:56
gnomefreakoh damn16:57
gnomefreaknow if shredder b1 was released we dont need to change .rdf17:00
asacgnomefreak: we need to redo the enigmail package completely17:10
asacand we cant use the default med-xpi stuff17:10
gnomefreakright17:10
gnomefreaki dont see that happening for a while though (not real high on importance as see it since tbird2 works with our version17:11
gnomefreak(*17:11
gnomefreakif it wors for me im happy with it for now17:11
asacok ... taking my time off tonight. cu tomorrow (or real late)18:58
ftahm.. http://paste.ubuntu.com/62119/19:05
ftaasac, ^^ (if you're still there)19:05
ftanm, the usual symlink mess19:20
=== jetsaredim1 is now known as jetsaredim
nxvlhi! did someone knows where can i find the "Firefox is already running" dialog?22:44
nxvlas in the source of it22:44
ftastevel, i will let asac answer your questions about SLA and policies, i prefer to stay out of the legal/political business.23:13
ftaasac, ^^ see bug 9449423:13
ubottuLaunchpad bug 94494 in ubuntu "[needs-packaging] Songbird" [Wishlist,In progress] https://launchpad.net/bugs/9449423:13
asacfta: hey. anything i can answer in semi-drunk state?23:32
asac:)23:32
asacnxvl: this sounds like you are trying to do something scary. whats the root cause of whatever idea you had ;)?23:33
* asac Nafallo i mean E5123:40
Nafalloasac: yea. thought so :-)23:40
asacNafallo: oops23:41
asacNafallo: thats how irssi works. discriminating the poor drunk people here323:41
Nafallolol23:42
Nafalloasac: I'm sure it loves you anyway :-)23:42
stevelfta: no worries, thanks :)23:47
ftastevel, i have a bunch of issues with sb trunk.23:53
stevelfta: what's wrong?23:53
ftaprofile upgrade from 0.6 to trunk23:53
ftai ended up with no song in my library, and tons of errors in the error console23:54
ftaa huge memory leak, 2G in 10 minutes23:54
ftaseveral aborts23:55
ftaand no sound at all since it last crashed23:56
ftastevel, ^^23:57
ftawell, no sound + the leak23:57
stevelyech. do you have the same issue if you create a new profile?23:58

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!