/srv/irclogs.ubuntu.com/2008/08/19/#ubuntu-mozillateam.txt

=== asac_ is now known as asac
ftahm, i've lost subpixel with the new cairo01:13
XioNoXHi !09:19
asachi XioNoX09:34
XioNoXasac, I've just add the license block09:35
asacgood ... everywhere?09:35
asace.g. on all your branches?09:35
XioNoXnot the 3rd09:37
asacfta: oh. dholbach voted for you ;) ... nice09:41
asacXioNoX:  ;)09:41
asacall good are three ;)09:41
XioNoXok, nice09:41
XioNoXasac, What is the "awsome" think you told me yesterday ?10:01
asacXioNoX: hehe ;)10:02
asacXioNoX: what i want is a the application pane ... but just filtered by known plugin mime-types10:04
XioNoXdo you think I'll have time ?10:04
XioNoXand what is the application pane ?10:05
asacXioNoX: preferences -> applications10:07
asacXioNoX: thats basically what we want to manage plugin mime-types10:07
XioNoXso I work in firefox code ?10:08
asacXioNoX: no10:08
XioNoXubufox ?10:08
asacXioNoX: yes. for now10:08
asacXioNoX: i think all what we do for the altplugins things is kind of a prototype to show upstream that managing multiple alternatives can be nicely done10:09
XioNoXok10:09
asacXioNoX: what we want is a new menu item in the right row: "Use other plugin ..."10:10
asacXioNoX: you think you can add that?10:10
asactry to overlay it i'd say10:10
XioNoXI don't understand :)10:12
asacXioNoX:  have you found that pane?10:12
XioNoXyes10:13
asacon the left there  are mime-types (e.g. shockwave flash)10:13
asacon the right there are options10:13
asacerr "Action"10:13
asacXioNoX: got that?10:13
XioNoXyep10:14
asacXioNoX: ok ... in action there is a drop down menu?10:14
XioNoXyes10:14
asacfor now we want "Use other plugin ..." there10:14
asacwhich triggers our plugin finder wizard with the proper mime-type!10:15
XioNoXit is this part that I don't understand :D10:16
XioNoXa new "action" element called "Use other plugin" ?10:17
asacyes10:17
XioNoXhaaa10:17
XioNoXbut nobody goes in this tab10:17
asacXioNoX: true10:18
asacXioNoX: however,10:18
asacthe idea is to use the same UI in the addons manager ... just that it doesnt use the gnome-mime database, but the mime-types currently provided by plugins10:19
asacXioNoX: if you think thats too much we can also improve the "current" plugin finder wizard10:19
XioNoXI think it is a lot of work for a little thing, but I can be wrong10:21
XioNoXwhat do yo have in mind by "improve the "current" plugin finder wizard" ?10:22
asacXioNoX: only display plugins that are not currently used10:24
asacXioNoX: we also need to take care that if you install gnash after flahsplugin-nonfree that you will use gnash10:27
asacif you then install flashplugin-nonfree again, you want that to be used10:27
asac"install" select in alternative plugin finder10:27
asac"install" == select in alternative plugin finder10:27
XioNoXwhen you install flahsplugin-nonfree from repos, gnash is removed, etc...10:28
asacXioNoX: no its not10:28
asacXioNoX: currently we maintain alternatives ... but that is not really required imo10:28
asacwell10:28
asacfor global alternatives might be ok. but what we probably want to do here is to put the a link into the profile directory10:29
asacso the user can switch between installed alternatives10:29
asacbut in the end we lack mozilla features in order to do it in a perfect fashion10:30
XioNoXi agree10:30
asace.g. mozilla doesnt allow you to select individual plugins by individual mime-types10:31
XioNoXok10:31
asacso we need to be innovative ;)10:31
XioNoXso first, filter plugins in the richlist ?10:32
XioNoXto show only installed plugins10:32
XioNoXerr, non installd plugins10:33
asacXioNoX: we have a rich list?10:33
asacXioNoX: if you want to go for the application panel, yes.10:34
XioNoXnot rich10:34
XioNoXradiolist10:34
asacyeah10:34
XioNoXI get a new version of ubufox ?10:39
XioNoXor I work on an existing one ?10:39
asacXioNoX: i think it belongs in the altplugins branch10:40
XioNoXok10:40
asacXioNoX: what you can do is to check whether /usr/lib/<packagename> ... exists10:41
asacthat is a bad hack ... but it probably gives you a quite accurate idea whether the package is installed or not10:41
XioNoXbut this works only for packages :(10:41
XioNoXnot for user-scale install10:41
asacradiolist, yes.10:45
asacXioNoX: well. for user based install we could try what i sadi ... e.g. create the proper link10:46
XioNoXit is a bad hack, no ?10:53
XioNoXit is like the plugin is installed twice, no ?10:53
asacno ... i think profile plugins will win10:55
asacbut not sure10:55
XioNoXif it is like extentions, profile win10:56
asacnot 100% sure ... i think plugins are rather stupid10:58
asacwhatever is scanned first and matches mime-type wins10:58
asacso profile probably will win10:58
XioNoXand we can't use the about:plugin stuff ?10:58
asacfopr what?10:59
XioNoXto know what plugin is used10:59
XioNoXfor wich mimetype10:59
asacXioNoX: you can iterate all plugins10:59
asacXioNoX: however, its hard to match what package each plugin is mapped to11:00
XioNoXand about:plugins don't make différence between pakages and profD plugins11:00
asacXioNoX: well ... we can find the install path11:00
asacpluginreg.dat11:01
XioNoXbecause it will be the same thing if we make links in te user dir11:01
asacin the profile11:01
asacnot sure if it follows links11:01
asacif it does it becomes even trickier11:01
XioNoXusing pluginreg should be easier, no ?11:02
asacXioNoX: well ... that info you can get through the navigator object11:03
asacin javascript11:03
XioNoX?11:03
XioNoXthere are mimetype, plugin name, and file location11:04
asacyes11:11
asacXioNoX: ok. how about this:11:13
asacwe add the ability to set a pref modules.plugins.mimetypes.application/pdf = PATHTOPLUGOm11:13
asacto firefox core11:13
asacwe add the ability to set a pref modules.plugins.mimetypes.application/pdf = PATH/TO/PLUGIN11:14
asace.g. pref("modules.plugins.mimetypes.application/shockwave-flash", PATH/TO/PLUGIN)11:14
asacXioNoX: i guess that would be helpful right?11:15
XioNoXit wil be the same as the one present in the pluginreg.dat, no ?11:16
XioNoXand who will set this pref ?11:16
asacXioNoX: our wizard will set that pref11:16
asacXioNoX: (or the user manually if he wants)11:16
asacXioNoX: and yes: the path would be the one in pluginreg.dat11:17
XioNoXso why using an intermediate pref ?11:17
asacXioNoX: why? because the pluginreg.dat format doesnt know anything about preference11:17
XioNoXwhy we don't just ask pluginreg.dat when needed ?11:17
asacand there is no write-access interface available anyway11:18
asacXioNoX: pluginreg.dat has no information about preference when there are multiple plugins for the same mimie-type11:18
XioNoXbut we don't have to modify it, just get values11:18
asacXioNoX: which value?11:18
asacthere is no mean to express user-preference in pluginreg.dat11:18
asacthuse we would need to extend that format ... which i dont want -> thus the pref11:19
XioNoXha ok11:19
asacand the reason why i dont want to extend that format is that there is no API to manage plugin registry at all11:19
asacso we would have to invent even more11:19
XioNoXyou want that if there are many plugin for the same mimetype installed11:20
XioNoXthe user can chose11:20
asacyes11:20
asacright11:20
asacthe final idea is still to have the drop down box from prefernec -> applications where the user can switch easily when there are already multiple installed11:20
XioNoXand not if there are 1 installed and you install an alternative it remove the old one11:20
asacor install new ones thjrough "get other plugins ..."11:20
asacXioNoX: right11:20
asacXioNoX: doing that will cover the user install case i hope11:21
asacXioNoX: only thing that is tricky is to figure which path the "just-installed" plugin has11:21
asacfor packages that should be more or less easy11:21
asacfor .xpi installs that can be harder, but we will figure something i am sure ;)11:21
asacXioNoX: i can write the firefox core changes to honour such preferences11:22
asacyou can write the logic that allows users to switch to other plugins ;)11:22
XioNoXthis seam to be a big project11:23
XioNoXand there are some hope that this will be included upstream ?11:23
asacXioNoX: its not a big project11:23
asacXioNoX: the two parts are managable11:24
XioNoXok11:24
asacXioNoX: if you use the current plugin finder wizard at least11:24
asacimplementing it the applications panel way is more work11:24
asacand is what i suggested in the upstrewam bug11:24
XioNoXok11:24
asacso whether this can land, depends on how well we make it work for us11:25
asacimo11:25
asaconce the people see that it works, there is no real way to refuse to have the proper solution imo11:25
asacXioNoX: i think the clean solution would be to split the features apart:11:26
asac1. choose which of the installed plugins to use11:26
asac2. install more plugins -> which would end in a dialog for 1.11:26
asacmakes sense XioNoX ?11:28
XioNoXwhen we clic on "Use other plugin" ?11:28
XioNoXor were ?11:28
asacfta: there? what new liferea is that?11:28
XioNoXasac, going to eat11:29
asacXioNoX: ok11:29
XioNoXsee you11:29
* gnomefreak hopes new gnome gives me back system bell11:32
asacgnomefreak: unlikely ;)11:45
XioNoXback12:19
asacXioNoX: ok. i think i have a first patch for the thing12:21
XioNoXalready ?12:21
asacXioNoX: however, you probably need to spin your own xulrunner12:21
asacXioNoX: for the "select plugin by mime-type" ...yes.12:21
asacerr12:21
asacfor the preference things12:21
XioNoXspin your own xulrunner ?12:21
asacXioNoX: let me push it ;)12:22
XioNoXok12:22
asacXioNoX: mkdir myxul; cd myxul; bzr branch lp:~mozillateam/xulrunner/xulrunner-1.9.head; cd ..; mkdir tarballs; cd tarballs; wget http://launchpadlibrarian.net/16695860/xulrunner-1.9_1.9.0.2%7Ecvs20080807t1327%2Bnobinonly.orig.tar.gz; cd ../xulrunner-1*/; sudo apt-get build-dep xulrunner-1.9; sudo apt-get install bzr-builddeb; sudo apt-get install built-essentials; edit debian/patches/series (enable the last patch here); bzr bd --merge --dont-12:24
asacerr12:24
asacXioNoX: mkdir myxul; cd myxul; bzr branch lp:~mozillateam/xulrunner/xulrunner-1.9.head; mkdir tarballs; cd tarballs; wget http://launchpadlibrarian.net/16695860/xulrunner-1.9_1.9.0.2%7Ecvs20080807t1327%2Bnobinonly.orig.tar.gz; cd ../xulrunner-1*/; sudo apt-get build-dep xulrunner-1.9; sudo apt-get install bzr-builddeb; sudo apt-get install built-essentials; edit debian/patches/series (enable the last patch here); bzr bd --merge --dont-purge -12:24
asacthats  ;)12:24
XioNoXand what does it wo ?12:24
asacit builts the latest xulrunner-1.9 from our packaging branch ;)12:25
asacto do that it branches the packaging branch, gets the tarball12:25
asacinstalls the build-dependencies12:25
asacand bzr-builddeb12:25
asacand then you edit debian/patches/series to enable the my patch12:25
asacand build using the "bzr bd ..." command12:25
asac;)12:25
asacall that is done in a directory called myxul ;)12:25
asacXioNoX: that isnt tested yet ... at best start with UI for selecting a plugin ;)12:28
asacapplying that to the backend will be as easy as setting a pref ;)12:28
XioNoXok12:29
XioNoXmyxul ahve to be in the bzr working folder (ubufox plugin) or not12:29
XioNoX?12:29
asacXioNoX: no ... my description was based on that you dont have anything12:29
asac;)12:29
asacif you already have the xulrunner-1.9.head branch on your disk you can start with getting the tarball12:30
XioNoXha ok12:30
XioNoXthx12:30
asacXioNoX: anyway. chances are 50% that this works out of box. so better start implementing the "select plugin for mimetype" dialog12:30
asacXioNoX: http://developer.mozilla.org/en/docs/DOM:window.navigator.plugins12:31
asacthats how you can access installed plugins (i hope)12:31
asacwell ... i should work (looked at the doc)12:31
asacgreat12:31
XioNoXfirst i'm trying the xulrunner commands12:32
asacso what we want is a dialog that allows you to switch to another installed plugin that serves the mime-type12:32
asacXioNoX: sure. the built will take 20-45 minutes anyway ;)=12:33
XioNoXE: Les dépendances de compilation pour xulrunner-1.9 ne peuvent pas être satisfaites.12:34
XioNoXyeah, french :)12:34
XioNoXcan't satisfy build deps for xulrunner...12:35
asacXioNoX: you forgot to run the apt-get commands12:35
asacat least the build-dep one12:35
asac;)12:35
XioNoXsudo apt-get build-dep xulrunner-1.912:35
asacif you did, let me know what dependency is missing12:35
XioNoXtell me this12:35
XioNoXho12:35
XioNoXi don't know it just say that it can't12:36
XioNoXi don't know, it just say that it can't12:36
asacXioNoX: you need deb-src lines in your sources.list12:37
asac(apt)12:37
XioNoXI have them12:37
asacwell. it would work then12:37
XioNoXhere is the problem12:38
asacXioNoX: ?12:41
asacyou just need to install the missing dependencies12:41
asacthats all12:41
asacif build-dep is broken for you do it manually ... but it works for everyone ;)12:42
XioNoXok, the probleme come from the package python2.5...12:46
asacXioNoX: whats the problem?12:51
XioNoXI have python2.5....ubuntu5 and python2.5-dev need python2.5....ubuntu4.1 only12:53
XioNoXI've installed python2.5....ubuntu4.1 with dpkg, but now it is the pess in the pacakges12:53
asacXioNoX: dontgrade ;)12:53
asacdowngrade  i mean12:53
asacis that a problem?12:53
XioNoXyes, but i can't12:54
XioNoXif i downgrade it wan't to remove the half of my system12:54
asacXioNoX: where did you get the python debs from?12:55
XioNoXok fix12:55
asacgood12:55
XioNoXI don't know12:55
XioNoXreps12:55
XioNoXrepos12:55
XioNoXbroken pakage manager have to be improved12:56
XioNoXbuild running12:57
XioNoXI'll see of it is true that 64bits compile faster12:59
rbuasac: morning! say, which system settings plugin do you use for NM in ubuntu then?13:03
asacrbu: in ubuntu i havent enabled ifupdown yet.13:05
asacrbu: tonight i made a break through though ;) ... so in the near future Ill enable it ;)13:05
asacso hopefully we will have: --plugins=ifupdown,keyfile13:06
rbuasac: ifupdown would store the settings in normal debian settings files?13:07
asacrbu: ifupdown is just legacy support ... i currently dont feel to implement a read/write approach. so for now its read-only13:07
asackeyfile would be used for write support13:08
asaci hope in this order it will automagically work ;)13:08
rbuasac: ah, so it would parse that /etc/network/interfaces file?13:09
asacrbu: yes13:09
asacrbu: when time permits i will also add support for wpa_supplicant.conf13:09
rbuasac: is mbiebl going with the same thing, or are you guys not talking to each other :-)13:09
asacbut maybe to a separate read-only plugin13:09
asacrbu: mbiebl is waiting for my implementation iirc13:10
asacrbu: the idea is that it gets committed upstream asap13:10
asaci am overdue to deliver that13:10
rbuasac: lazy !$!§$%13:10
rbu :-)13:10
asacrbu: well ... its a moving target13:10
rbuasac: yeah, but wpa_supplicant.conf would be cool :-)13:10
asacthe system-settings thing was broken for quite some time (for connections that required secret)13:10
asacrbu: thats simple ... wpa_supplicant.conf alone is just to parse the setting and creating NMConnections with those settings13:11
asac(not bound to a mac address)13:11
asacnot yet sure where to configure which setting to use. problem is that ifupdown also would need wpa_supplicant.conf imo. but thats something i have to figure out elsewhere13:12
asacand a wpasupplicant top-level plugin makes sense ;)13:12
rbuasac: well, you're in that swamp a lot deeper than me, i've just learned about what nm-settings is today, so ... way to go for me13:13
asacrbu: hehe ;)13:13
asacrbu: learning by doing. i am still learning as well ;) .... but if you want to help, you could probably implement a wpa_supplicant.conf parser13:14
asac(which would be independent from nm-settings)13:14
asac(and it would definitly speed this feature up)13:14
* gnomefreak ran into issues ill be back when handled13:15
XioNoXasac, compillation done13:20
asacXioNoX: hehe ;)13:21
asacXioNoX: ok ... install the packages and see if firefox still works ;)13:21
asacXioNoX: then see if you get a crash when using any plugin13:22
asacthen see if you can force gnash or something even though flashplugin-nonfree would be used by default13:22
asacXioNoX: but well :) ... at best just go and implement the dialog ;) ... that will be tricky enough. I will take care that the "force" works13:22
XioNoXasac, I was on tel13:38
XioNoXxulrunner works well ;)13:48
ftacan anyone using my ppa confirm that lcd filtering is broken (or not) with my cairo 1.7.4 ?13:54
asacXioNoX: how does it work well?14:00
asacXioNoX: did you try to switch plugins?14:00
asace.g. by setting manually the pref?`14:00
asacfta: i can try after lunch break14:01
asac(which i should really do now ;))14:01
XioNoXwe can do that ?14:01
asacXioNoX: yes. thats what i added14:01
asac;)14:01
asacXioNoX: read the patch for instructions14:01
asacXioNoX: i documented it on top14:01
XioNoXok14:01
asacXioNoX: you can only switch between plugins that are in pluginreg.dat14:02
XioNoXok14:02
asacso maybe you need to create a link to libgnashplugin.so in your profiles plugins/ directory14:02
asac(given that you use the nonfree thing by default on system)14:02
ftaasac, no news of pitti ?14:38
asacfta: if he doesnt talk on #-devel he is probably on holiday14:39
ftaok14:39
XioNoXasac, I don't see any new plugin in the applications tab14:45
XioNoXno new choice for flash14:46
asacXioNoX: why would that happen14:47
asacthere is no code for that at all14:47
XioNoXwhat does your code ?14:47
asacXioNoX: read the patch14:47
asacthere is documentation14:47
XioNoXgood idea :)14:48
ftahttp://www.glazman.org/weblog/dotclear/index.php?post/2008/07/29/Google-and-MPL15:00
fta(not new, i know. i'm still catching up with my 1000+ unread articles)15:01
ftaasac, btw, did you see my xul1.9 issue with liferea yesterday ?15:01
fta<fta> checking for XulRunner 1.9+ support... checking for XULRUNNER... yes15:09
fta<fta> Fatal: XulRunner enabled, but XULRUNNER_HOME is empty!15:09
fta<fta> make: *** [config.status] Error 115:09
fta<fta> asac, ^^ that's the new liferea15:09
fta<fta> asac, http://paste.ubuntu.com/38620/15:09
ftahttp://clarkbw.net/designs/dialog-invasion/dialog_invasion.ogg15:11
ftamozilla bug 40892515:33
ubottuMozilla bug 408925 in Startup and Profile System "XRE_InitEmbedding does not initialize properly profilelock and gDirServiceProvider" [Normal,Resolved: fixed] http://bugzilla.mozilla.org/show_bug.cgi?id=40892515:33
jtvasac: ping16:00
asacpong16:04
asacfta: i did see the xul issue ... i asked you where you gto that new liferea from ;)16:05
ftaupstream16:05
asacfta: what is XULRUNNER_HOME used for?16:05
asac-rpath?16:05
asacif so, just wipe it16:05
ftano idea16:05
ftai want this bug 203157 fixed16:05
ubottuLaunchpad bug 203157 in liferea "Liferea uses a lot of CPU at times" [Medium,Confirmed] https://launchpad.net/bugs/20315716:05
asacfta: search the Makefiles for XULRUNNER_HOME usage ... i guess its again a -rpath thing which means that they are stupid ;)16:06
asacoh dear ... the rtl8187 driver just sucks16:06
asacok that doesnt make any sense16:07
* asac reboots to latest kernel again16:07
fta./debian/patches/xulrunner-1.9:         gtk_moz_embed_set_comp_path(XULRUNNER_HOME);16:09
asacfta: yeah thats stupid16:11
asacfta: they can use the GRE_PATH they found16:11
asacor just leave that lone (if they use push_startup16:11
asac)16:11
XioNoXasac, how can I interract with the preferences dialog ?16:12
fta./src/mozilla/Makefile.am:liblihtmlx_la_CFLAGS = $(XULRUNNER_CFLAGS) $(PACKAGE_CFLAGS)  -DXULRUNNER_HOME=\""$(XULRUNNER_HOME)\""16:12
asacXioNoX: why do you want that?16:13
asacfta: yes, drop that define ... and #ifdef XULRUNNER_HOME the set_comp_path above16:14
ftait's already in that patch16:14
ftaso basically, it's not used16:14
XioNoXasac, I don't really know how to start..16:15
XioNoXI have to modify the list of options in the application tab for some plugins (like flash, etc...)16:17
XioNoXno ?16:17
jtvHey asac16:22
ftaE: stream.c: Assertion 'pa_atomic_load(&(s)->_ref) >= 1' failed at pulse/stream.c:948, function pa_stream_writable_size(). Aborting.16:37
ftaProgram received signal SIGABRT, Aborted.16:37
ftacrimsun, ^^16:37
asacXioNoX: I'd suggest to overlay the element16:42
XioNoXbut I have no clue to find it in the firefox sources16:43
asacXioNoX: use dom inspector16:44
XioNoXhow ?16:45
XioNoXok find16:45
ftaasac, could you please test cairo ?16:52
XioNoXasac, I'll continue from home16:58
ftahttp://paste.ubuntu.com/38830/17:00
ftatoo bad i can't retrace post-mortem17:00
asacfta: what shall i test?17:02
ftalcd filter17:02
ftasubpixel blabla17:02
asacnot sure how that is testable17:02
asacwhats the problem that gets fixed?17:02
asace.g. how can i recognize that17:02
ftajust a shift for an ubuntu patch to upstream support. for me, it regressed17:03
asacfta: how?`17:03
ftaeverything looks different once restarted17:03
asaclibcairo - 1.5.4-0ubuntu1~fta3  ?17:03
ftano17:03
fta1.7.417:03
* asac restarts X17:04
fta  samarium (xen-i386)   Building i386 build of xulrunner-1.9 1.9+nobinonly-0ubuntu2~gutsy0~jjv in ubuntu gutsy RELEASE [gnomefreak]17:07
ftaoh, he's not here17:07
asacfta: i think everything looks better17:08
asacbut i am using "best shapes" in font appearence dialog17:08
ftahm17:08
asacso the difference isnt that bad17:08
asacsmoothing (LCD) always looked bad for me17:09
asacdoes that make a difference for you?17:10
ftai'm using lcd17:12
asacfta: lcd regressed a bit. but i am not 100% sure.17:21
asachard to fix the difference for my eyes17:21
asaci think some lines are not of the same width with 1.7.417:21
asacwhile they are more accurate in 1.6.417:21
asacbut best shapes is better in any case ;)17:22
* asac reverts to that17:22
ftahttp://www.sofaraway.org/ubuntu/tmp/lcd.png17:24
ftai haven't restarted panel & chat yet, but gedit is fresh17:24
ftaxchat17:24
asaci think my eyes are not made for fonts. i dont see any difference :(17:26
ftazoom in17:26
ftax4 or more17:27
ftacompare "View"17:27
asacsorry. i think i see a difference, but thats due to the zoom i guess17:28
asacbut as i said ... i saw some difference here too17:29
ftaok, sound for <video>/<audio> is as bad in 3.1 official nightlies as in my builds. i'm not crazy then.17:36
ftahttp://www.journaldugeek.com/files/2008/08/brando-zoom6x.jpg18:01
francois_fon'soir19:16
francois_fonune personne a déjà eu un soucis (comme moi) pour ouvrir gmail sous firefox ?19:17
sebnerfrancois_fon: english?19:17
francois_fonok ooops19:17
francois_foni try19:17
francois_foni can't open gmail with firefox19:18
francois_fonit is not a problem from gmail19:18
sebnerfrancois_fon: error?19:18
francois_foni have delete cookies19:18
francois_fonno error19:18
francois_fongmail is open19:18
francois_foni note my login and password19:18
francois_fonand after gmail is working19:19
francois_fonbut it never open19:19
francois_foni can only open gmail "basic HTML as default view"19:19
sebnerso you have a problem with the Javascript version?19:20
francois_fonhmm19:21
francois_fonhttp://img523.imageshack.us/my.php?image=capturepv3.png19:21
sebnerfrancois_fon: I see. maybe someone else here can help you19:24
francois_foni hope :)19:24
francois_foni have test gmail with opera and no soucy19:24
francois_fonbut opera is not open-source :/19:24
francois_fonremove firefox and install it again is a good idea ?19:31
ftahttps://wiki.ubuntu.com/MozillaTeam/Bugs19:42
francois_fonfta: thx, i look19:45
ftaor try http://mail.google.com/mail/?ui=219:45
francois_fonsame problem19:47
francois_fonfta: it is a good idea if i remove firefox and install it again ?19:48
ftafrancois_fon, not if the issue is caused by one of your extensions/plugins, it will not change anything19:49
ftatry with a new profile as described in the doc19:49
francois_fonok thx19:50
saivannasac : ping21:33
saivannasac : In case you have time, I would absolutely need new thunderbird-locales to be uploaded to intrepid, since I'm about to release new 0.8 packages for lightning-extension-locales which will depends on new thunderbird-locales21:37
ma10i'm trying to debug a crash that looks xulrunner-related. bug 259533. but i need some help..22:10
ubottuLaunchpad bug 259533 in xulrunner-1.9 "Azureus(vuze) crashes on startup" [Undecided,New] https://launchpad.net/bugs/25953322:10
Jazzvaasac, I just read someone mentioned that nspluginwrapper 1.1.0 works for him. I'll see to package it after 23rd. Will we still have time to get it into intrepid (feature freeze is on 28th of August)22:26
ma10yuppp fixed!22:38
ma10fta, note that xulrunner-1.9 - 1.9.0.2~cvs20080807t1327+nobinonly-0ubuntu1~fta1 fixes an ugly crash in the new azureus22:39
ftaexcellent22:42
ftaJazzva, the liferea in my ppa fixes the 100% cpu issue22:42
Jazzvafta, yay :)22:43
Jazzvapushing to intrepid? :)22:43
ma10now i can sleep :)22:43
ftaI will look for a sponsor22:43
Jazzvagood :)22:45
Jazzvafta, aren't you a MOTU now?22:45
ftanot that i'm aware of22:45
Jazzvaah.. well, soon to be, right?22:45
ftawho knows22:45
ma10fta, should i assign the bug to mozillateam so you remember to close it in the new release?22:55
ma10also, you could notify me before the release so i can confirm it fixed22:55
ftabug id ?22:55
ma10bug 25953322:55
ubottuLaunchpad bug 259533 in xulrunner-1.9 "Azureus(vuze) crashes on startup" [Undecided,New] https://launchpad.net/bugs/25953322:55
ftahm22:57
asacJazzva: right. thats fine23:07
asacma10: all fine?23:08
ma10it doesn't crash.. later i'll test it on another system23:08
asack23:09
ftai can't find which bug moz fixed for that crash. looks like luck to me23:10
asacsaivann: thats fine. are you here tomorrow. then just ping me and we can upload the whole lot23:11
ftaliferea has a warning: http://lintian.debian.org/tags/quilt-patch-with-non-standard-options.html23:11
ma10could be.. i searched for it and i came uo empty.. but mozilla bugtraker is a mess.23:12
ftapatches have been "converted" from dpatch to quilt just by a rename :023:12
ftaasac, should I fix that or ignore ?23:12
saivannasac : Great, my sunbird-locales and lightning-extension-locales packages will be ready tomorrow and includes many changes to make them easy to maintain and to prevent current problems in intrepid with sunbird and lightning-extension23:12
ma10also, it's not reported for debian23:13
asacsaivann: great.23:13
asacfta: i'd say as long as we merge from debian we should diverge more23:13
asacfta: maybe ping debian maintainer and provide him with fix to get this fixed23:13
asacs/we should/we shouldn't/23:13
ftausually i know, but you said debian is frozen for a long time...23:14
asactrue23:14
asacbut lintian isnt important imo23:14
asacif there is a new upstream release, we can bump, but fixing cosmetic issues like this should be done in debian23:15
ftathis is a new release23:15
asacoh23:15
asacwell. but since the issue existed in the version before the same reasoning would be valid imo23:16
fta1.4.16b-0.1ubuntu1 -> 1.4.18-0ubuntu123:16
asacyeah. just do the upgrade. dont care about fixing lintian things taht existed in 1.4.16b23:16
asacthats my pov23:17
asachttp://bugs.debian.org/release-critical/23:17
asacmore than 200 bugs to go23:17
asacso probably will take some time for debian lenny to get releasd23:17
* asac off ... g'night23:27
ftaJazzva, bug 25957823:32
ubottuLaunchpad bug 259578 in liferea "Please sponsor liferea 1.4.18-0ubuntu1" [Undecided,New] https://launchpad.net/bugs/25957823:32
ftalet's wait now23:32
ftaJazzva, being motu wouldn't have helped, it's in main23:32
ftahttp://www.glazman.org/weblog/dotclear/index.php?post/2008/08/06/GRRRRRRR23:52
ftai agree with that.23:52

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