/srv/irclogs.ubuntu.com/2010/12/16/#ubuntu-mozillateam.txt

ftaoh, ok00:14
ftamicahg, do you know why we are short of builders once again?00:14
ftai3868 149 jobs (5 hours 10 minutes)00:15
micahgnot at the moment, not aware of anything going on00:15
ftadh_scour?? what's that?01:36
micahgfta: it reduces the size of svgs in .debs01:40
ftayep, i noticed01:41
ftai just have 1 svg in chromium:  Original file size: 30015 bytes; new file size: 20177 bytes (67.22%)01:41
micahgit's part of the goal of reducing the CD size01:41
micahgor rather making sure the install can fit on a CD :)01:41
ftayep, i just read that https://wiki.ubuntu.com/PaulSladen/LangpackCompression01:42
ftanot much for me in there, i'm already aggressively using lzma wherever i can01:43
ftathunderbird is in the CD?? i thought it was evolution01:43
micahgthat's a real old list :)01:43
micahgit's on xubuntu01:44
micahgand maybe for 11.10 :)01:44
ftaoh, it's a 2y+ old page01:44
ftasorry01:44
micahgyou have the blueprint?01:45
ftayep, https://blueprints.launchpad.net/ubuntu/+spec/performance-desktop-n-install-footprint01:45
ftai guess i can pre-scour my svg to save 10k :)01:47
micahgfta: no, better not, the idea is to keep the full version in the source and the reduced version in the deb in case people want to modify it01:48
aisourphI want Firefox 4.x (from an actual repo) but the released Thunderbird version (my web browser has no real state but my mail client rather does). Does Ubuntu provide a supported way to accomplish this?02:58
aisourphCurrently /etc/apt/preferences looks like the most likely candidate but...02:58
aisourphhttp://pastebin.com/T85GRUjY02:58
micahgaisourph: there's a PPA listed in /topic and on that page are instructions for adding the reo02:59
micahgrepo02:59
micahgthat's the beta PPA02:59
aisourphAh, that looks much better03:00
aisourphSidesteps the preference-setting issue03:00
micahgaisourph: yeah, and the beta version is installable along side the stable one03:00
aisourphOdd, I spent a lot of time Googling/etc and just kept coming across the nightly PPA, which is why this issue appeared03:01
aisourphnever found your PPA releases (I assume Micah Gersten == micahg)03:01
micahgaisourph: it's the team PPA, but yes03:02
aisourphyeah that's why I phrased it as your releases, not your PPA....03:02
aisourphalso I was more interested in the betas than the nightlies anyway, so that repo is also better in that regard03:03
micahgyeah, I'd prefer to run that, but beta 7 was a bust for me, I'm hoping beta 8 is more stable03:04
aisourphthe nightlies just shifted from pre-beta8 to pre-beta9 so I assume beta8 branched within the last couple of days03:05
micahgaisourph: yes03:06
aisourphalso, planet.mozilla.org had them planning on releasing it December 8 before (obviously they didn't) and get an RC out in January so they're clearly aiming to release soon.03:07
micahgyeah, RC probably won't be till Feb, beta 8 by next week maybe03:08
aisourphalso is your beta7 issue probably something specific to you? I mean I'll test it anyway but it'd be nice to know what sort of breakage to look for03:12
* micahg isn't sure could be profile related03:16
aisourphah, well, works so far. and unlike the nightly the various addon icons (ABP, noscript, and that bookmarks toolbar icon) have reappeared03:29
aisourphand I can re-enable the addon compatibility checking (since it's not some pre-beta9. and I didn't understand that anyway, since they said beta7 would get the plugin API stable, so why mark anything that works in beta7 as not working automatically in pre-beta9?)03:30
micahgaisourph: that's just how AMO works03:54
micahgaisourph: scratch that, they just mark it with the highest tested version03:55
aisourphbut it was apparently okay with pre-beta8; is that considered == beta 7 or is there some ordering beta7 < prebeta 8 < beta8 < prebeta9 < beta9 where the addon maintainer notes the last one tested within that? It can't be as simple as 'last tested as of beta X' because of the first part and given how they end up branching things to stabilize each release tree there's only a DAG not some total ordering03:59
micahgmost addons were probably made compatible with beta 804:00
=== yofel_ is now known as yofel
freeflyingis there any admin to ml?09:09
ftadpm, hi, i have a problem with new langs10:26
ftadpm, yesterday, i landed a patch to auto-land them: http://people.ubuntu.com/~fta/chromium/translations/trunk/patches/build.patch.txt10:26
ftadpm, but it's not that easy, i have to also create other files for each lang, like this one: http://src.chromium.org/svn/trunk/src/chrome/app/resources/locale_settings_fr.xtb10:27
dpmhi fta, so you mean that you need more info than the one you can get from LP to generate a new language for Chromium?10:38
ftadpm, correct.10:38
dpmand that that info cannot be easily guessed10:38
ftadpm, no. http://paste.ubuntu.com/544378/  like UI sizes10:39
dpmfta, hm, perhaps we should prepare a wiki page with the instructions for new languages somewhere, and then send an e-mail to launchpad-translators with a heads up. What do you think?10:40
dpmIs the locale_settings_ll.xtb file the only one that needs to be present?10:41
ftadpm, i'm not sure yet, it's the 1st that popped up this morning. i knew this template but i thought grit would be smart enough to get a default somehow,  but apparently not: http://launchpadlibrarian.net/60728211/buildlog_ubuntu-natty-i386.chromium-browser_10.0.613.0~svn20101216r69363-0ubuntu1~ucd1_FAILEDTOBUILD.txt.gz10:42
ftadpm, http://src.chromium.org/svn/trunk/src/chrome/app/resources/locale_settings.grd10:45
dpmlooking...10:46
ftadpm, and it's a slightly different syntax compared to the other grd i'm already converting. (the heavy use of xml comments instead of desc="" attributes)10:47
ftadpm, oh, this grd claims '<messages fallback_to_english="true">', but it obviously doesn't completely10:48
ftadpm, maybe i can just land empty xtb in the meantime10:48
ftadpm, we should find a way to expose those to tech oriented translators10:49
dpmfta, I'm lacking a bit of context, first, what's the locale_settings.grd file?10:49
dpmfta, and how would empty xtb's help as a temporary workaround?10:50
ftadpm, all the tiny prefs (like encoding, dialog sizes) that depends on the lang, like strings may be longer or shorter, having an impact of UI organization10:50
ftadpm, it should prevent the build system from failing when creating the langpack (.pak files), and let grit do its fallback to english until we figure out how to fix that for good10:52
dpmfta, yeah, I saw that in the xtb file, but got confused by the .grd one. So the .grd file is like the master translation template, that generates .xtb files for each locale?10:52
ftadpm, grd/pot, xtb/po10:53
dpmfta, thanks. Yeah, I just wasn't thinking of the locale_settings file in terms of a translation10:53
ftadpm, there's nothing to translate in there, in fact, google doesn't even expose this template to its translators, it's all populated by the devs10:54
dpmfta, so considering that we could use the same machinery, I think your suggestion of exposing it would be a good idea. We could just pretend it's an additional template. But we'd need to have good translator comments there10:54
dpmi.e. we could expose it in LP as an additional template10:55
ftadpm, but how am i supposed to populate all that just by myself, when i don't even know how it should look like10:55
ftadpm, yep, i'll back out my patch for now and discuss with upstream. i'd like them to use the same syntax for the grd10:56
ftadpm, but a wiki page would be nice explaining what is what in each template10:57
dpmfta, we'd leave translators to complete it. And perhaps when auto-landing new languages they should not be used (i.e. use an empty .xtb) until the locale_settings_ll file is completely translated10:57
dpmfta, do you know if the chromium people have got a wiki? I don't want to put it in the Ubuntu wiki unless we can find somewhere else in a more independent location to put it10:58
ftadpm, they have one. http://code.google.com/p/chromium/w/list   i can edit everything in there10:59
dpmfta, ah, that'd be a good place if you want to start. I'd be happy to help with that, I'm just not sure how to get edit permission11:01
dpmanyway, I need to step out for a bit now, will read the log later11:03
ftadpm, ok, i'll start something later today11:03
ftaoh my, those new xtb use a different id for all strings, my converter won't work on those11:10
ftad'oh! locale_settings_cros.grd  locale_settings.grd  locale_settings_linux.grd  locale_settings_mac.grd  locale_settings_win.grd11:13
ftadpm, i see only a dozen of langs moving on lp, how is that supposed to work to have more? should we give milestones/deadlines? or is the current way the best we can have?16:08
ftadpm, (no offense intended, it's my first time working with the ubuntu translators, i'm still trying to learn how it works)16:10
ftaoh.. "chromium linux/beta (8.0.552.224 -> 9.0.597.19)"16:11
dpmhi fta, sorry, I was doing a videocast. Let me figure something out and we'll talk about it tomorrow, as I need to step out. heh, feel free to ask anything, there is no way I could have taken that as an offence :-)17:15
magciusDid the nightly for 4.0b9pre break Flash?23:34
micahgidk23:34
micahghaven't upgrade to last nights version yet23:35
magciusit doesn't even recognize flash player in about:plugins23:35
magciuswhere should it be searching?23:35
jewsucanusehey chrisccoulson, i'm not sure what to file this bug against. dragged links aren't antialiased.23:35
magciusI have no idea what flashplugin-alternative.so is doing23:35
micahgmagcius: are you using adobe flash?23:37
magciusmicahg, yepo23:39
* micahg will try latest after update finished23:40
micahg*finishes23:40
magciusI don't have any package that owns flashplugin-alternative.so23:42
magciuswhat creates is23:42
micahgmagcius: flashplugin-installer should I think23:43
micahgmagcius: wfm23:46
magciusmicahg, huh, ok23:48
magciusmicahg, do you have /usr/lib/mozilla/plugins/libflashplayer.so?23:48
micahgnope23:49
micahgI have flashplugin-alternative.so23:50
micahgI'm using flashplugin-installer23:50
magciussame here23:51
micahgthat's not in maverick anywhere23:51
magciuscan you try nspluginplayer type=flash23:51
magciusdoes it error out?23:52
micahgyes23:52
magciusuhh,ok23:52
magciusso not sure what caused it but reconfiguring flashplugin-installer fixed it23:55

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