[00:05] fta: never used it before :) [00:05] fta: for me 1.2 looks good [00:05] fta: which labels? [00:05] really ? [00:06] maybe i just don't know the real shiny miro ... who knows [00:06] example? [00:07] epimeteo: does the server send a proper mime-type? otherwise the server has to send a proper content-disposition header i guess or the url must have a proper filename extension [00:07] fta: bug 192888 [00:07] Launchpad bug 192888 in libflashsupport "firefox crashes on flash contents" [High,Confirmed] https://launchpad.net/bugs/192888 [00:08] https://bugs.edge.launchpad.net/ubuntu/hardy/+source/flashplugin-nonfree/+bug/192888/comments/44 [00:08] https://bugs.edge.launchpad.net/ubuntu/hardy/+source/flashplugin-nonfree/+bug/192888/comments/45 [00:09] http://www.sofaraway.org/ubuntu/tmp/miro.png [00:10] thats indeed strange [00:10] i don't have that [00:10] but maybe thats because i don'thave that many labels [00:10] looks like a bit like a bottom top wrap overflow :) [00:11] even when you resize the left pane to a smaller size ? [00:11] where are those displaced elements supposed to be? [00:13] http://www.sofaraway.org/ubuntu/tmp/miro2.png [00:13] currently it doesn't start at all anymore [00:13] no idea whats up [00:13] did i try something the other day` [00:13] ? [00:13] dbus error :/ [00:21] asac, the server is a drupal site. the file extention is correct in both link and file. About the mime-type, what do I have to edit in the server side? [00:21] no idea ... shouldn't be required i guess [00:21] if the rest is fine [00:22] ok, thanks asac [00:22] epimeteo: you can look [00:22] the file should be in /tmp/ while fileroller is open [00:22] what kind of file is that? [00:22] asac, removing libflashsupport never really helped me improve stability, but it sure broke my sound (pulseaudio) [00:22] let me see [00:23] fta: the testers i had all saw improvement [00:24] fta: for instance they could go back and forward as long as they liked (most of the times) on youtube [00:24] while they couldn't do that with libflashsupport [00:24] there is even a ticket open about this in libflashsupport bug tracker [00:25] fta: http://www.pulseaudio.org/ticket/225 [00:26] maybe but it never helped *me*, it still crashed a lot when i tried that [00:27] fta: have a testcase to reproduce without libflashsupport? [00:27] i couldn't reproduce anything reliably without it [00:27] asac, the file extention is ok in /tmp/, but neither tar or file-roller can open it. This is happening just with the broswer (FF from gutsy repos). if I use wget all works fine. [00:27] epimeteo: try to rename it ... maybe its a tar.gz [00:27] the url from last time. but apparently, it was that Xaa thing on nvidia only [00:28] fta: oh ... could you fix that with disabling offscreen pixmaps too? [00:29] it is a tar.gz, asac. In the links, in the server, all .tar.gz. [00:30] epimeteo: maybe your server gzips the stream [00:30] asac, this ticket is closed/dupe [00:32] if it does, why the problem doesn't happen with wget? and who can I verify if the server gzips the stream (the website is mine, the tar file is created by a script). [00:32] fta: thats the number i had in my head :) [00:32] *how [00:34] epimeteo: what headers does your server send? [00:34] paste them [00:34] how do I get the header? [00:36] epimeteo: install the liveheaders extension from the hardy archive [00:36] ok [00:37] or install libwww-perl and do: HEAD your_url [00:45] ok, I've istalled both. I tried what you said, fta. Don't know what to do with liveheaders. [00:46] epimeteo: start FF, go to Tools -> LiveHTTPHeaders, and then open the page... [00:47] check Content-Type [00:47] Content-Type: application/x-gzip [00:47] Jazzva, you should know i prefer CLI :) [00:48] then most likely, ff will gunzip it on the fly [00:48] fta: Sure thing :), just answerd epimeteo's question :P [00:49] ok Jazzva i'll try that, thanks [00:49] fta, so it's ok? [00:49] why doesnt file-roller recognizes the tar file then? [00:50] is the resulting file really a tar ? [00:50] epimeteo: no problem [00:50] I'm using it right now :) [00:51] fta, that's the problem. It is the file, name, extention and size, but file-roller nor tar can use it. [00:52] epimeteo: What's the fille? I would like to see and check... [00:52] *file [00:52] what does "file yourfile" tells you ? [00:52] -s [00:53] http://nonetdebs.unixpod.com/temp/1/var_lib_apt_lists.tar.gz [00:54] i cant see "file yourfile" anywhere :s [00:54] file /tmp/var_lib* [00:54] var_lib_apt_lists.tar.gz: gzip compressed data, from Unix [00:55] so it's still a gzip [00:56] gunzip it and file the tar [00:56] or just tar ztvf var_lib_apt_lists.tar.gz [00:56] Same here... though, it gunzips/untars perfectly... [00:56] (when I save it first) [00:57] so why file-roller nor tar can open it? [00:57] fta: yeah its double gzipped :) [00:57] but only on .gz :) [00:57] i'm doing something wrong? [00:57] one [00:57] epimeteo: paste a full header session [00:57] not just the content-type [00:57] e.g. what firefox sends and what it retrieves [00:58] from liveheaders? [00:58] yes [00:58] clear [00:58] then download [00:58] and paste everything ;) [00:59] epimeteo: paste to paste.ubuntu.com [01:00] ok [01:00] the file looks correct [01:00] yet file-roller file:///tmp/var_lib_apt_lists.tar.gz doesn't like it [01:00] http://paste.ubuntu.com/7156/ [01:01] it's just the click on the tar.gz link part. [01:03] you can try yourselfs: log on the site as "zzz" with "zzz" password and click "apt-get update" on the left side. Then, by the end of the page is the link. [01:04] looks like ffox doesn't recognize gzip content-encoding [01:04] most likely a bug then [01:05] (except your server double encodes as well :)) [01:05] epimeteo: disable gzip on server [01:05] and see what happens [01:06] :s disable it? where? I'm not the owner of the server [01:06] just in the script? or in the apache server? or in htaccess? [01:06] epimeteo: remove gzip from network.http.accept-encoding in about:config of firefox [01:06] ok [01:06] epimeteo: no idea how to do that onserver side in your case [01:07] its just for debugging [01:11] epimeteo: what kind of server is that? [01:11] DAV? [01:11] can you please try if it works if you don't do that through mod_dav? [01:12] that's a drupal site [01:12] don't think it uses dav, but i don't really know [01:12] epimeteo: http://lxr.mozilla.org/seamonkey/source/netwerk/protocol/http/src/nsHttpChannel.cpp#882 [01:13] thats how it is now ... that means that your behaviour is expected [01:13] if your file has the .gz extension, firefox will just ignore the gzip encoding [01:13] because in the past apache appeared to have send both though not gzipping .gz files :) [01:14] so as long as you cannot reproduce this with a normal apache, you are lost [01:14] the fix is most likely to disable content-encoding on drupal site [01:14] server [01:14] have fun :) [01:15] asac, I will :D [01:15] epimeteo: just distribute .tar [01:16] epimeteo: it will be about the same size streamed [01:16] because your server appears to properly gzip the streams [01:16] verfiy that the content-encoding is still gzip to rule out any crazy things :) [01:17] in the script I gzip the file but just give it a .tar extention? is that it asac ? [01:17] epimeteo: and let me know if you have the same problem with plain apache install ;) [01:17] epimeteo: no ... just tar. ... don't gzip [01:17] the server will gzip it for you in stream :) [01:17] epimeteo: or use bz2 ;) [01:17] oh, k [01:18] bz2 is GNU? [01:18] no idea ;) [01:18] it is available in a fresh ubuntu nstall? [01:18] yes [01:18] ok [01:18] thanks for all the help [01:18] try tar cjvf /tmp/out.tar.bz2 /directory/to/tar/up [01:18] :) [01:19] ok, ill try bz2 then :) [01:19] thank you all for all the help, asac fta Jazzva! [01:20] No problem :) [01:21] Jazzva: i think app-install-data was uplaoded [01:21] yay :D [01:22] Works good *scared_of_review*? [01:22] no idea ;) [01:22] i started the extension dialog [01:22] there is a list of extensions :) [01:22] Jazzva: 26 :/ [01:23] Hmm ... I will go through them ... I think I removed some (for example, firefox-sage) from FF3-compat :) [01:23] * Jazzva on the phone [01:44] worked 100% with .bz2! :D Thank you for this. Bye [01:45] Back ... asac, I didn't put correct MimeTypes in few desktop files ... I must have missed them. I'll correct it now :) [01:52] About mozilla-bookmarksftp ... I'm not sure if it's compat with FF3, but it's compat with FF2 ... I'll edit the Depends: line to add "| firefox-2". [01:54] The same goes for mozilla-noscript ... But that also means we should bump the maxVersion ... and I'm not sure if they really work (they're pretty old packages, afaict). Should we instead just make them depend on FF2, until we provide a newer package? [01:54] asac ^^ [01:56] Jazzva: are they instlaled in ffox 3 directory? [01:56] (in order not to have frustrated users which install the extension and then discover it is unusable) [01:57] Hmm, lemme check [01:57] Jazzva: -noscript has maxVersion 3b3 [01:57] I suppose they are in /usr/lib/firefox... [01:57] yeah [01:58] what does the wiki say about those :) ? [01:58] noscript == missing details :/ [01:59] yeah ... I wasn't able to find it on amo... [01:59] lol [02:00] the mozgest guy is named "Joe Chen" on wiki :) [02:00] (though I forgot to check install.rdf for details *hides_away*) [02:01] ok. think the noscript thing could be bumped [02:01] I think I just copy/pasted most of the known details from the old tables :) [02:01] to 3.0.* [02:01] Aha... he's Jochen :) [02:01] Jazzva: well ;) [02:01] i don't think that thats true either [02:01] Hmm ... $DEITY bless aliases :) [02:01] i only know that i never knew his name, but in about 10 mails he send me he always complained "my name is not Joe Chen" :) [02:02] i never knew what he refers to and ignored it :) [02:02] thought it was a mail signature joke thing or something :) [02:02] Well, amo reports Jochen :)... We should use that, right :)? [02:02] no idea [02:02] just remove it [02:02] he is not a helpful upstream [02:02] Ok ... [02:03] maybe just email: bugs@krickelkrackel.de [02:03] :) [02:04] Jazzva: which extensoin did we fix yesterday? [02:04] well you fixed it [02:04] i was supposed to upload today i guess [02:04] Hey, another thing ... Ubuntu QA contacts should subscribe to bug reports, right? [02:05] Umm ... lemme check :) (forgot)... [02:05] Jazzva: yeah. they should at least get the mail for their package :) [02:05] I think it's this one: bug 216494 [02:05] pretty sure :) [02:05] Launchpad bug 216494 in mozgest "all blank with mozgest" [Undecided,New] https://launchpad.net/bugs/216494 [02:06] yeah right :) Joe Chen's extension [02:06] heh :)... [02:06] hmmm [02:06] ok added to my main desktop todo list too :) [02:06] never ming ... that one's bumped iirc :) [02:06] *mind [02:07] Jazzva: so noscript ... does it work? [02:07] with 3.0.* ? [02:07] Didn't check yet ... will do noow [02:07] * Jazzva multitasking low atm [02:08] building [02:08] Jazzva: bump maxVersion and add firefox-addons to directories in .links :) [02:08] thats all for that update i guess [02:09] Ok ... to provide the diff (since it's old package)? [02:09] (old == no xpi.mk) [02:09] http://browsing.justdiscourse.com/2008/04/16/the-future-of-firefox-extensions-make-them-more-like-web-apps/ [02:11] asac, there are also some packages which are not repackaged atm... I suppose they mostly depend on ff3, and not on ff2... (like this one :)) [02:11] Jazzva: he? [02:11] oh [02:11] which? [02:12] mozilla-noscript :) ... [02:12] well, we know that ;) [02:12] I think I saw a few more, but I'll have to check [02:13] asac, /etc/firefox-3.0/firefoxrc is still no used, right? [02:13] not [02:14] yeah ... there is no use for it [02:15] Hmm .. /usr/share/mozilla-extensions is replaced with /usr/share/firefox-extensions? [02:15] *firefox-addons [02:17] fta: ill remove it in final upload i have to do [02:18] what about FIREFOX_DSP then N [02:18] ? [02:18] its not used. [02:19] do you use /dev/dsp? [02:21] no, pulse audio [02:21] it was only helpful for dsp wrappers [02:21] but only because i have flash support [02:22] and alsa? [02:23] my sound setup is almost ok [02:24] i just don't have sound in nexuiz if i've played a flash sound in ff3 before. I need to kill ff3 and restart nexuiz* [02:24] even with flashsupport? [02:24] does nexuiz use pulse server? [02:25] or does it try to bypass that? [02:25] yes [02:25] i don't know [02:25] i don't know [02:25] yeah mostlikely it uses plain alsa then [02:25] i don't think there is a chance to fix that then [02:26] maybe there is a pulse plugin for also [02:26] alsa [02:26] i read something about that [02:26] Can't make it work tonight ... I'll play with it tomorrow, too tired to think *sighs*. [02:26] Jazzva: on what are you working? [02:26] Jazzva: i can do noscript .) [02:26] mozilla-noscript links and install [02:26] better fix the data package ;) [02:26] Then I'm lost :) [02:27] ok [02:28] what about packages I didn't test (mozilla-bookmarksftp)? Should I leave them as FF2 compat only? (users may install it, and then find out it doesn't work (it's a possibility)) [02:29] Jazzva: bug 217988 [02:29] Launchpad bug 217988 in mozilla-noscript "(ffox3 not working) not installed in firefox-addons/extensions and maxVersion to low for latest firefox" [Undecided,New] https://launchpad.net/bugs/217988 [02:29] fix attached [02:30] Jazzva: data-package should only move things to ffox 3 if tested [02:30] if its broken for ffox 2 then its not a problem :) [02:30] we can fix it later [02:30] or now ;) [02:30] Looked at bug ... I'm stupid, or tired, or both :) [02:31] :) [02:31] thats ok ;) [02:31] i have no overview about whats going on with extensions in general right now ... probably not better at all ;) [02:32] Probably it is :) [02:32] Jazzva: ok ill upload bookmark thing with firefox-2 [02:32] (not firefox) [02:32] we can provide updates through backports if things improve [02:32] Ok, I made it FF2 in data [02:33] or -updates for the most important extensions [02:33] thanks [02:34] No problem ... diggler will be set for 2 too, it's compat is 2.0.0.*, and not tested for 3 [02:40] Jazzva: ok uploaded both [02:40] bug 217991 [02:40] Launchpad bug 217991 in bookmarksftp "only compatible with ffox2" [High,Fix committed] https://launchpad.net/bugs/217991 [02:40] thanks :) [02:41] I think there is more ... mozilla-diggler (should depend on ff-2), mozilla-imagezoom (should depend on thunderbird also), mozilla-nukeimage (should depend on ff-2) [02:41] :) [02:41] But we can do it tomorrow/the day after tomorrow, right? [02:41] Jazzva: noscript appears to not even been installed for firefox2 [02:42] Wow... that's weird ... it was in the archives before :) [02:42] yeah it was a blind debian sync [02:42] heh [02:42] no updates available for those? [02:43] They are replaced ... diggler => neodiggler (first was abandoned, someone picked up from there, iirc) [02:43] nukeimage => nukeanything (pretty inventive, huh?) [02:44] and imagezoom is fine, it is just also supported in tb [02:44] (so is said in the info page, iirc) [02:48] Jazzva: diggler uploaded [02:48] bug 217993 [02:48] Launchpad bug 217993 in diggler "not installed for any firefox and not compatible with ffox 3 yet" [High,Fix committed] https://launchpad.net/bugs/217993 [02:48] wow, you're fast :) [02:51] I would like to do a transition from nukeimage => nukeanything, if that's ok :)... Haven't made a dummy package before... Just want to try that too :) [02:53] asac, pushed app-install-data-ubuntu http://code.launchpad.net/~jazzva/app-install-data-ubuntu/ubuntu.mozilla-extension [02:54] Jazzva: ok nukeimage uploaded too [02:54] bug 217996 [02:54] Launchpad bug 217996 in nukeimage "only compatible with ffox 2" [High,Fix committed] https://launchpad.net/bugs/217996 [02:54] https://code.edge.launchpad.net/~jazzva/app-install-data-ubuntu/ubuntu.mozilla-extensions [02:54] typo [02:54] Jazzva: is that based on the lastest branch or on your branch? [02:55] merged with the latest [02:55] and then added corrections [02:55] (~ubuntu-core-dev's latest) [02:55] ah ok [02:56] Jazzva: whats missing still? [02:57] I think that's pretty much it. There are those transitions that need to be made. I think that all extensions that were packaged with bzr and most (not sure if all) that were already in the archives are included [02:57] Will have to go through wiki list tomorrow, and to recheck :) [02:58] Jazzva: ok ill wait for that before asking for another merge [02:58] Ok.. [02:58] cool :) .... night now! [02:58] I'm off ... be back in the evening :) [02:58] n8 [02:58] Good night... :) === jetsaredim is now known as lurker === lurker is now known as jetsaredim === asac_ is now known as asac === rzr is now known as rZr [13:11] asac: are the (first) firefox language packs making it to the RC or after it? [13:18] Mirv: fi will be in [13:20] Mirv: i uploaded manual langpacks for de,es,fr,pt,fi and ja now [13:20] those should be available in a few hours [13:22] bug #210449 [13:22] Launchpad bug 210449 in network-manager-applet "GNOME icons for nm-applet" [Wishlist,Fix committed] https://launchpad.net/bugs/210449 [13:26] asac: cool! and nice to see three more languages ready (fr, pt, ja) [13:29] Mirv: three? [13:29] six in total [13:30] Mirv: and if you install RC cd you will get all languages on next day :) [13:30] Mirv: langpacks accepted [13:30] should be available on next push run [13:40] asac: yeah, three _more_ in addition to the previous three :) [13:41] hee [13:41] Mirv: well ... thoser are created from .xpi :/ [13:41] e.g. not whitelisted [14:30] asac: is there a doc that can give me the 2 minute refresher on updating a package for new upstream - I hate to trouble you for another explanation [14:31] jetsaredim: 1. update .upstream branch. [14:31] 2. cd .ubuntu branch [14:31] 3. bzr merge /path/to/upstream/branch [14:31] dch -vNEWUPSTREAMVERSION-0ubunu1 -DUNRELEASED [14:32] 4. ^^ [14:32] 5. edit changelog [14:32] 5 bzr commit -m "* merge NEWUPSTREAMVERSION from .upstream branch" [14:32] done [14:32] next testbuild, fix package and so on [14:32] when done: [14:32] dch -r [14:32] bzr commit -M "* RELEASE NEWUPSTREAMVERSION-0ubuntu1 to ubuntu/intrepid" :) [14:32] or something lik ethat [14:33] sry, bzr commit -m "* RELEASE NEWUPSTREAMVERSION-0ubuntu1 to ubuntu/intrepid" :) [14:34] jetsaredim: maybe you can add those steps to a wiki page ;) [14:34] so i don't need to repeat them ;) [14:35] yea [14:35] i think its not documented anywhere [14:35] good idea [14:35] jetsaredim: https://wiki.ubuntu.com/MozillaTeam/Firefox3Extensions/Bzr [14:35] use that page [14:35] and add a section: upstream upgrades with bzr :) [14:36] jetsaredim: i have updated the XPI.TEMPLATE changelog ... it now documents the right procedure on when to bump version, how to use dch and so on [14:36] in case you are interested.... take a look [14:36] nice [14:36] ok [14:36] will do [14:36] thanks [14:37] jetsaredim: ah [14:37] one more thing [14:37] jetsaredim: can you edit your branches that we pushed to ~ubuntu-dev [14:37] and mark them "as merged" [14:37] you can do that in launchpad in "edit branch details" (on the right)" [14:37] o yea [14:37] yea [14:37] jetsaredim: doing that will make them disappear from the branch list of firefox-extensions [14:37] thanks [14:37] do I even need them anymore? [14:38] jetsaredim: they will disappear ... when you want to update you should start with the ~ubuntu-dev right [14:39] right [14:39] or the source package [14:39] (which should be the same) [14:39] jetsaredim: no please start with bzr [14:39] otherwise it will diverge and thats a huge mess :) [14:39] okie dokie [14:39] source package is gone when using bzr [14:39] thanks [15:13] asac, mozilla bug 428563 [15:13] Mozilla bug 428563 in GFX: Thebes "Upgrade Cairo to 1.6.4" [Normal,Resolved: fixed] http://bugzilla.mozilla.org/show_bug.cgi?id=428563 [15:13] there is a site which say vector rendering not supported. supported renderers are svg vml [15:13] what could be the problem? [15:16] Helloooo [15:16] Venus_Mars: which site? [15:16] asac: http://www.cse.iitb.ac.in/navigator2_gis/Main [15:17] iam using firefox 2.0.0.12 [15:18] Venus_Mars: yeah same for ffox 3 [15:18] Venus_Mars: i'd say that its a bogs site [15:18] svg should work :) [15:18] what is a bogs site? [15:19] Venus_Mars: do you know how this site is determining that you don't have svg support? [15:19] Its says Supported rendering are SVG VML [15:20] Venus_Mars: the site was probably implemented by people that don't have anything else than IE in mind. [15:20] Venus_Mars: thats bogus [15:20] e.g. lame website developers ;) [15:20] yea thats sorta what I was getting at [15:20] please! Its maintained by my professor! [15:21] they may just be seeing that you aren't running ie or checking some other param and seeing its not what they were looking for [15:21] Venus_Mars: yeah ;) an academic title isn't important in real life ;) [15:21] Okie then please suggest a way to overcome it! [15:21] Atleast we don't pass such comments on them! [15:22] Venus_Mars: no idea. we are no web developers here. maybe ask on #web [15:22] it depends on how he's determining that your browser doesn't support those types [15:22] 1st. what format is that site trying to ship to the browser? [15:22] the error box doesn't tell anything about that [15:24] i have the feeling its using a windows only technology [15:24] WMS? [15:24] maybe thats it? [15:25] Venus_Mars: looks like it tries to use WMS format [15:25] thats not a standard format and probably only works on windows if you have google earth installed [15:26] but unless you know which formet its really using we cannot help [15:26] sorry [15:26] okie no problem! I ll try to come again with what tech they are using [15:27] Venus_Mars: they use openlayers. question is what else ;) [15:29] Venus_Mars: look in the maling list archive of openlayers.org [15:29] Venus_Mars: either this is a bug ... or you have to use the latest version of openlayers ... or you will certainly find someting in there [15:29] you can even eask on that mailing list as well if their demo shows the same behaviour [15:33] that code looks weird... [15:33] if(!this.renderer||!this.renderer.supported()){this.assignRenderer();} [15:33] if(!this.renderer||!this.renderer.supported()){this.renderer=null;this.displayError();} [15:35] okie what is supposed to be over there? [15:36] if anyone helps you here its fine, but we are in general not into fixing websites ;) [15:39] asac: langpacks are in and they work! [15:40] Mirv: thanks for confirming [15:44] jetsaredim: will you update the firebug branch fo rb12? [15:49] asac: should be able to do it today [15:50] jetsaredim: ok let me know. id like to update it right after RC is out [15:51] which is when? [15:52] jetsaredim: today [15:52] aeh tomorrow morning ;) [15:52] k [15:53] brb [16:15] mozilla bug 356370 [16:15] Mozilla bug 356370 in Extension/Theme Manager ""installLocation has no properties" during install/update of extensions (line 3849/_getActiveItems)" [Major,Resolved: fixed] http://bugzilla.mozilla.org/show_bug.cgi?id=356370 [16:23] bug 217988 [16:23] Launchpad bug 217988 in mozilla-noscript "(ffox3 not working) not installed in firefox-addons/extensions and maxVersion to low for latest firefox" [Medium,Fix released] https://launchpad.net/bugs/217988 [17:05] hmm [17:05] https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/198453 [17:05] Launchpad bug 198453 in alsa-lib "Default ALSA device must use PulseAudio, otherwise ALSA applications may fail" [High,Confirmed] [17:05] i'd bet this is the reason firefox crashes alot on youtube, etc [17:05] what would you say asac ? [17:07] xhaker: no. the crashes are mostly due to libflashsupport [17:07] which we need in order to make it use pulseaudio [17:07] so its related [17:07] however, that plugin doesn't help for flash as it uses async alsa ... which is afaict not supported by that plugin [17:07] xhaker: can you please try? [17:08] xhaker: you need to move /usr/lib/libflashsupport.so away forcefully to make flash use alsa again [17:09] the next flashplugin update will remove tight dependencies on libflashsupport which was a joke idea anyway :) [17:09] but to test you can just move that lib away [17:13] asac: sure [17:15] will libflashsupport move to suggest, or disappear from the control file? [17:31] xhaker: to suggest [17:31] personally i'd love to remove that crap thing completely, but there were voices that said "its useful even though it crashes" [17:38] seems to fix the "crash due to concurrent flash audio" [17:38] i've even rappidly built a local package for cleanless points [17:39] s/cleanless/cleanliness [17:40] xhaker: what fixes the crash? [17:40] i know that removeing libflashsupport fixes these crashes [17:40] howver i am not sure if the also plugin for pulse works [17:46] alsa plugin for pulse? (sorry for the lag in responding, my connection was lost to the server where irssi is) [17:46] i've just removed libflashsupport [17:46] moved it to Suggests for flashplugin [17:47] i can certainly investigate more [17:49] let me see if i can get an idea from the bug report i mentioned earlier === rZr is now known as RzR [18:11] asac: removing libflashsupport seems to be the only thing that really works [18:12] xhaker: you did post a bug that suggests to add a pulse plugin to alsa setup [18:13] xhaker: this is not about libflashsupport. you have to trash that anyway to get a stable environment [18:13] xhaker: 18:05 < ubotu> Launchpad bug 198453 in alsa-lib "Default ALSA device must use PulseAudio, otherwise ALSA applications may fail" [High,Confirmed] [18:13] Launchpad bug 198453 in alsa-lib "Default ALSA device must use PulseAudio, otherwise ALSA applications may fail" [High,Confirmed] https://launchpad.net/bugs/198453 [18:13] it might have last more before crashing with libasound2-plugins installed, asoundrc and even FLASH_FORCE_PULSEAUDIO=1 [18:14] xhaker: i am not interested in crash experience [18:14] those happen with flashsupport [18:14] dump that and then see if you can play rhythmbox + flash sound at the same time [18:14] if you use the pulse audio plugin for the default alsa device ;)= [18:14] (which hopefully is the idea of that bug) [18:15] ahh, i thought you were trying to keep libflashsupport because some people thought it was valuable, and wanted me to check if there was some configuration that enabled that [18:15] xhaker: no thats a different story [18:15] i have decided on libflashsupport already. i am now intereested in improving the user experience without libflassupport :) [18:16] noted :D [18:16] xhaker: can you test that? [18:17] e.g. fire up rhythmbox ... and play music [18:17] then test if flash still works on you tube :) [18:31] no libflashsupport + pulse alsa device + firefox = no sound [18:32] i don't know if i'm doing everything right but i should. [18:33] the pulse device is there.. rhythmbox plays, firefox does not [18:33] the sound i mean [18:33] but gst-launch-0.10 audiotestsrc ! alsasink -> works [18:45] asac: want me to test anything more? [18:45] flash doesn't seem to be able to use the pulse plugin for alsa [18:45] even without any other app playing [19:07] xhaker: no makes sense. that matches my expectations [19:08] xhaker: yes. the pulse plugin for also supports only sync alsa calls, but flash appears to use async ones [19:08] thanks! [19:08] asac: it certainly boggled my mind.. i was left thinking i was doing something wrong [19:09] for some minutes atleast.. then i started being creative.. changing firefoxrc DSP [19:12] xhaker: firefoxrc is a hoax [19:12] its not used anymore [19:13] ok, that certifies my creativity as top notch [19:13] ;) [19:13] asac: i seem to have found something that works [19:14] let me try to explain [19:14] ? [19:14] you can get flash sound and rhythmbox withe the following config [19:15] xhaker: i am off getting some food (~20min i guess) [19:15] go ahead [19:15] ill read when i return [19:15] 1. pulse audio plugin and correponding .asoundrc [19:15] 2. libflashsupport installed [19:15] 3. run firefox forcing libflashsupport to use ALSA [19:16] with: FLASH_FORCE_ALSA=1 firefox [19:16] didn't crash yet.. and i'm listening to music on rb [19:17] xhaker: before i go: try the test case in summary of bug 192888 [19:17] Launchpad bug 192888 in libflashsupport "firefox crashes on flash contents" [High,Confirmed] https://launchpad.net/bugs/192888 [19:17] if that doesn't crash we might look closer [19:22] asac: with force alsa it might crash if you repeat the test case 5+ times [19:23] with pulse it crashes right way the first time [19:26] i can have 2-3 pages playing concurrently, more than that it gets sloppy [19:37] bug 202174 [19:37] Launchpad bug 202174 in abiword "Please update to version 2.6" [Medium,Confirmed] https://launchpad.net/bugs/202174 [19:38] xhaker: thats interesteing ... i build flashsupport with explicit ALSA support. and it even crashed more frequently [19:45] asac: did you try that build + modified .asoundrc ? [19:45] with libasound2-plugins installed of corse [20:10] asac, care to try with the cconfiguration i proposed? it crashes less, and you get sound from rb and flash at the same time aswell [20:17] proposed as in "think will work better" [20:19] xhaker: well. if the testcase still crashes its definitly worse than having sound problems [20:20] mozilla bug 419116 [20:20] debian bug 419116 [20:20] Mozilla bug 419116 in MailNews: Composition "Sending mail through SMTP server that doesn't require user:pass fails" [Major,Resolved: fixed] http://bugzilla.mozilla.org/show_bug.cgi?id=419116 [20:20] Debian bug 419116 in muttprint "muttprint: possible to remove depends on texlive-latex-extra?" [Wishlist,Open] http://bugs.debian.org/419116 [20:29] mozilla bug 411025 [20:30] Mozilla bug 411025 in JavaScript Engine "GC hazard in JS_CompileUCFunctionForPrincipals" [Normal,Resolved: fixed] http://bugzilla.mozilla.org/show_bug.cgi?id=411025 [21:00] mozilla bug 417617 [21:00] Mozilla bug 417617 in DOM "DOMParser.parseFromString in Greasemonkey script causes "ASSERTION: Should have inner window here!"" [Normal,Resolved: fixed] http://bugzilla.mozilla.org/show_bug.cgi?id=417617 [21:02] asac: i'm getting another type o crash now. [21:02] ** Gtk:ERROR:(/build/buildd/gtk+2.0-2.12.9/gtk/gtkplug.c:182):gtk_plug_set_is_child: assertion failed: (!GTK_WIDGET (plug)->parent) [21:02] Aborted (core dumped) [21:05] ctrl + click on 3 youtube page links fast to reproduce [21:20] xhaker: do you still use libflashsupport? [21:20] nope [21:20] hmm [21:20] i think its the bug where parent is NULL [21:21] i found the patch that caused this upstream, but its not clear why its happening [21:28] mozilla bug 368428 [21:28] Mozilla bug 368428 in Networking: JAR "XUL FastLoad cache corruption when application running while upgrading" [Normal,New] http://bugzilla.mozilla.org/show_bug.cgi?id=368428 [21:52] Hi, is there a way to disable the firefox3 extensions from the command line? [21:52] FF3 crashes for me and I suspect it's one of my extensions [21:57] looks like only extensions.cache was broken. after removing that file FF3 works for me again. [22:05] geser: -safe-mode [22:05] hmm [22:06] you can disable extensions by starting firefox -safe-mode [22:06] for the future [22:17] geser: -g could help also [22:33] RzR: do you know our mobile browser? [22:33] asac: hi asac , minimo ? [22:33] no ;) [22:33] http://www.moblin.org/repos/?p=projects/mobile-browser.git [22:33] i thought this was stuck [22:33] midbrowser [22:34] its in the hardy archive. did you ever play around with xephyr? [22:34] watching http://www.moblin.org/ItsYourMoveNext_video.php [22:34] huh ... there is a video? [22:34] btw i'll show you something [22:35] marketing crap video :) [22:36] asac:http://www.engadget.com/2008/04/16/enkin-digitized-signage-for-your-android-device/ [22:36] i worked on a similar stuff in 3d [22:37] what is android device? [22:37] RzR: ß [22:37] ? [22:38] asac: when i was on AR devices we uses HTC ones [22:38] used [22:39] or tablets pc [22:39] well it's late we talk about this soon or later :) [22:40] we'll [22:40] ah ok [22:40] cu then [22:41] bye bye and good luck for release [22:41] thanks! [22:41] the hardest part is behind i suppose ? [22:41] for me i hope so [22:41] but you never know ;) [22:41] ben generally when 99% of the job is done 99% of the effort is needed for the remaining 1% [22:42] yeah ;) === RzR is now known as rZr [22:42] asac, hello [22:43] hi tymofiy [22:43] I send translation and start page [22:44] is all fine? [22:45] tymofiy: where? [22:45] when? [22:45] check mail [22:45] this morning or so. [22:46] subject? [22:46] tymofiy: sorry. i am not sure. can you tell me the subject of the mail so i can search my inbox? [22:47] Firefox Ukrainian in mozilla-firefox-locale-all [22:47] actually added one more reply [22:48] it was short: [22:48] Translated. [22:48] Start page filed as https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/216982 [22:48] Launchpad bug 216982 in ubuntu-docs "Ubuntu firefox start page not translated into Ukrainian (uk)" [Undecided,New] [22:50] tymofiy: thanks. did send a mail as well? [22:51] yes, it was sent as a one more reply to the discussion we had started on fall 2007 [22:51] tymofiy: the online page can probably be added once this was signed off by the uk translators and the doc team. [22:51] tymofiy: the offline page probabyl cannot go into hardy anymore. [22:51] i have no say on the doc package [22:51] I am now one of admins of uk team, where do I sign? [22:51] however, i am sure that firefox gets uk translation now [22:52] great! [22:53] tymofiy: i am not sure if you can review your own submissions :) [22:53] but that is something the translation team can define [22:53] maybe ask another team member to ackknowledge this [22:53] otherwise you can just state in the bug that you are part of the translation team and that you sign this off [22:53] tymofiy: but i am sure that it has more weight if you get a peer review ;) [22:54] mdke: ^^ [22:54] awake? [22:54] asac: yes, you caught me just when I happened to be at the computer [22:54] do you have any idea about how this works? maybe you can guide tymofiy to get this in? [22:55] ;) [22:55] mdke: bug 216982 [22:56] asac: as we discussed yesterday the system has kinda changed lately. I can put it in ubuntu-docs if you can do the rest on the ubufox side. As we said yesterday, newz is going to put it on the online version [22:56] mdke: i think the online process is not yet important. ubufox doesn't need to be changed. only thing he needs for the offline page to work is a uk lang pack [22:56] which will arrive soon [22:57] mdke: please put it in ubuntu-docs [22:57] do you need a peer review? he is a member of translation team? [22:57] mdke: sorry the online process is of course important. its just not defined yet. i think for now the process is: whatever is in ubuntu-docs can be copied to online pages [23:00] asac: are you sure there are no issues with the prepare-firefox-translations script? if there is any chance that it will break by a translation being added which isn't supported by the system, I'm a bit worried about adding it this late in hardy [23:00] mdke: i don't think we are talking about hardy right now [23:01] mdke: its about getting this thing on track so it will end up in intrepid [23:01] once that is in the online page can be updated based on that [23:01] tymofiy: is that good enough for you? [23:01] asac: adding it to intrepid will be no issue [23:01] what is intrepid? [23:02] mdke: yeah. question is, will it happen automatically now? or do we need to do anything else except this bug? [23:02] next Ubu? [23:02] yes [23:02] why ? [23:02] because everything is frozen [23:02] we release in 6 days or so :) [23:02] uk is not lagging compared to other languages in firefox and xulruner packages. [23:03] tymofiy: that page just came late. the offline page will not be seen by most users [23:03] AFAIK langpacks are scheduled to froze on 18 [23:03] tymofiy: most users will see the online page [23:03] I do not care much about the page, but it would be good to have it [23:03] or ship with update, as 804 is LTS [23:03] asac: we just need to make sure we get together in the next release cycle and ensure we know exactly what is going on, and can discard the old system. [23:04] I care more about langpack [23:04] tymofiy: well. its not a normal langpack. [23:04] tymofiy: the langpack will be available [23:04] for firefoix [23:04] asac: the bug report is enough to remind me to include the translations - we review our bugs regularly [23:04] mdke: ok thanks [23:04] tymofiy: do you understand what i mean? the langpack for firefox will be available [23:04] tymofiy: users will not get the offline page unless they have never been online [23:05] tymofiy: so they will see the online page [23:05] yes, thanks. Just wanted to be sure :) [23:05] tymofiy: that page we can update after release [23:05] based on the offline page we have in intrepid by then [23:05] Moz team moved all the help to online [23:06] tymofiy: so my kicker is: get this offline page you submitted right into ubuntu _after_ the release ... then get it online. [23:06] I see. [23:06] after that everyone who starts firefox with uk pack will get the uk online page if they ahve hardy [23:06] and even if they are offline afterwards they will get the online page because firefox has it cached [23:07] only those never online will see an english text [23:07] i think thats acceptable [23:07] I think that approach is reasonable [23:07] it's rather late to add any new translations right now [23:07] at least we don't risk to break ubuntu-docs ... which is shipped on every single machine (aka high risk) [23:07] right [23:08] ok, thanks everybody. [23:08] cool [23:08] tymofiy: cool. feel free to kick us once hardy is out [23:08] :) [23:08] we will take care to get this in asap then [23:09] btw - what about sunbird and thunderbird? [23:09] tymofiy: ? [23:10] tymofiy: sunbird doesn't have -uk [23:10] the things you said "/me makes note" :) [23:10] 0.7 havent. 0.8 does [23:11] yes :) [23:11] we cannot upgrade sunbird now [23:11] if thunderbird has a new locale we can still consider that [23:11] is there? [23:12] yep [23:12] https://bugs.launchpad.net/ubuntu/+source/thunderbird-locales/+bug/216732 [23:12] Launchpad bug 216732 in thunderbird-locales "missing locale: Ukrainian (uk)" [Undecided,New] [23:12] tymofiy: is there a final pack as well? [23:12] e.g. for 2.0.0.12? [23:13] yes. [23:13] even two :) [23:13] two? [23:13] one offilial linked to moz server, one attached to the bug [23:13] both work with .12 [23:14] second has few typos fixed. [23:15] tymofiy: ok lets do an update then [23:16] tymofiy: http://paste.ubuntu.com/7234/ [23:16] those are the ones we have [23:16] can you look in the 2.0.0.12 directory and check what other locales are available? [23:16] and give me a complete list so i can include all? [23:16] np [23:16] wait a sec [23:16] thanks [23:17] fx2 too? [23:17] there were few locales added to the firefox2 branch too. [23:18] no :) [23:18] firefox 2 is not supported anymore ;) [23:21] http://paste.ubuntu.com/7235/ [23:22] tymofiy: those are new? [23:22] those are all [23:25] according to the log, new are af, uk, ko and he [23:26] http://bonsai.mozilla.org/cvslog.cgi?file=/mozilla/mail/locales/shipped-locales&rev=MOZILLA_1_8_BRANCH&mark=1.1.2.7 [23:26] Evening all... [23:26] asac, sorry, I couldn't make it earlier ... I'll go through the wiki list now :) [23:31] Jazzva: thanks [23:46] Jazzva, asac, did one of you package jsview ? [23:46] jsview? not me... [23:46] fta: most likely went unseen [23:46] hm, maybe i've bumped it manually then [23:47] BTW, what's the package name? [23:47] Oh, it's not in the repos :) [23:48] yep, too bad, it's a good candidate [23:48] It'll get in ;) [23:49] now, or for interpid, then via backports (I suppose) :) [23:50] http://forum.softwareblaze.com/viewforum.php?f=2 [23:50] and it works with 3.0pre after a bump [23:51] Hmm ... File a bug report, or, if you don't have time for that, I'll do it later and then package it :) [23:51] fta: why do you come up with that extension now? :-P [23:51] you used it before, didn't you? [23:52] because i needed to extract a js script from a page and it was gone. [23:52] Offtopic: Registered a domain :)... www.jazzva.com ... Nothing online so far :) [23:53] asac, yes, i've been using it since ff2 [23:53] fta, I'll add it to the extensions list, I'm looking at the page now