Ubulette | pull the two or pull and merge ? | 01:17 |
---|---|---|
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-mozillateam | ||
asac_ | wow i got reconnected :( | 01:25 |
Ubulette | asac, you lost me | 01:25 |
asac_ | sorry | 01:25 |
Ubulette | pull the two or pull and merge ? | 01:25 |
asac_ | well there are probably multiple ways ... what i did is certainly not the best: | 01:26 |
asac_ | 00:53 < asac> mkdir firefox | 01:26 |
asac_ | 00:53 < asac> cd firefox | 01:26 |
asac_ | 00:53 < asac> git init-db | 01:26 |
asac_ | 00:53 < asac> git pull git://double.co.nz/git/firefox.git refs/heads/master:firefox | 01:26 |
asac_ | 00:54 < asac> git pull git://double.co.nz/git/video.git refs/heads/master:video | 01:26 |
Ubulette | that I did | 01:26 |
asac_ | git checkout -f | 01:26 |
asac_ | (to clean the messed master branch) | 01:27 |
asac_ | 01:04 < asac> git checkout video | 01:27 |
asac_ | 01:04 < asac> git merge firefox | 01:27 |
asac_ | 01:04 < asac> cd mozilla | 01:27 |
asac_ | 01:04 < asac> autoconf2.13 | 01:27 |
asac_ | 01:04 < asac> cd .. | 01:27 |
asac_ | 01:04 < asac> git add mozilla/configure | 01:27 |
asac_ | 01:04 < asac> git commit -m "merge latest firefox" | 01:27 |
asac_ | then you can diff as above | 01:27 |
Ubulette | after co -f, you co video just there ?? | 01:29 |
asac_ | yes ... i switch to the video branch | 01:29 |
Ubulette | oooohhhhh | 01:29 |
Ubulette | i see now | 01:29 |
asac_ | then i mege the firefox branch onto the video branch | 01:29 |
asac_ | actually you can leave this ... as apparently the repo is configured to merge automatically to master | 01:29 |
asac_ | so without checkout -f you probably just need | 01:30 |
asac_ | 1:25 < asac_> 01:04 < asac> cd mozilla | 01:30 |
asac_ | 01:25 < asac_> 01:04 < asac> autoconf2.13 | 01:30 |
asac_ | 01:25 < asac_> 01:04 < asac> cd .. | 01:30 |
asac_ | 01:25 < asac_> 01:04 < asac> git add mozilla/configure | 01:30 |
asac_ | 01:25 < asac_> 01:04 < asac> git commit -m "merge latest firefox" | 01:30 |
asac_ | but then diff firefox..master | 01:30 |
asac_ | of course | 01:30 |
Ubulette | the merge removed plenty of files | 01:30 |
asac_ | and leave the video branch alone | 01:30 |
asac_ | yes then they have been removed from firefox branch? | 01:31 |
asac_ | since the last merge he did? | 01:31 |
asac_ | are there any new files in that merge? | 01:32 |
asac_ | hmm a bit strange | 01:33 |
asac_ | maybe just go the second option | 01:33 |
asac | the automerge on master doesn't do that | 01:33 |
asac | but looks sane | 01:35 |
asac | in firefox branch | 01:36 |
asac | mozilla/gfx/src/os2 | 01:36 |
asac | is gone | 01:36 |
=== xtknight_ [n=xtknight@c-68-43-122-211.hsd1.mi.comcast.net] has joined #ubuntu-mozillateam | ||
asac | automerge on master is of course the other direction ... e.g. merge video on firefox ... but we want firefox on video :) ... so deleting those files is right | 01:37 |
Ubulette | ok | 01:38 |
Ubulette | thx | 01:38 |
asac | i hate this automerge feature | 01:38 |
asac | whatever that is | 01:38 |
asac | i mean it does create a master branch even though i never told him to do that | 01:39 |
asac | i think his workflow is: | 01:40 |
asac | git clone git://double.co.nz/git/video.git | 01:40 |
asac | then to merge just | 01:40 |
asac | cd video | 01:40 |
asac | git pull git://double.co.nz/git/firefox.git | 01:40 |
asac | and resolve conflict on master branch | 01:41 |
asac | yeah thats how he probably does it :) ... no idea though how he does the diff then | 01:45 |
cwong1 | asac: hi... fyi the menu comes up without the menubar now.. | 02:05 |
asac | cwong1: the same menu, but in a popup? | 02:10 |
cwong1 | asac: Yes, I simply put the whole thing in a menupopup. I am working on the new layout. However, there is one minor problem and that is I can make the menu popup at pos other than (0, 0). | 02:11 |
cwong1 | s/can/cannot/ | 02:11 |
asac | why? | 02:11 |
asac | you certainly found the showPopup call, right? | 02:12 |
cwong1 | the hildon menu shows up at x=20, y=0 | 02:12 |
cwong1 | I tried setting the x and y and didn't work | 02:12 |
cwong1 | I also try the moveTo method and didn't work. | 02:13 |
cwong1 | Btw, Matt Z will send you 1 of the Samsung Q1 and You should get it in 1.5 wk | 02:13 |
asac | k | 02:14 |
cwong1 | asac: By rearranging the menu item, things doesn't work quite right. Does the position of the menu make any different? | 02:17 |
=== Admiral_Chicago [n=FreddyM@ubuntu/member/admiral-chicago] has joined #ubuntu-mozillateam | ||
asac | cwong1: i don't understand this question | 02:24 |
asac | for the 0,0 coordinates ... maybe we have to provide an anchor | 02:24 |
asac | element | 02:24 |
asac | (currently its just null) | 02:25 |
asac | 02:15 < cwong1> asac: By rearranging the menu item, things doesn't work quite right. | 02:25 |
asac | any example? | 02:25 |
asac | what you rearrange? | 02:25 |
asac | and what is wrong then? | 02:25 |
cwong1 | I put the newNavigatorTab as the first element in my popup | 02:26 |
cwong1 | When I select that menu, a new tab window comes up. I then go to the url bar and enter an url and the content shows up in the first tab not the new tab | 02:26 |
asac | hmm | 02:28 |
asac | does ctrl-t still work? | 02:28 |
cwong1 | I disabled that | 02:28 |
asac | to open new tab instead of pressing the menu item? | 02:28 |
cwong1 | I'll put it back and see if that help. I doubt it | 02:28 |
asac | cwong1: can you please try small steps? e.g. just change the element ... if that works well remove key bindings et al? | 02:29 |
asac | would be helpful to track down what breaks this | 02:29 |
asac | cwong1: i don't think it will help | 02:29 |
asac | cwong1: i just think that we should isolate the testcase | 02:29 |
cwong1 | ok | 02:29 |
asac | cwong1: maybe its something completely unrelated | 02:29 |
asac | e.g. first step ... move whole menu to popup ... verify if it still works ... then flip order ...still works ... and so on | 02:30 |
cwong1 | I will come up with a small test case and send to you. | 02:30 |
cwong1 | I did the first step and they worked | 02:30 |
asac | cwong1: ok send me first step ... i will flip entries then and will see | 02:31 |
asac | maybe try on your own :) | 02:31 |
asac | i am now off ... sorry for being not bright but its really late here ;) | 02:31 |
asac | @time berlin ;) | 02:31 |
asac | @time berlin | 02:31 |
Ubotu | Current time in Europe/Berlin: September 13 2007, 02:31:56 - Next meeting: Desktop Team Development in 11 hours 28 minutes | 02:31 |
cwong1 | Chat with u tomorrow then | 02:32 |
asac | what timezone are you in? | 02:35 |
asac | @time newyork | 02:35 |
cwong1 | pst | 02:35 |
asac | http://ubotu.ubuntu-nl.org/timezones.html | 02:35 |
asac | @time America/Chicago | 02:35 |
Ubotu | Current time in America/Chicago: September 12 2007, 19:35:55 - Next meeting: Desktop Team Development in 11 hours 24 minutes | 02:35 |
asac | ? | 02:35 |
asac | oh | 02:36 |
asac | ost | 02:36 |
asac | pst | 02:36 |
asac | @time America/Los_Angeles | 02:36 |
asac | ? | 02:36 |
Ubotu | Current time in America/Los_Angeles: September 12 2007, 17:36:22 - Next meeting: Desktop Team Development in 11 hours 23 minutes | 02:36 |
cwong1 | @time America/Los_anglees | 02:36 |
asac | yeah ok | 02:36 |
asac | i know then ;) | 02:36 |
asac | @time | 02:37 |
Ubotu | Current time in Etc/UTC: September 13 2007, 00:37:17 - Next meeting: Desktop Team Development in 11 hours 22 minutes | 02:37 |
asac | US/Pacific | 02:37 |
asac | @time US/Pacific | 02:37 |
Ubotu | Current time in US/Pacific: September 12 2007, 17:37:22 - Next meeting: Desktop Team Development in 11 hours 22 minutes | 02:37 |
asac | ok cu | 02:38 |
=== mertiki [n=zxz@modemcable023.30-56-74.mc.videotron.ca] has joined #ubuntu-mozillateam | ||
mertiki | asac : are-you here? | 02:41 |
=== Paddy_EIRE [n=patrick@89.240.241.231] has joined #ubuntu-mozillateam | ||
TheMuso | asac: It also appears that helix-player also FTBFS on all arches, but for a different reason. I'm looking into that now. | 03:09 |
=== Paddy_EIRE [n=patrick@89.240.241.231] has joined #ubuntu-mozillateam | ||
=== xtknight [n=xtknight@c-68-43-122-211.hsd1.mi.comcast.net] has joined #ubuntu-mozillateam | ||
TheMuso | asac: classpath merged from debian built successfully. | 04:56 |
=== xtknight [n=xtknight@c-68-43-122-211.hsd1.mi.comcast.net] has joined #ubuntu-mozillateam | ||
=== hjmf is doing less triaging work because of the new py-lp-bugs api | ||
=== hjmf needs free time to fix all the scripts :) | ||
hjmf | I didn't know that I had that ammount of scripts until I've begun to fix them :) | 08:01 |
=== fuoco [n=gad@87.69.68.130.cable.012.net.il] has joined #ubuntu-mozillateam | ||
fuoco | Ubulette: here ? | 08:42 |
asac | hjmf: yeah :) ... i know what you mean :) | 09:40 |
asac | TheMuso: thats good news. | 09:41 |
Ubulette | fuoco ? | 09:47 |
asac | bug 125187 | 10:18 |
Ubotu | Launchpad bug 125187 in flashplugin-nonfree "flashplugin-nonfree never installs plugin due to md5sum mismatch (dup-of: 125986)" [Undecided,New] https://launchpad.net/bugs/125187 | 10:18 |
Ubotu | Launchpad bug 125986 in flashplugin-nonfree "[MASTER] No flash after update of flashplugin-nonfree" [Undecided,Fix released] https://launchpad.net/bugs/125986 | 10:18 |
fuoco | Ubulette: yeah, nothing much, i'm still building coz i had another dependency missing... | 10:24 |
fuoco | :) | 10:24 |
=== DarkMageZ [n=richard@ppp121-44-83-240.lns10.syd6.internode.on.net] has joined #ubuntu-mozillateam | ||
=== DarkMageZ [n=richard@ppp121-44-83-240.lns10.syd6.internode.on.net] has joined #ubuntu-mozillateam | ||
gnomefreak | asac: looks like your midbrowser changes to flash are borked | 12:47 |
asac | yeah | 12:47 |
asac | paran: there? | 12:47 |
gnomefreak | update-alternatives errors | 12:47 |
gnomefreak | i got pm last night about it | 12:48 |
gnomefreak | the person is away atm | 12:48 |
gnomefreak | let me see if i can pull up error (i closed his pm) | 12:49 |
asac | i know about that error | 12:49 |
gnomefreak | ah ok | 12:49 |
gnomefreak | ok i pmed him to let him know | 12:50 |
asac | gnomefreak: ubuntu10 uploaded | 01:16 |
asac | should fix a bunch of issues | 01:17 |
gnomefreak | ff? | 01:17 |
gnomefreak | or flash? | 01:21 |
asac | flash | 01:30 |
asac | gnomefreak: any idea how i can subscribe to package uploads in launchpad? | 01:31 |
asac | e.g. without being the maintainer? | 01:31 |
gnomefreak | asac: not off hand ill look wheni get home | 01:34 |
gnomefreak | bbl dr app | 01:34 |
asac | paran: because the last flashplugin was broken i had to upload now :) .. i included the --remove-all hack for now | 01:41 |
asac | paran: maybe take a look | 01:41 |
asac | paran: version is 9.0.48.0.0ubuntu10 | 01:41 |
asac | paran: sorry if that washs aways any work you already have done | 01:42 |
asac | paran: we should now do proper testing and add the same thing to gnash i think ;) | 01:42 |
paran | asac: no work, I was planning to do this after work today | 01:52 |
paran | asac: did you include the fix to install the correct alternative on amd64? | 01:52 |
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-mozillateam | ||
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-mozillateam | ||
gnomefreak | ok now im gone ;) | 01:57 |
bluekuja | asac: heya | 01:58 |
bluekuja | news for those packages? | 01:58 |
bluekuja | hjmf, you there? | 01:59 |
bluekuja | asac: ping me when back | 02:11 |
asac | bluekuja: yes TheMuso is working on classpath ... and wanted to look at helix as well | 02:27 |
asac | paran: yes i hope flashplugin-nonfree is now fixed ;) | 02:28 |
asac | paran: tests appreciated though | 02:28 |
bluekuja | asac: need some infos | 02:28 |
bluekuja | like need to change something in particular into dput.cf? | 02:28 |
bluekuja | or is default ok? | 02:29 |
asac | for what? | 02:29 |
asac | to upload to ubuntu? | 02:29 |
bluekuja | yup | 02:29 |
asac | not that i know | 02:29 |
asac | dput ubuntu package*source.changes | 02:29 |
asac | should work | 02:29 |
bluekuja | ok | 02:29 |
asac | bluekuja: maybe sponsor the sunbird locales ;) | 02:30 |
bluekuja | asac: yep, bug link? | 02:30 |
bluekuja | asac: dont want to miss, if the previous version is 0.1.15-0ubuntu1 | 02:30 |
bluekuja | next will be | 02:30 |
bluekuja | 0.1.15-0ubuntu2 | 02:30 |
bluekuja | I'm checking thousand times | 02:30 |
bluekuja | everything | 02:30 |
bluekuja | also easy stuff | 02:31 |
bluekuja | lol | 02:31 |
asac | yeah | 02:31 |
bluekuja | I did an error on this | 02:31 |
bluekuja | so checking | 02:31 |
asac | bluekuja: if you build 0ubuntu1 you probably have to build with -S -sa | 02:31 |
asac | so you forcefully include the orig.tar.gz | 02:31 |
bluekuja | asac: I need to build 0.1.15-0ubuntu2 | 02:31 |
asac | dpkg-buildpackage with do that automatically only if version is -1 ... hasn't been adapted for ubuntu | 02:31 |
asac | yeah ... thats -S -si ;) | 02:31 |
asac | or just -S | 02:32 |
asac | i guess | 02:32 |
bluekuja | yup | 02:32 |
asac | bug 130807 | 02:32 |
ubotu | Launchpad bug 130807 in lightning-sunbird "sunbird langpacks doesn't exist yet" [Medium,Confirmed] https://launchpad.net/bugs/130807 | 02:32 |
bluekuja | asac: is it new? | 02:34 |
asac | yes ... look at revu | 02:35 |
asac | it has an exception | 02:35 |
bluekuja | asac: so can be uploaded also if it's on freeze? | 02:36 |
asac | yes ... http://revu.tauware.de/details.py?upid=211 | 02:37 |
asac | scott@kitterman.com : "New package exception is approved. Also asac gave the package an upcheck." | 02:37 |
bluekuja | asac: ok | 02:37 |
bluekuja | I finish two things | 02:38 |
bluekuja | and im there | 02:38 |
asac | sure | 02:38 |
TheMuso | asac: helix is beyond me... It FTBFS since at least feisty. | 02:41 |
TheMuso | Its something C++ related, which I am not knowledgable enough to fix. | 02:42 |
bluekuja | asac: I get a unknown-architecture lpia | 02:51 |
bluekuja | on lintian | 02:51 |
bluekuja | of course that arch is not on debian | 02:51 |
bluekuja | can I leave it? | 02:51 |
bluekuja | TheMuso, ? | 02:52 |
TheMuso | bluekuja: helix-player doesn't build due to something wrong in the C++ source code. | 02:53 |
bluekuja | TheMuso, nono | 02:53 |
bluekuja | one of my packages | 02:54 |
bluekuja | :) | 02:54 |
bluekuja | I was just answering about lpia arch | 02:54 |
TheMuso | bluekuja: Yes I'd leave it. | 02:54 |
TheMuso | as Debian doesn't have lpia yet. | 02:55 |
bluekuja | yup, I think it gonna be recognized | 02:55 |
bluekuja | by lp | 02:55 |
bluekuja | without problems | 02:55 |
asac | TheMuso: ok thanks | 02:55 |
asac | TheMuso: can you upload the classpath merge to revu? | 02:56 |
asac | bluekuja: lpia is a new architecture ... so you can safely ignore lintian warnings | 02:56 |
bluekuja | asac: ok thanks | 02:57 |
asac | TheMuso: and open a FTBFS bug against classpath (if not yet submitted) ... so we can document UVFe exception for it | 02:57 |
asac | bluekuja: where does lintian complain about lpia? | 02:59 |
asac | bluekuja: do you list that architecture explicitly somewhere? | 02:59 |
bluekuja | asac: at the end of debuid | 02:59 |
bluekuja | *debuild | 02:59 |
bluekuja | asac: yup | 02:59 |
asac | in build logs? | 02:59 |
asac | or on your local run? | 02:59 |
bluekuja | asac: need to restrict archs on my ximp package | 02:59 |
bluekuja | cause bad build system | 02:59 |
bluekuja | asac: local run | 02:59 |
bluekuja | of debuild | 02:59 |
asac | bluekuja: lpia is i386 ... it should definitly work | 03:00 |
bluekuja | yup | 03:00 |
=== bluekuja is uploading his first package | ||
asac | yeah ;) | 03:00 |
=== bluekuja crosses his fingers | ||
asac | usually not much can go wrong :) | 03:00 |
bluekuja | yeah :) | 03:01 |
bluekuja | checked everything | 03:01 |
asac | either its uploaded to right place or it will just be rejected | 03:01 |
asac | which isn't that bad :) | 03:01 |
bluekuja | :) | 03:01 |
asac | yes ... of course, you can make packaging mistakes :) | 03:01 |
bluekuja | yeah | 03:01 |
bluekuja | but I just restricted | 03:01 |
bluekuja | the arch | 03:01 |
bluekuja | nothing more | 03:01 |
asac | how? | 03:19 |
asac | @time pacific | 03:29 |
ubotu | Current time in Canada/Pacific: September 13 2007, 06:30:00 - Next meeting: IRC Council in 3 days | 03:29 |
asac | @time los_angeles | 03:30 |
ubotu | Current time in America/Los_Angeles: September 13 2007, 06:30:20 - Next meeting: IRC Council in 3 days | 03:30 |
fuoco | Could not find compatible GRE between version 1.9a8pre and 1.9a8pre. | 03:41 |
fuoco | this means i have no xulrunner? | 03:41 |
fuoco | can i import profile into trunk ? | 03:47 |
asac | fuoco: you need xulrunner | 03:52 |
asac | installed | 03:53 |
asac | look in /etc/gre.d/ | 03:53 |
asac | what is there? | 03:53 |
fuoco | yeah i installed it, it wasn't pulled by apt | 03:54 |
fuoco | any idea why scrolling with the mouse goes back/forth in history? | 03:56 |
fuoco | this is very annoying | 04:21 |
asac | hmm | 04:32 |
asac | maybe ffox3 now implements 7 mouse button approach? | 04:32 |
asac | e.g. like on windows where you have mous buttons to go back and forth?` | 04:32 |
asac | and somehow the mousewheel is mapped to that? | 04:32 |
asac | fuoco: ? | 04:32 |
=== Crippy-Boy [n=DrLebows@77-100-204-84.cable.ubr04.blac.blueyonder.co.uk] has joined #ubuntu-mozillateam | ||
Crippy-Boy | Hey | 04:47 |
=== Crippy-Boy [n=DrLebows@77-100-204-84.cable.ubr04.blac.blueyonder.co.uk] has left #ubuntu-mozillateam ["Leaving"] | ||
fuoco | asac: yes that is possible, how can i get rid of that? | 04:54 |
asac | no idea ... change your xorg.conf? | 04:54 |
fuoco | i have nothing in xorg.conf about mouse buttons | 04:56 |
fuoco | asac: do you know how i get my profile into 'trunk'? | 05:04 |
asac | which profile? | 05:04 |
fuoco | asac: settings, bookmarks etc... | 05:04 |
asac | which? | 05:06 |
asac | your ffox 2 should be auto migrated | 05:06 |
asac | on first startup | 05:06 |
fuoco | asac: that's what i thought but it didn't happen | 05:08 |
asac | ask Ubulette :) | 05:09 |
fuoco | ok i fixed the scrolling problem in about:config | 05:19 |
fuoco | now i'll wait for Ubulette to ask him about the profile :) | 05:20 |
=== jeromeg [n=jerome@gra94-2-82-66-142-60.fbx.proxad.net] has joined #ubuntu-mozillateam | ||
gnomefreak | asac: why does ubufox need apturl? | 05:38 |
asac | gnomefreak: answered on -devel | 05:42 |
gnomefreak | i see | 05:42 |
gnomefreak | .win 123 | 05:42 |
gnomefreak | asac: you will like this one | 05:56 |
gnomefreak | urgent can any one help me | 05:57 |
gnomefreak | thanks | 05:57 |
gnomefreak | asac: https://bugs.edge.launchpad.net/ubuntu/+source/gnash/+bug/139344 | 05:57 |
ubotu | Launchpad bug 139344 in gnash "how to link static files in gnash" [Undecided,New] | 05:57 |
gnomefreak | !ppsa | 05:59 |
ubotu | Sorry, I don't know anything about ppsa - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi | 05:59 |
gnomefreak | !ppsa | 05:59 |
gnomefreak | !ppa | 05:59 |
ubotu | With Launchpad's Personal Package Archives (PPA), you can build and publish binary Ubuntu packages for multiple architectures simply by uploading an Ubuntu source package to Launchpad. See https://help.launchpad.net/PPAQuickStart. | 05:59 |
=== cwong1 [i=chatzill@nat/intel/x-7118155c5dfe5eb7] has joined #ubuntu-mozillateam | ||
asac | cwong1: you mention that the popup doesn't have the hildon theme? thats strange ... at least the popups from the menubar had the same theme for me | 06:26 |
asac | (last time i looked) | 06:26 |
asac | or is it just a tiny difference ... which i don't see because my eyes are not made for this kind of eye-candy stuff ;) | 06:27 |
asac | ? | 06:27 |
cwong1 | asac: the font and the ">" doen't look the same as other hildon apps | 06:27 |
asac | ok | 06:27 |
cwong1 | asac: the bg and fg colors are fine | 06:27 |
asac | border is right as well, right? | 06:27 |
cwong1 | yes | 06:27 |
asac | your status report sounded like it doesn't use the theme at all | 06:27 |
asac | ok | 06:28 |
cwong1 | looks that way | 06:28 |
asac | well ... looks that way would be grey ;) | 06:28 |
asac | fonts i don't know ... the other thing should be just a different element used i guess | 06:29 |
=== jeromeg [n=jerome@gra94-2-82-66-142-60.fbx.proxad.net] has joined #ubuntu-mozillateam | ||
bluekuja | asac: sunbird-locales are missing orig file | 06:41 |
asac | bluekuja: no | 06:42 |
asac | bluekuja: the orig is in first upload | 06:42 |
asac | just click on the first revision submitted to revu | 06:42 |
asac | there you can get the orig | 06:42 |
bluekuja | asac: oh ok thanks | 06:42 |
bluekuja | :) | 06:42 |
asac | np | 06:42 |
asac | did you first upload(s) succeed? | 06:43 |
bluekuja | asac: yup :) | 06:43 |
asac | great ... enjoy the feeling ;) | 06:43 |
asac | e.g. "accepted ..." mails :) | 06:43 |
bluekuja | lol | 06:44 |
bluekuja | yeah | 06:44 |
bluekuja | that's something great! | 06:44 |
bluekuja | asac: to sign other ppl | 06:49 |
bluekuja | packages | 06:49 |
bluekuja | it's debuild -k | 06:49 |
bluekuja | right? | 06:49 |
asac | i use dpkg-buildpackage -rfakeroot -S -si -kasac@debian.org :) | 06:50 |
asac | so yes | 06:50 |
asac | -kemailORkeyid | 06:50 |
bluekuja | perfect | 06:50 |
bluekuja | asac: original source NOT included) is ok then? | 06:52 |
asac | use -sa | 06:52 |
asac | you need original source on first upload | 06:52 |
asac | for each upstream version | 06:52 |
bluekuja | asac: was a bug fix | 06:53 |
bluekuja | so -si it's ok | 06:53 |
bluekuja | asac: is normal that in source.changes file | 06:53 |
bluekuja | I dont see Closes: | 06:53 |
bluekuja | anymore | 06:53 |
asac | no | 06:53 |
bluekuja | for LP: #bug | 06:53 |
asac | if you have (LP: #buid) you should see it | 06:53 |
bluekuja | yeah | 06:53 |
bluekuja | right | 06:53 |
bluekuja | lets see | 06:53 |
asac | maybe a syntax problem | 06:54 |
bluekuja | yup | 06:54 |
bluekuja | the guy forget | 06:54 |
bluekuja | the : | 06:54 |
bluekuja | ;) | 06:54 |
asac | right ;) | 06:55 |
asac | just add it if its just a second of work :) | 06:55 |
asac | (as you teached me a while back) | 06:56 |
bluekuja | yup | 06:57 |
bluekuja | adding and pushing | 06:57 |
asac | bluekuja: is sunbird locales uploaded already? | 06:59 |
bluekuja | asac: next on the list | 06:59 |
bluekuja | :) | 06:59 |
asac | cool | 06:59 |
bluekuja | just building this | 06:59 |
bluekuja | asac: why (0.5-0ubuntu2)? | 07:03 |
asac | doesn't matter ... just be sure that both versions are included in changes | 07:04 |
asac | or merge the changelog and use ubuntu1 | 07:04 |
bluekuja | ok gonna merge | 07:04 |
asac | fine | 07:05 |
=== asac has no idea if there is any fruitful content at all in changelog ;) | ||
bluekuja | :) | 07:05 |
asac | should be more or less only: initial upload of locales for sunbird 0.5 :) | 07:06 |
bluekuja | ^^ | 07:06 |
asac | off for a while | 07:40 |
bluekuja | k | 07:45 |
=== Paddy_EIRE [n=patrick@78.144.81.237] has joined #ubuntu-mozillateam | ||
bluekuja | asac: is the package ok? | 07:56 |
bluekuja | e.g packaging side | 07:56 |
bluekuja | changelog is * initial release | 07:56 |
bluekuja | * fixed wrong FETCHADDRESS in rules file | 07:56 |
bluekuja | * converted control file to utf8 | 07:56 |
bluekuja | * update-xpi still not fixed | 07:56 |
bluekuja | * removed Danish xpi file which has problems with sunbird 0.5 | 07:56 |
bluekuja | is it ok? | 07:56 |
Ubulette | hi | 07:58 |
bluekuja | heya | 07:58 |
bluekuja | asac: tell me when back | 08:04 |
bluekuja | upload is ready | 08:04 |
bluekuja | need to ask you about changelog | 08:04 |
=== Ubulette_ [n=Ubulette@APuteaux-153-1-63-200.w82-124.abo.wanadoo.fr] has joined #ubuntu-mozillateam | ||
=== Ubulette_ is now known as Ubulette | ||
=== Paddy_EIRE [n=patrick@78.144.81.237] has joined #ubuntu-mozillateam | ||
cwong1 | asac: ping | 10:07 |
bluekuja | cwong1, seems he's still away | 10:07 |
bluekuja | I pinged him 2-3 times | 10:07 |
bluekuja | before | 10:07 |
bluekuja | :) | 10:07 |
cwong1 | :) sports... | 10:07 |
bluekuja | yup, guess so | 10:08 |
bluekuja | :) | 10:08 |
Ubulette | he said <asac> off for a while | 10:08 |
cwong1 | ok | 10:08 |
bluekuja | lol | 10:08 |
bluekuja | yup | 10:08 |
bluekuja | 3 hours ago | 10:08 |
bluekuja | :P | 10:08 |
bluekuja | a great while | 10:08 |
bluekuja | :P | 10:08 |
Ubulette | asac, I've created a new branch: https://code.launchpad.net/~mozillateam/xulrunner/xulrunner-1.9.ubuntu.dev.video | 10:10 |
=== Paddy_EIRE [n=patrick@78.144.81.237] has joined #ubuntu-mozillateam | ||
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-mozillateam | ||
gnomefreak | asac: you around? | 11:20 |
gnomefreak | asac: we really need a way to update the subscriptions in sunbird | 11:20 |
gnomefreak | this is weird i cant get it to display a meeting set on fridge | 11:29 |
gnomefreak | i have it updating every 10 minutes and im leaving it open and its not reloading (also the reload button is greyed out) | 11:29 |
=== gnomefreak really wondering why reload button is greyed | ||
Ubulette | a permission issue ? | 11:31 |
gnomefreak | i dont see how, it could be but it should prompt for password if that is the case | 11:32 |
gnomefreak | @schedule new_york | 11:32 |
ubotu | Schedule for America/New_York: 17 Sep 08:00: IRC Council | 18 Sep 12:00: Kernel Team | 19 Sep 08:00: Edubuntu | 19 Sep 16:00: Xubuntu Developers | 20 Sep 08:00: Desktop Team Development | 21 Sep 08:00: MOTU Team | 11:32 |
Ubulette | i mean, with a file | 11:32 |
Ubulette | not auth | 11:32 |
Ubulette | but i don't know | 11:33 |
Ubulette | just random guess | 11:33 |
gnomefreak | only one of those i have is the xubuntu meeting | 11:33 |
gnomefreak | makes me wonder let me check file | 11:33 |
gnomefreak | should i have saved the ical file in the profile? | 11:36 |
gnomefreak | well i moved it lets see if it helps but i dont see why it would | 11:37 |
asac | back | 11:37 |
asac | cwong1 bluekuja gnomefreak pong | 11:38 |
gnomefreak | asac: where do you save the .ics file for sunbird to update it | 11:38 |
gnomefreak | i have sunbird to read file and it worked but doesnt update the meetings so i moved the .ics to profile and doesnt help either | 11:38 |
gnomefreak | added reload button to task bar and its greyed | 11:40 |
asac | bluekuja: no need to ask about changelog ;) ... you are a MOTU after all | 11:41 |
asac | bluekuja: the package was good ... i already confirmed that in the bug | 11:41 |
asac | bluekuja: merging changelogs => done | 11:41 |
gnomefreak | i shouldnt need to add execute as an app in the properties (that is not user freindly) not sure if it works yet either | 11:41 |
asac | gnomefreak: .ics calendar? | 11:41 |
asac | gnomefreak: did you import or subscribe? | 11:42 |
gnomefreak | fridge | 11:42 |
gnomefreak | import i believe | 11:42 |
asac | gnomefreak: let me install ;) | 11:43 |
gnomefreak | k | 11:43 |
asac | i am probably the right maintainer ;) ... not even using that app ;) | 11:43 |
asac | oh it just went to office ;) | 11:43 |
asac | i had it instlaled | 11:43 |
asac | gnomefreak: url? | 11:44 |
gnomefreak | http://fridge.ubuntu.com/event/ical | 11:44 |
asac | no .ics extension? | 11:44 |
gnomefreak | it saves it as ics | 11:44 |
asac | ok i selected file -> subscribe to remote calendar | 11:45 |
asac | now it asks if i want to store the calendar on local computer or use it directly from network | 11:45 |
asac | i select local option | 11:45 |
gnomefreak | right | 11:45 |
asac | name: fridge | 11:45 |
asac | color: red | 11:45 |
gnomefreak | well i have meetings and blue but ok | 11:46 |
asac | strange .. the google one workd | 11:46 |
asac | this one doesn't? | 11:46 |
asac | ok lets use remote option | 11:47 |
asac | gnomefreak: remote works | 11:47 |
gnomefreak | k | 11:48 |
asac | i think local means something differen then | 11:48 |
=== xtknight [n=xtknight@c-68-43-122-211.hsd1.mi.comcast.net] has joined #ubuntu-mozillateam | ||
asac | or is broken | 11:48 |
asac | no idea | 11:48 |
gnomefreak | what location the link i gave you? | 11:48 |
asac | http://fridge.ubuntu.com/event/ical | 11:48 |
asac | ?? | 11:48 |
asac | just that | 11:48 |
gnomefreak | ok lets try :) | 11:48 |
asac | i selected file -> remote -> network -> ics + URL | 11:49 |
asac | name + color | 11:49 |
asac | done | 11:49 |
gnomefreak | yes works this way | 11:49 |
gnomefreak | so no need to use the ics file at all | 11:49 |
gnomefreak | thats a feature? | 11:49 |
asac | no if you want read-only | 11:49 |
asac | then remote is ok | 11:49 |
asac | but its a bit two complicated imo | 11:49 |
asac | e.g. the wizard | 11:49 |
asac | better: 1. enter url; 2nd present options if there are any | 11:50 |
gnomefreak | for a new ubuntu user i would agree | 11:50 |
asac | (valids only) | 11:50 |
gnomefreak | agreed | 11:50 |
gnomefreak | ok im gonna look for more calendars just to test some things (any you know of good to have atm please let me know) | 11:58 |
asac | gnomefreak: mozilla developer calendar ;) | 12:01 |
Ubulette | nice. I can now watch videos in ff without any plugin | 12:01 |
asac | gnomefreak: http://wiki.mozilla.org/Firefox3/Schedule | 12:02 |
gnomefreak | asac: im looking for moz cal. for all apps in general | 12:02 |
asac | Ubulette: the question if its really better ;) | 12:02 |
asac | gnomefreak: look above | 12:02 |
asac | ;) | 12:02 |
gnomefreak | thats just ff3? | 12:02 |
Ubulette | it's simpler | 12:02 |
asac | gnomefreak: i think a general calendar | 12:03 |
asac | though linked from ffox3 schedule | 12:03 |
gnomefreak | ah ok | 12:03 |
asac | Ubulette: so do we have a video tag now? | 12:04 |
Ubulette | in the .dev.video branch, yes | 12:04 |
asac | can you try to put that in a xul popup ;) ? | 12:04 |
asac | menu | 12:04 |
Ubulette | seems possible | 12:05 |
Ubulette | looks even possible to design a ui in html | 12:06 |
Ubulette | http://www.double.co.nz/video_test/test1.html | 12:06 |
Ubulette | view source | 12:06 |
asac | actually i would really like to get a frame box object that can get 3d animation ;) | 12:06 |
asac | like squeezing video elements ;) | 12:06 |
asac | one can make a glx gc out of every gdkwindow, right? | 12:07 |
TheMuso | asac: sure will do so in a bit | 12:08 |
asac | TheMuso: making a 3d element? | 12:08 |
Ubulette | lol | 12:08 |
asac | ;) | 12:08 |
asac | lol | 12:08 |
Ubulette | Cannot open device: /dev/dsp | 12:08 |
Ubulette | should handle esd | 12:08 |
asac | it should use gstreamer please | 12:08 |
asac | please don't use esd :/ | 12:08 |
asac | which libs does it use for audo/video decoding? | 12:09 |
Ubulette | libasound | 12:09 |
asac | is that a smart decision? | 12:09 |
Ubulette | and ogg* | 12:09 |
Ubulette | vorbis* | 12:10 |
asac | well those are codecs | 12:10 |
Ubulette | fishsound, ogg, | 12:10 |
Ubulette | oggplay, oggz, speex, theora and vorbis | 12:10 |
asac | they hopefully have a media library that has pluggability | 12:10 |
Ubulette | https://code.launchpad.net/~mozillateam/xulrunner/xulrunner-1.9.ubuntu.dev.video | 12:10 |
asac | Ubulette: so does the guy propose to ship libasound in source? | 12:12 |
Ubulette | no | 12:12 |
Ubulette | he just added -lasound in some .mk | 12:12 |
Ubulette | no configure check | 12:12 |
asac | hmm | 12:12 |
asac | i thought that patch would come with all dependencies ... e.g. and those would be cross-platform | 12:12 |
asac | so it works on all archs | 12:13 |
Ubulette | it's not even protected in his VIDEO ifdef | 12:13 |
asac | scary | 12:13 |
Ubulette | I'll discuss with the guy | 12:13 |
asac | is he online` | 12:13 |
asac | ? | 12:13 |
asac | i mean ... in general ;) ... not right now. | 12:13 |
Ubulette | dont know. | 12:14 |
Ubulette | .nz he should be up | 12:14 |
Ubulette | lol, if i click somewhere, it continues to play (the sound) then if I go back, video is still there, playing without interruption | 12:22 |
Ubulette | like the flash thing i've reported twice here | 12:23 |
asac | sounds like a bug i guess ;) | 12:24 |
Ubulette | yes | 12:24 |
asac | maybe even a security bug | 12:24 |
Ubulette | maybe | 12:24 |
asac | probably you can add a timer or something can access freed memory (parents) when you are on the other site | 12:24 |
=== gnomefreak off to play with kde4 | ||
asac | boohh | 12:27 |
asac | gnomefreak + kde ... damn that must be the drugs they gave you | 12:28 |
gnomefreak | :) | 12:28 |
Ubulette | asac, do we really still need the nss/nspr debian branches on lp ? | 12:47 |
asac | Ubulette: why not? stable branches are still merged from debian iirc | 12:49 |
Ubulette | donno. that's why i ask | 12:50 |
Ubulette | so we have/keep 4 nss | 12:53 |
asac | we won't need nss/nspr for your currenty gutsy branch | 12:53 |
asac | we should use in source nss/nspr for that | 12:54 |
asac | just to avoid any problems and mixup with stable nss/nspr in archive | 12:54 |
=== Paddy_EIRE [n=patrick@78.144.81.237] has joined #ubuntu-mozillateam | ||
asac | so while i like that we constantly track nspr on trunk, because we will want them in gutsy+1 i would prefer to keep them out of xulrunner-1.9 that will go into gutsy universe | 12:55 |
gnomefreak | asac: btw i havent figured out how to subscribe to uploads to ubuntu repos (your question yesterday i think it was) | 12:56 |
asac | well s/keep them out/keep them in/ :) | 12:56 |
asac | gnomefreak: yeah ... a bit wierd | 12:56 |
gnomefreak | agreed | 12:56 |
gnomefreak | *-changes ML is all i have found | 12:56 |
gnomefreak | but that is for every app every version uploaded and pushed through NEW i think | 12:57 |
gnomefreak | so its alot of extra shit | 12:57 |
asac | i think i will subscribe and then filter | 12:59 |
Ubulette | hmm, cant connect to any mozilla.org web site | 01:07 |
gnomefreak | no problem here with f | 01:07 |
gnomefreak | ff | 01:07 |
Ubulette | The operation timed out when attempting to contact wiki.mozilla.org. | 01:08 |
gnomefreak | still opens | 01:09 |
gnomefreak | Ubulette: what version of firefox? | 01:09 |
Ubulette | both trunk and gp | 01:10 |
Ubulette | strange | 01:10 |
gnomefreak | firefxo 2 is fine im trying 3 now | 01:10 |
Ubulette | started 1 hour ago | 01:10 |
gnomefreak | opens here in 3 | 01:10 |
gnomefreak | i think its gp | 01:11 |
Ubulette | maybe something in the last gutsy's update | 01:11 |
gnomefreak | i have both installed not sure what one im using i guess gp | 01:11 |
gnomefreak | Ubulette: im fully up to date in gutsy | 01:12 |
gnomefreak | Ubulette: everyother site work? | 01:12 |
Ubulette | yes | 01:12 |
gnomefreak | im assuming your using the official gutsy builds | 01:12 |
Ubulette | hmm | 01:13 |
Ubulette | not really | 01:13 |
Ubulette | I'll reboot. haven't done so for a while | 01:14 |
gnomefreak | Ubulette: than its your builds ;) | 01:14 |
Ubulette | brb | 01:14 |
=== gnomefreak getting hungry |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!