micahg | chrisccoulson: anything else before I go | 00:10 |
---|---|---|
chrisccoulson | micahg - i don't think so. do you want me to upload gnash if it checks out ok? | 00:10 |
micahg | chrisccoulson: sure, one less thing for me to do this weekend :) | 00:10 |
chrisccoulson | cool. it's built now anyway, i just need to get around to testing it ;) | 00:11 |
micahg | I still have 2 merges and a merge request :) | 00:11 |
micahg | chrisccoulson: k, in that case talk to you next week | 00:16 |
chrisccoulson | cool, enjoy your time off :) | 00:16 |
micahg | chrisccoulson: thanks | 00:16 |
=== davida is now known as davidascher | ||
fta | dpm, hi, I have a problem with my pot translator. in my grd file (~pot), which is an xml file, i have a bunch of &xx; codes, but minidom (python) turns them into utf8, while i need them to stay untouched, any idea? | 13:39 |
dpm | hi fta, no, sorry, I haven't got much experience with minidom :/ | 13:44 |
fta | >>> s1='<x>「」/</x>' | 13:55 |
fta | >>> m=minidom.parseString(s1) | 13:55 |
fta | >>> m.toxml().encode("ascii", "xmlcharrefreplace") | 13:55 |
fta | '<?xml version="1.0" ?><x>「」/</x>' | 13:55 |
fta | damn, almost it | 13:55 |
fta | the string is supposed to be the key. won't work if it changes with the encoding | 13:56 |
cyphermox | chrisccoulson, what's your plan for the fixing the seamonkey RenderBadPicture bug? micahg mentioned you wanted to remove mThebesSurface from xulrunner? | 15:10 |
chrisccoulson | i still need to look at that when i get the chance | 15:10 |
cyphermox | ah ok | 15:10 |
cyphermox | was it something specific to xulrunner 1.9.1 or also for 1.9.2? I can take a look at it myself | 15:11 |
chrisccoulson | cyphermox, i think it's specific to 1.9.1. feel free to take a look at it if you like :) | 15:11 |
cyphermox | chrisccoulson, I'm asking because I can reproduce this with 1.9.2 :/ | 15:12 |
cyphermox | wait, not true | 15:12 |
chrisccoulson | it *should* be fixed in 1.9.2 already | 15:12 |
chrisccoulson | hopefully ; | 15:13 |
chrisccoulson | ) | 15:13 |
cyphermox | right, but I think seamonkey also uses it's own xulrunner, if i remember what i saw in rules correctly. | 15:13 |
chrisccoulson | yeah, seamonkey uses it's own copy (it's built statically too) | 15:18 |
lfaraone | chrisccoulson: did you get a chance to look it over last night? | 15:27 |
chrisccoulson | lfaraone, yeah, i did. i couldn't get it to launch firefox though | 15:28 |
chrisccoulson | it seems it's still trying to launch the bundled copy | 15:28 |
chrisccoulson | ff = [ './firefox' ] | 15:29 |
chrisccoulson | that might not work ;) | 15:29 |
lfaraone | chrisccoulson: sorry, I might have updated it since you downloaded it. | 15:31 |
lfaraone | chrisccoulson: rather, I'm sure I have. I looked at http://people.sugarlabs.org/~lfaraone/debian/sugar-firefox-activity_6+dfsg-1_all.deb as it exists right now (mtime 28-Sep-2010 13:13), and it calls on /usr/bin/firefox. | 15:32 |
chrisccoulson | lfaraone, cool, will try that again in a minute | 15:43 |
lfaraone | chrisccoulson: thanks! | 15:46 |
=== bdrung_ is now known as bdrung | ||
fta | dpm, starting to take shape, i mostly have the mapping in place: http://paste.ubuntu.com/503390/ | 17:55 |
fta | dpm, need to figure out what's wrong with some of those ~400 or so strings then i'll just need to create the pot/po, that should be easy | 17:56 |
dpm | fta, ooooh, that's awesome! | 17:56 |
dpm | really | 17:56 |
dpm | good work | 17:57 |
fta | dpm, it's less trivial than i thought.. my code so far: http://paste.ubuntu.com/503394/ | 18:02 |
fta | i'm a noob in python, that's just my 3rd program so it could probably be improved a lot | 18:03 |
dpm | I need to run now, but I think it's very cool, though! | 18:27 |
fta | jdstrand, fyi, chromium beta just jumped to v7: [Branch ~chromium-team/chromium-browser/channels] Rev 329: linux/beta (6.0.472.63 -> 7.0.517.24) | 18:34 |
jdstrand | ack | 18:50 |
Dimmuxx | will the beta ppa be updated tonight? | 18:50 |
fta | Dimmuxx, probably.. it's a big jump so some manual merges are needed (something my bot can't do) | 18:56 |
lfaraone | chrisccoulson: if the resulting package looks good, will I be able to upload it? (assuming ~ubuntu-release ACKs?) | 19:20 |
chrisccoulson | lfaraone, yeah, should be ok | 19:45 |
chrisccoulson | one thing i noticed though is that firefox was running pretty slowly, but i didn't figure out why :/ | 19:45 |
chrisccoulson | and we'll probably need to update the apparmor profile to allow it to write to the profile too | 19:46 |
lfaraone | chrisccoulson: okay, I'm not too familiar with apparmor. Can I help with that? | 19:59 |
chrisccoulson | lfaraone, no need to worry about that, the profile is off by default (and jdstrand works on that usually) | 20:00 |
chrisccoulson | we can fix it next time we do a firefox upload | 20:00 |
lfaraone | chrisccoulson: cool, it'll land in NEW in an hour or so. | 20:59 |
fta | Dimmuxx, done | 21:18 |
Dimmuxx | fta: nice :) | 21:19 |
=== yofel_ is now known as yofel | ||
BUGabundo | evening everyone | 23:00 |
fta | hi | 23:03 |
BUGabundo | fta getting a new android for my bday in two weeks | 23:06 |
BUGabundo | desire hd | 23:06 |
fta | nice | 23:06 |
cyphermox | chrisccoulson, aha! the patch applies cleanly and it's finally done building and works! | 23:07 |
chrisccoulson | excellent, thanks | 23:07 |
chrisccoulson | i will upload that tomorrow then | 23:07 |
cyphermox | chrisccoulson, I'll push a new branch to the bug and propose a merge again | 23:08 |
chrisccoulson | thanks | 23:08 |
cyphermox | chrisccoulson, nah, thanks to you. | 23:20 |
cyphermox | pushed and requested merge, now it's time to go back to the Big Blue Room | 23:21 |
fta | http://www.ubuntuvibes.com/2010/09/2-simple-chromium-extensions-for-ubuntu.html | 23:29 |
Dimmuxx | hmm shouldn't chromium 7 support webgl and all that stuff? | 23:45 |
Dimmuxx | the chrome demos complain about that it doesn't support it | 23:46 |
fta | Dimmuxx, works by default in trunk, and in -dev since a few minutes: http://googlechromereleases.blogspot.com/2010/09/dev-channel-update_30.html | 23:51 |
fta | otherwise you need to enable it | 23:51 |
fta | i've updated the -dev ppa too | 23:51 |
Dimmuxx | ahh okay | 23:52 |
fta | webgl worked for me several months ago | 23:52 |
Dimmuxx | yeah I just thought it was on by default in 7 | 23:54 |
Dimmuxx | nice 1 fps on my netbook in the aquarium demo ;) | 23:54 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!