[12:46] anyone knows where the Build-Depends syntax is described ? [12:47] things like "libhal-dev (>= 0.5) [!kfreebsd-i386 !kfreebsd-amd64] , libcam-dev [kfreebsd-i386 kfreebsd-amd64] " [12:47] asac, do you know ? [12:49] Dunno... [12:50] asac: I think I'll need to rewrite some parts I wrote... ubufoxCheckFile() and stuff... I need it now, but I can't use it since it's too much specific... [01:07] Jazzva: there is no need to make it perfect now [01:07] so not a problm [01:07] we can reorganize/design later [01:08] Already did, now trying to get event handler to work... [01:08] Ubulette: debian develeopers docs/policy [01:08] (if you have luck) :) [01:11] got it, thanks [01:11] Hmm... I think I made FF block :)... [01:12] "(It is not permitted for some names to be prepended with exclamation marks and others not.)" is what I was looking for.. [01:12] otherwise, that would be just black magic or vodoo [01:12] just looking at that sentence hides the context i wouldneed [01:12] what is your problem? [01:13] who ? [01:13] ah i see [01:13] now i understand ... not mix of ! and !! [01:13] :) [01:13] no, just dont do [!foo bar] [01:13] or what is that citation about? [01:14] yes thats what i mean [01:14] don't mix ! and !! [01:14] :) [01:14] Can I set attributes of tags that are not in our xul file? [01:14] only allowed [foo bar] and [!foo !bar] [01:14] yes [01:14] with foo == !!foo :) [01:14] oh [01:14] was not obvious ;) [01:15] Jazzva: why do you want to do that? [01:15] Well, to add "onattrmodified" attribute to getMore label... [01:15] but in general yes ... if you get a ref on that tag [01:15] So I can catch the event... [01:15] Jazzva: hmm [01:16] maybe programatic is simpler? [01:16] e.g. just addDOMEventListener [01:16] or however that method was called [01:16] I think it's addEventListener [01:17] But I just can't figure how to get which tag sent the event, so I thought I need to have onattrmodified set... Perhaps I'm wrong... [01:29] you are wrong [01:29] addEvenListener("DOMAttrChanged" <<--- look this up in the mutation reference) [01:29] should do it [01:43] Jazzva: for me getMore is hidden [01:43] for Languages [01:44] and not hidden for the other two [01:44] so register for the attr change event [01:44] and all should be fine [01:44] I'm doing that... [01:44] Just need to test it now... [01:45] Jazzva: another option is to listen for the radio group (the tabs on top) [01:45] and listen for the selectedIndex attribute [01:45] asac: Right... I thought of that [01:45] or selected item [01:45] but getMore should work [01:45] can you resolve that tag? [01:46] with document.getElementById("getMore") ? [01:46] But I think this one is better, especially if getMore is not hidden for both Extensions and Themes (there is a theme pack in gnome-app-install :)) [01:46] try alert(" test "+document.getElementById(..) [01:46] Yep [01:46] well i think observing getMore is more fruitful ... indeed [01:47] hmmm maybe listening for selecteted on the radio button itself would be even better: [01:47] e.g. get by id: "extensions-view" [01:48] if that is selected we want gnome-app-install with extensions [01:48] later when we have theme packages we can listen on themes-view as well [01:48] and locales-view [01:48] Well, we have one theme pack [01:48] please liten for the radio state [01:48] it gives us more info [01:48] listen [01:48] Ok :) [01:48] more concrete info [01:49] e.g. we don't have to parse the label of the link to guess if its themes extensions or whatever ;) [01:49] for now just display it when the extensions-view is selected [01:49] Yay, it works :D... I mean, the event listener :) === jbs [n=Bernardo@89.181.178.144] has joined #ubuntu-mozillateam [01:49] cool [01:49] Jazzva: i think you get which attribute changed ... or can you register filtered? [01:50] Yes, I get the name of attribute in attrName [01:50] but you can always just test for selected [01:50] Yes... [01:50] independent of what kind of attr changed [01:50] its a waste of cycles most likely [01:50] but who cares atm [01:50] its beta [01:50] Jazzva: well then just react on selected c [01:50] hanges [01:50] Ok [01:51] Well, I think I added a few more things that causes waste of cycles, that's what needs to be a bit redesigned [01:51] in case you don't get an event on initial load you can also implement onload [01:51] well i doubt you did something really serious ;) [01:51] but who knows :) [01:59] It's not really working :/... [01:59] Probably some other typo I made... === jbs_ [n=Bernardo@89.181.63.69] has joined #ubuntu-mozillateam [02:21] Ok, working... it has two checks for "selected" attribute, 'cause I have to figure out why it won't work with attrName, prevValue and newValue [02:22] I will now apply this to clean branch and will upload.. in separate commits ;) [02:22] asac ^ [02:22] Jazzva: rock! [02:22] i will look tomorrow morning what's there :) [02:23] Ok [02:23] i am off now [02:23] Oh, and I'll first merge with your branch [02:23] goodnight [02:23] 'night [02:23] if it takes to much time leave the merging to me [02:23] just maintain your branch and merge what i merged onto your branch then [02:23] should be easier [02:23] Well, I'll try :) [02:24] ah right you can still pull [02:24] then try [02:24] All changes applied successfully. :) [03:10] asac: Revision 23 is when it's merged with your branch, look from there... [03:10] I'm off... Have fun :)... === kompozer [n=kaze@AGrenoble-152-1-82-162.w86-194.abo.wanadoo.fr] has joined #ubuntu-mozillateam [03:44] hi [03:45] asac, tonyyarusso: I have bad news about the aviary patch for the extension manager [03:46] kompozer: oh? [03:46] three problems [03:46] 1) it does not solve the issue of the 'extensions' directory [03:47] 2) it doesn't allow to uninstall a langpack (which is a blocker for me) [03:48] 3) it does not solve the problem of the warning we get in the terminal each time we try to install an XPI [03:48] *** getItemProperty failing for lack of an item. This means getResourceForItem failed to locate a resource for aItemID (item ID = file:///home/kaze/Documents/kompozer/xpi/HandCoder-0.3.5.xpi, property = disabled) [03:48] *** getItemProperty failing for lack of an item. This means getResourceForItem failed to locate a resource for aItemID (item ID = file:///home/kaze/Documents/ko [03:48] this one [03:49] 3) is ok - it's just a warning and it doesn't affect the installation (afaik) [03:50] 1) is more a problem, since it doesn't solve the question of the 'extensions' dir - but I can use a workaround, like creating this dir with the 'rules' file [03:50] 2) is a blocker. The patch I got from Motohiko works perfectly well [03:51] Sounds like the sort of thing asac would need to look at... [03:51] well, I'd like to have his input for sure [03:51] but he's sent me these patches because the aviary site manager was broken [03:52] and as an extension developer, I think I can say that KompoZer's extension manager works well enough for me [03:53] so if nobody minds, I'd rather use the version of the extension manager I've worked on, since it's been extensively tested [04:05] tonyyarusso: still there? [04:05] kompozer: Yes, but not terribly useful for this issue. [04:06] is there a problem if I don't apply these aviary patch because I have a better one? [04:06] I mean, technically I know there's no problem, but my goal is to get KompoZer into Ubuntu's repositories [04:07] so I wonder if that could make a /political/ problem or such [04:07] kompozer: I wouldn't be making the call, so I'm not sure. Lacking a response in here, you might try asking in #ubuntu-motu and seeing if there's a policy person around. [04:09] tonyyarusso: at what time is asac active on this channel usually? [04:10] kompozer: varies, I think. Was on an hour and a half before you joined here today. [04:11] he's in berlin, so same as france (you're from grenoble, right ?) [04:11] tonyyarusso: never mind, I'm just gonna unpatch the extension manager for today and I'll try to reach asac tomorrow [04:11] yeah right [04:12] Ubulette: just out of curiosity, how do you know I'm from Grenoble? [04:13] :) [04:13] * kompozer (n=kaze@AGrenoble-152-1-82-162.w86-194.abo.wanadoo.fr) has joined #ubuntu-mozillateam [04:13] next time I'll use a proxy === kompozer is not used to IRC at all [04:13] kompozer: or just get a cloak from staff [04:13] (see my /whois) [04:14] neat [04:14] ^^ [04:23] I got a silly question for mozillians [04:24] how come when I do a 'make install', my app has a different icon than the one I get with a simple 'make'? [04:24] does anybody know where 'make install' gets the application icon? [04:26] probably a branding issue [04:29] how does it work? [04:29] I suppose there's a switch to build with/without branding [04:30] yep, in configure [04:31] for firefox3, we used --with-branding=browser/branding/unofficial [04:31] for ff-trunk, nothing [04:31] it changes appname and icons/logos [04:31] I see an '--enable-official-branding' switch [04:32] maybe [04:32] and there's a default icon. That could be what you see in one case [04:33] I have a default.xpm in mozilla/composer/app [04:33] this is the one I get when I do a 'make' [04:33] but it's another one when I do a 'make install' [04:33] I find that weird [04:35] with make install, do you see one from dist/branding ? === kompozer checking [04:36] I have no dist/branding directory [04:39] mozilla/other-licenses/branding ? [04:40] neither [04:40] well, I don't know then. as usual, asac is the expert here :) [04:40] I'll get him tomorrow after dinner then [04:41] am Nachtisch-Zeit [04:47] bye folks [04:48] Ubulette: salut [10:12] ole [10:22] debian bug #431109 [10:22] Debian bug 431109 in debian-policy "[PROPOSAL] Disambiguate of Section 12.5, Deprecate GPL/LGPL symlinks" [Wishlist,Open] http://bugs.debian.org/431109 === jbs_ [n=Bernardo@84.39.120.233] has joined #ubuntu-mozillateam === jbs_ is now known as Bernardo === jbs [n=Bernardo@84.39.72.54] has joined #ubuntu-mozillateam === asac [n=asac@debian/developer/asac] has joined #ubuntu-mozillateam [01:28] Hello... [01:29] hi [01:29] :) [01:30] Have you seen the ubufox? [01:45] i will look now [01:46] Ok, I'm off for a while... Be back around 14:30... [01:47] Jazzva|away: ok [01:48] only fix left (which can go in after beta) is to test for hidden label in onload [01:48] as the link is displayed if you open add-ons with languages pre-selected [01:48] otherwise looks great!" [01:48] otherwise looks great! [01:48] Hmm, just tell me how to put Languages tab :)... To install some other locale? [01:49] Jazzva|away: its simple [01:49] open add-ons dialog go go languages tab [01:49] then close firefox [01:49] next time you open add-ons language tab is preselected [01:49] I don't have Languages tab :)... [01:49] and you see your link [01:49] Extensions and Themes... [01:49] same for theme [01:50] Oh, right... I can test it with themes :)... (as it reacts to extensions-view.selected change) [01:50] Ok, I'll do that when I come back... [01:50] See you later... [01:51] cu [02:26] Jazzva: ok the pfs is now up at its beta url ... so default ubufox pref should work ... e.g. [02:27] http://people.ubuntu.com/~asac/cgi-bin/plugin-finder.py?mimetype=video%2Fmpeg&appID={ec8030f7-c20a-464f-9b0e-13a3a9e97384}&appVersion=2007073113&clientOS=Linux%20x86_64&chromeLocale=en-US [02:27] Ok... [02:27] i had to hack the plugin-finder.py because it was not capable of apache running in threaded mode [02:27] and it doesn't call pfs.mozilla.org ... because fw rules don't allow that atm [02:28] I'm testing to see if the button will be hidden on starting addons with some other tab... (but I think it won't :/) [02:29] Nope, it's not hidden... [02:29] I'll add the portion of code from OnAttrModified to onload :). [02:29] The one that checks if extensions-view is selected... [02:30] Jazzva: yes ... that would be the right way to go [02:30] if you duplicate code now, just remember to consolidate that at some point after 0.4~beta [02:30] before 0.4~rc [02:30] :) [02:30] Did you upload anything new to your branch? just to merge before editing? [02:30] wait a second [02:31] K... [02:31] Well, I probably could make a function that would check some attribute of some element, so we can use it with something else... :) [02:32] But we'll still have to think of it... just to be sure not to overstuff it stupidly :). [02:33] ok looks good [02:33] pushing [02:33] ok rev 35 [02:33] is up [02:33] Ok :), merging... [02:33] please say "pulling" if u don't merge :) [02:33] you confuse me ;) [02:34] I am merging [02:34] :) [02:34] merging is done when our branches have diverged [02:34] Well, they have... haven't they? :) [02:34] no ... as long as i have just new revisions on top of yours its not diverged [02:34] but out-of-synch [02:35] if i check in 36 ... and you checkin 36 somehow different ... then wie have diverged and a merge is needed [02:35] Ok then, pulling and applying changes to my branch... :) [02:35] otherwise you just pull to get in synch again ;) [02:35] yeah [02:35] ok in 25 minutes i will close the curtain and do the release :) [02:35] whatever you want to get in do it in that time :) [02:36] Ok, just to test it :) [02:37] sure i think its plenty of time to do what you want :) [02:38] Well, it takes some time to get FF up, restart it and stuff :).. [02:39] ...and it's not working... [02:40] because of syntax error... [02:40] ;) === Jazzva smacks head against wall... [02:43] Done :)... [02:45] Pushed... [02:46] asac ^ [02:46] I forgot to commit right after merging, so it also contains your changes in diff. [02:52] huh? [02:52] Jazzva: please uncommit [02:52] you have to bzr pull (not merge) [02:53] then you don't need to commit after that === Ubulette [n=Ubulette@APuteaux-153-1-13-5.w82-124.abo.wanadoo.fr] has joined #ubuntu-mozillateam [02:55] Then just to pull your branch to my bzr/ubufox dir? [02:55] Ok, works :) [02:59] Done... [02:59] asac ^ [03:00] yes [03:00] good [03:00] let me pull yours, give a short test ... then plumber the release [03:00] I saw the difference now :)... [03:01] right ;) [03:02] Smoke time... brb [03:13] lo [03:13] back [03:13] Hello... [03:16] Jazzva: ok [03:17] Jazzva: can you please test if latest bzr *just* works for you ... e.g. please reset the pfs. config so it points to my people.ubuntu.com account [03:17] ... which is the one we will use for beta [03:17] e.g. the default shipped with ubufox should be fine ... [03:17] asac: Sure... [03:18] its now 0.4~beta1 [03:18] i already have a .deb here as well [03:18] maybe test that one instead of the .xpi [03:19] Ok, just tell me where can I download it... [03:19] http://people.ubuntu.com/~asac/ubufox_0.4~beta1-0ubuntu1_all.deb [03:19] The one branch that is not main? :) [03:19] Oh, ok :) [03:19] yes the other branch is the packaging ... haven't pushed the last revision (which is just changelog) though. [03:20] Ok, testing :) [03:21] Jazzva: i have testpages setup there as well [03:21] http://people.ubuntu.com/~asac/pfs/test/ [03:21] Jazzva: uninstall the .xpi first [03:25] Hmm, we don't have the "Don't install plugin for this media" button? [03:25] yes [03:25] that will be added soon :) [03:25] Ok :) [03:25] its not perfect but you can press cancel [03:26] and will get to next plugin [03:26] Jazzva: can you give me a screenshot of gnome-app-install that opens if you press Get-Ubuntu addons ? [03:26] If I want to remove the flashplugin in mozilla do you need to remove it from every system that uses the same profile dir? [03:26] i have screens for the rest (for the announcement) [03:27] if they share profile then yes [03:27] Sure, just to turn off compiz :)... I can't get window border in screenshot when it's turned on... [03:29] Jazzva: so does it work for you as well? [03:30] What? Get addons? [03:31] BTW, which theme do you want me to use for screenshot? Ubuntu Human? [03:33] yes please [03:33] human [03:33] Jazzva: yes ... get addons [03:33] i have screens for the plugin finder and our addons dialog [03:33] i want screen from the gnome-app-install with extensions [03:33] Addons working... [03:33] Just to change theme... [03:40] asac: This good? http://jazzva.googlepages.com/gai.png [03:40] hmm [03:41] you don't have a gutsy install :) [03:41] Not reall... [03:41] really [03:41] is good enough ... though the theme is not applied in window ;) [03:41] thanks [03:41] Well, it is possibel to use my theme as root theme [03:41] will copy that over [03:41] and then to link that in chroot :) [03:41] *possible [03:42] oh i see that my screenshots are not made with human theme anyway [03:42] so nevermind :) [03:42] Lol... Ok :) [03:43] http://people.ubuntu.com/~asac/pfs/screens/ [03:43] there are the screens [03:43] i already know the first comment ... why is it named "Get Ubuntu Addons" ... and not "Get Ubuntu Extensions" [03:44] Jazzva: is that string already localized? [03:44] aeh ... localizable (in dtd or properties) ? [03:44] Yes [03:44] I think I saw it [03:46] Hmm, will ubufox come with default firefox? [03:46] it will be installed by default [03:46] That's cool :D... [03:46] its in main and on cd [03:46] and is installed by default [03:46] It will be easier for users to find plugins :)... [03:47] people can disable or uninstall if they want pristine firefox [03:47] thats the idea :) [03:47] And I won't need to answer to questions "Hey, what do I need to get to watch youtube?" :D [03:47] here the spec that this implements: [03:47] https://wiki.ubuntu.com/FirefoxDistroAddonSpec [03:48] BTW, just checked, there's the "Get Ubuntu Addons" string in ubufox.properties [03:48] question is if its used :) [03:48] i think its hard-coded in .xul ... but not sure [03:48] Oh... lemme check [03:49] Hardcoded... [03:49] To replace it with &...; [03:49] ? [03:49] yes ... but it needs to be addeed to .dtd then too [03:50] maybe try the trivial way ... and next test how it works if you replace .dtd value with the .properties chrome:// path [03:50] Does it need to have same key.id as in .properties? [03:50] both should work [03:50] it needs and entity id defined in .dtd [03:50] but as explained yesterady you can make dtd use the .properties value [03:50] Ok... [03:51] ok ubuntu branch is now pushed too [03:52] oh ... in a minute as it appears [03:52] Ok... I'll see to edit this string now [03:53] Hmm, it seems like it uses already the strings from ubufox.properties [03:53] It's defined with tag [03:53] hmm [03:53] then try [03:53] but i think you still need dtd [03:53] (not sure) ... as i hate strings/localizations ;) [03:54] Ok, I'll try... [03:54] "&key.id;"? [03:54] That way :)? [03:54] yes [04:01] Yes, I needed to define it in .dtd [04:01] Can I remove it from .properites, since that's the only place it's used? [04:01] that=in ubuntuAddonsOverlay.xul [04:01] asac ^ [04:03] yes ... if its never needed in javascript you can just drop it from properties and move it to .dtd [04:03] Cool... I'll just check to make sure that it's only used in xul [04:06] 0.4~beta1-0ubuntu1 is uploaded to ubuntu [04:06] lets party ;) [04:06] ...like it's 1999... [04:06] Jazzva: please work on top of version bump [04:06] I am [04:06] e.g. i think its 38 [04:06] That one... [04:07] it almost certainly is only used in xul [04:07] I checked with grep, that's the only spot... [04:15] asac: Pushed the new revision... [04:15] oh [04:16] ok ;) [04:29] Jazzva, asac, can I see your screenshots ? [04:29] for ubufox? :) [04:30] sure [04:30] Or on desktop? [04:30] http://people.ubuntu.com/~asac/pfs/screens/ [04:30] Ubulette: ^^ [04:33] looks nice :) [04:33] Wee :D [04:33] would be nice to be able to put priorities to plugins [04:34] ie change order like xine vs totem, gnash vs adobe, etc [04:34] Oh... Sounds good. [04:34] :) [04:34] But I'm not sure how asac implemented the plugin-finder... [04:35] I think they're searched in gnome-app-install... [04:35] Or something... [04:35] Ubulette: no its a db [04:35] Jazzva: ^^ [04:35] not by gnome-app-install [04:35] we can add those features ... at best lets open bugs against ubufox project to keep track of potential improvements [04:36] :) [04:36] does it work with FF3 ? [04:36] (I'm no longer using FF2 anywhere...) [04:41] would be nice to fix ubufox icon too.. it's heavily pixelized === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-mozillateam === asac waves @ gnomefreak [04:43] welcome back [04:43] asac: hi [04:43] (wherever you have been) :) [04:43] not here long [04:43] ty [04:43] yeah ... what is going on? [04:43] hospital [04:43] you? [04:43] looks like ill be going back tonight [04:43] yes [04:43] pancreantitus(sp) [04:43] an accident? === asac wikis [04:44] nope my pancrese(sp) is swollen [04:44] ouch [04:44] causes sone nasty pain [04:44] so you get intra-venous water ... or what do they do? [04:44] or will they do a surgeory? [04:45] gnomefreak: i understand that it causes nasty pain ... i don't envy you [04:45] liquid diet(intra-venous water and some other things like beef broth and vcrap) [04:46] asac: there isnt much they can do about it except help me with the pain and eating [04:46] and doesn't the hospital allow you to take your notebook with you? [04:46] ... otherwise you probably die of bordomness [04:46] when i get home (north carolina) i have appt with my doctor for more info on how to handle this [04:46] asac: this one doesnt let me bring anything including my insulin pump [04:47] :( [04:47] Phone... Hello, gnomefreak... === gnomefreak very pissed off at them for that but there isnt much i can do other than sign myseof out like i did today [04:47] Jazzva: hi [04:47] ok ... get better soon ... and change the way you eat/drink (if its because of that) [04:47] gnomefreak: just one short question: is the iceape branch good? [04:47] yeah i found out [04:48] asac: yes should be set to go [04:48] Get well and come back... [04:48] asac: i uploaded the source to gnoimefreak.youmortals.com [04:48] gnomefreak: i was a bit unsure about some changes ... but now that you are in hospital i will just build/test and then upload i guess [04:48] yes ... i already have it iirc [04:48] asac: ok what were you unsure of? [04:48] its been a few days ... let me see if i can get that back in my brain [04:49] iirc all i did was add a patch and dropped one or 2 [04:49] yeah ... let me check a minute [04:49] wtf did i miss [04:50] nautilus tells you how many things are in each dir :( [04:50] Ubulette: So far, ubufox is not working with gran paradiso... I tried manually changing allowed versions to get it installed in GP and it works... I only can't get rid of "Restart Gran Paradiso" button in Addons now :) [04:51] Jazzva, everything else is okay ? [04:51] Checking... [04:51] Jazzva: restart? [04:51] update-manager is borke [04:51] d [04:51] gnomefreak, hi, we missed you [04:51] hi Ubulette :) [04:51] asac: restarted... it's still there :/ [04:51] gnomefreak: maybe to give you good news: http://people.ubuntu.com/~asac/pfs/screens/ [04:52] :) [04:52] gnomefreak: Ubulette fixed the -trunk for us [04:52] and we have paradiso now ;) [04:52] asac: iceape changelog http://pastebin.mozilla.org/185153 [04:52] ty Ubulette :) [04:52] np [04:53] oh i like [04:54] i dont remember it having such a nice interface to it (it being plugin-finder [04:55] is mozillateam gran-paradiso branch updated? [04:55] gnomefreak: yes [04:55] -trunk is still in ubulettes branch iirc [04:55] i wanted to push it but forgot (shame on me) [04:57] fixing update-notifier atm than i have to go take meds and try to eat something if i make it back here today ill grab it (if i get a branch address) and ill merge it or atleast try === gnomefreak scared to look at email [04:57] none are uptodate. I've ported the java fix in gp too [04:57] java is broken? [04:57] plugin crash [04:57] fixed === gnomefreak misses all the fun [04:58] :) [04:58] well hopfully after sunday ill be back to myself again. I drive home on sunday if i feel good enough to [04:59] hmm, a user in the forum told me font improved font rendering (ie freetype 2.3.x turner patches) is no longer working in FF3 [04:59] http://img211.imageshack.us/my.php?image=screenshotbk4.png === gnomefreak gone for a bit, asac ill check back let me know what you find wrong with iceape and ill look at it as soon as i can or if you get board fix it and let me know [05:00] "Left is Gran Paradiso, right is firefox2" [05:01] Hmm, so far, it can launche gnome-app-install, it can find plugins for media, but the installation is not working and there's Restart Gran Paradiso button in Addons :/... that's for GranParadiso in Gutsy chroot... [05:01] *launch [05:01] hmmmmm looks same to me [05:02] It's not, look at the address bars [05:02] Right is GP, left is FF2... (I think) [05:02] right has better antialiasing [05:02] the user said "Left is Gran Paradiso, right is firefox2" [05:03] I noticed that in GP... When you rollover address bar it changes... [05:03] yep, often at dots [05:03] for example, in this imageshack link, the "y." in "my.php" changes on rollover [05:03] annoying [05:03] other than one screenshot looking like its a bit bigger (more address than other) i dont see anything [05:04] the text in the page looks very different on my screen [05:04] not to me here [05:04] let me try something [05:05] nope cant change the sixe either [05:05] size*- [05:05] Hmm, maybe the text on the right screen is more anti-aliased... [05:05] It looks more blurry too :/ [05:05] text on left lookks slightly bigger but its hard to tell. [05:06] trunk has always had bigger font than our finals. but i dont see this as a problem. [05:06] asac: btw are we keeping gp in repos after release [05:07] i have to figure that out with release team [05:07] i was asked before i went to hospital last week [05:07] but i hope we can provide updates through SRU until we finall get 3.0 in gutsy+1 [05:07] Ok, launchtime... Then I have to go out... See you in the evening or so... I'll have to study a bit when I come back. [05:07] gnomefreak: Get well :)... [05:07] Jazzva: cu [05:08] asac: ok, i only see one problem with pulling it and firefox may have issues after gp is no longer in repos (wont know til it happens though) [05:08] Jazzva: ty and have a good day [05:08] gnomefreak: http://people.ubuntu.com/~asac/iceape.diff [05:08] most of the posts in the gutsy's forum are about I hate defaults, fonts, colors or my compiz is broken, or change this app as I hate it [05:08] thats the diff you have against debian [05:09] 1. why did you drop debian/patches/80_system_libs.dpatch ? [05:09] i didnt [05:09] or did you forget to add that to repo? [05:09] ok then you forgot to check in [05:09] its in 00list [05:09] but not in branch [05:09] it didnt apply i looked for it and poof it told me it was gone so i added it back and had no way to post it to branch (it wouldnt allow me)( [05:10] huh? [05:10] it wouldnt allow me to push the patch to branch [05:10] bzr add debian/patches/80_system... ? [05:10] then commit ? [05:10] that could be why [05:11] ok i will add it and push all to mt branch, ok? [05:11] (do we have an mt branch?) [05:11] not even sure whats there atm but i do remember that patch we needed and it wouldnt work for me [05:11] asac: we should have one and yes that would be great [05:11] k will try [05:11] looking [05:12] https://code.launchpad.net/~mozillateam/iceape/ubuntu-1.1.x [05:12] theres also the debian one but not sure what we are gonna update to that. [05:13] ok now im stepping away cu soon [05:17] gnomefreak, ++, take care [05:21] gnomefreak: come back soon! [05:21] (cured of course) [05:21] and drink loads of water ;) [05:22] gnomefreak: i will replace the debian branch by automatic vcs import [05:25] hmm, too bad linux is not able to use this http://media.labs.live.com/photosynth/NASA/default.htm [05:33] well the banner says it all :) [05:40] yep [05:53] Ubulette: sorry my brain is pretty busted ... you had a swfdec package, right? [05:53] nevermind [05:53] i remember now ;) [05:53] it was not you [05:54] ... [06:42] asac, you're done with your specs ? [06:44] more or less ... but fighting another fire ;) [06:44] tomorrow i will catch up with things i dropped === wojtekka [n=wojtekka@82.146.247.25] has joined #ubuntu-mozillateam [06:55] wojtekka: please whine in public ;) [06:55] bug 101857 [06:55] Launchpad bug 101857 in network-manager "WPA doesn't work with NetworkManager using the bcm43xx driver (works with wpa_supplicant)" [Unknown,Confirmed] https://launchpad.net/bugs/101857 [06:55] okay, here I go. [06:55] could you verify that it works with gutsy nm? [06:56] Ubulette: http://groups.google.com/group/mozilla.dev.platforms.linux/browse_thread/thread/4b0c5de14d8dadb9/281c3a0fccbd91bd#281c3a0fccbd91bd [06:57] asac: I haven't upgraded to gutsy yet, because I couldn't test the fix in feisty. unless there's a way to downgrade ubuntu, I'd like to test the patch on my laptop first. [06:59] asac, hmm, I'll have a look [06:59] mozilla bug 312105 [06:59] Mozilla bug 312105 in GFX: Thebes "Crash (cairo assertion) on various pages with debug build [@ cairo_ft_unscaled_font_set_scale] [@ cairo_xlib_surface_set_drawable] [@ _moz_cairo_ft_scaled_font_unlock_face] " [Critical,New] http://bugzilla.mozilla.org/show_bug.cgi?id=312105 [07:00] asac: anyway, I'd appreciate if someone told me how to properly build a package with custom patches, because when I tried to do it on my own, I ended up with Network Manager that wasn't able to connect using WPA at all. not even with hex passphrase that worked before. [07:02] cannot reproduce 312105, and it's damn old Gecko/20051009 Firefox/1.6a1 [07:02] Ubulette: is that crash the one we see assertion crashes for when using system-cairo? [07:02] or is that unrelated? === JenFraggle [n=jen@91.84.43.217] has joined #ubuntu-mozillateam [07:03] wojtekka: what makes you believe then that the patch fixes it for you? [07:04] asac, unrelated. cairo-hash vs cairo-ft-font.c [07:04] ok thanks [07:07] mozilla bug 390898 [07:07] Mozilla bug 390898 in GFX: Thebes "Crash when dragging selection [@ fbFetchPixel_a8r8g8b8] " [Critical,Reopened] http://bugzilla.mozilla.org/show_bug.cgi?id=390898 [07:07] cannot reproduce but I'm on 32bit. [07:08] asac: just a wild guess based on the fact that the code has been compiled without WORDS_BIGENDIAN define on my big-endian system and that there's WORDS_BIGENDIAN missing in config.h.in. [07:10] Ubulette: ok i will talk to vlad how we can help [07:10] asac: and I've compared the endianness patch for 0.6.4 from ubuntu package with upstream 0.6.5. [07:11] mozilla bug 390786 [07:11] Mozilla bug 390786 in GFX: Thebes "Lots of graphic corruption in Minefield Linux (since the 8/01 nightly)" [Major,New] http://bugzilla.mozilla.org/show_bug.cgi?id=390786 === Admiral_Chicago [n=FreddyM@st074039212101.monm.edu] has joined #ubuntu-mozillateam [07:11] cannot reproduce /w gp a7 [07:11] and trunk? [07:12] its been introduced since 8/01 [07:12] i think a7 was before [07:13] a7 was 2007-Aug-03 17:53:58 [07:13] maybe they had a minibranch? [07:13] to stabilize things? [07:13] or even forked off MOZILLA_1_9_BRANCH already? [07:17] Ubulette: it might be totally true that they tagged a week before ... sent out beta bits to community and then released the same for a7 [07:17] wojtekka: do you have gutsy? [07:17] wojtekka: would be great if you could verify first if all works as expected in gutsy now [07:18] we have 0.6.5 there [07:18] asac, tested with trunk too, cannot reproduce [07:19] but print previous is slow as hell, and almost freeze the whole thing [07:19] hmm would be interesting to see if upstream upstream binaries have that for us [07:19] s/previous/preview/ [07:19] because we use at least some system libs that they don't use i gues [07:19] LoadPlugin: failed to initialize shared library /usr/lib/firefox/plugins/libunixprintplugin.so [libxpcom_core.so: cannot open shared object file: No such file or directory] [07:19] Ubulette: where do you have that from? [07:20] strange it's /usr/lib/firefox/plugins [07:20] trunk [07:20] right [07:20] using print preview [07:20] ok so we indeed need this previously neglected plugin [07:21] I have it [07:22] -rw-r--r-- 1 root root 18552 2007-08-15 19:08 /usr/lib/firefox-trunk/plugins/libnullplugin.so [07:23] but I don't have libxpcom_core.so for GP and trunk, only for FF2 [07:23] asac: I'd love to, but then I won't be able to check the update for feisty. that's why I want to manually build the fixed package on feisty first. [07:23] maybe I've moved it in -dev by mistake [07:24] Ubulette: i remember that we talked about libunixprintplugin.so not being build before [07:24] Ubulette: do we have --enable-postscript? [07:24] and --disable-xprint? [07:25] hmm, we only have build-tree/mozilla/xpcom/build/libxpcom_core.a no .so [07:25] wojtekka: ok if you have no problem with doing some builds you should try to grab sources for wpasupplicant and network-manager from gutsy and build those [07:26] asac, we have both --disable-xprint and --enable-postscript [07:26] Ubulette: huh so libxpcom doesn't exist ... ah [07:26] Ubulette: i think the main reason is that we don't have libunixplugin.so [07:26] + that paradiso looks in /usr/lib/firefox/plugins directory (maybe because of this?) [07:26] as in old firefox there is a libxpcom_core.so [07:27] which doesn't exist in 3.0 anymore [07:27] so loading the old plugin fails [07:27] more or less related to what totem made choke [07:27] print preview puts Xorg over the roof [07:28] 100% cpu on my dual core 2 [07:28] does it work in the end? [07:28] does it loop on 2 cores? [07:28] whenever I do anything in the preview [07:28] asac: so... how can I do that? change deb-src to gutsy, apt-get source network-manager, apt-get source wpa_supplicant and then dpkg-buildpackage? [07:29] it previews but xorg being busy, wm is not very responsive [07:29] both trunk and gp [07:29] closing the preview fixes it [07:32] mozilla bug 390787 [07:32] Mozilla bug 390787 in GFX: Thebes "Many fonts and widgets do not display" [Blocker,New] http://bugzilla.mozilla.org/show_bug.cgi?id=390787 [07:33] cannot reproduce [07:34] back to libunixplugin.so, I don't understand why it looks in /usr/lib/firefox/plugins [07:36] GP doesn't complain [07:36] but still bothers Xorg [07:37] Ubulette: do we have libunixprintplugin.so ? [07:37] i doubt we have [07:38] oh, not in gp [07:38] and trunk is a link, that's why [07:38] lrwxrwxrwx 1 root root 46 2007-08-15 19:13 /usr/lib/firefox-trunk/plugins/libunixprintplugin.so -> /usr/lib/firefox/plugins/libunixprintplugin.so [07:39] I've made it manually at some point [07:40] so it's my mistake [07:40] yet it still sucks my cpu [07:41] does it work when you remove that link? [07:42] preview always works [07:46] mozilla bug 379430 [07:46] Mozilla bug 379430 in GFX "Print preview hangs X" [Critical,New] http://bugzilla.mozilla.org/show_bug.cgi?id=379430 === Admiral_Chicago [n=FreddyM@st074039212101.monm.edu] has joined #ubuntu-mozillateam [07:58] Ubulette: do you have profiling infrastructure in place so we see where the cycles end up in? [07:58] no [07:58] ok [07:59] i will try on monday === kompozer [n=kaze@AGrenoble-152-1-82-162.w86-194.abo.wanadoo.fr] has joined #ubuntu-mozillateam [08:20] hi [08:21] asac: are you there? [08:23] well would like a break ... but i am more or less here [08:23] so your text will be processed ... at some point [08:23] :) [08:25] I've had problems with your aviary patches. In short: they don't solve the two problems ('extensions' dir and the warning when installing an extension, not a big deal anyway) and I can't uninstall any langpack any more [08:25] with the patch I've got from Motohiko at least the extension manager is working in KompoZer [08:26] so I wondered if you wouldn't mind that I keep my own patch, since it's been extensively tested [08:28] if you want to test the binary yourself: http://downloads.sourceforge.net/kompozer/kompozer-0.7.10rc5-gcc4.0.3-i486.tgz?use_mirror=heanet [08:38] asac, libunixprintplugin is now a "demo" plugin, it's built in build-tree/mozilla/modules/plugin/samples/unixprinting/libunixprintplugin.so but is no longer installed [08:47] ok [08:47] then drop link and done [08:47] preview is known upstream issue ... so let it go ;) [08:49] kompozer: i am really out of 1.7 branch ;) [08:49] all i can say is that the patch worked for ffox and tbird [08:49] i remember it being particular picky though about what is installed where [08:50] I think Nvu/KompoZer is particular since it's been heavily patched since the very beginning [08:50] anyway, if you don't mind I'll just stick with Motohiko's patch :) [08:51] as i said i am out of it ... [08:51] so i don't care what you do [08:51] ok [08:51] if you want assistance then i can help ... but this thing goes in without a good feeling in my guts ;) [08:52] speaking of assistance, I got a weird problem with 'make install' [08:53] 'make' and 'make install' don't produce the same binary. The application icon is different, some resources are different, too (e.g. the 'tip of the day' RDF entries) [08:53] if you have any idea of what's going on, it would be a great help [08:58] well [08:58] make install is inheritantly borken for mozilla [08:58] because they "just don't care/use it" [08:58] they landed a fix on trunk now ... that should tackle this for real [08:58] anyway ... you probably need patches or have to manually copy things to right place [08:58] I think I'll go for the second option then [08:59] copy things with the 'rules' file and setting the perms with dh_fixperms should do the job? [08:59] s/copy/copying/ === doko [n=doko@dslb-088-073-126-177.pools.arcor-ip.net] has joined #ubuntu-mozillateam [09:00] nsFileSpecImpl::Create(nsISupports*, nsID const&, void**) [09:00] where is this defined? [09:03] xpcom/obsolete/nsFileSpecImpl.cpp ? [09:07] https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/131285 [09:07] Launchpad bug 131285 in firefox "FTBFS on lpia" [High,Confirmed] [09:12] ??? [09:12] https://launchpad.net/ubuntu/gutsy/+source/firefox/+builds?build_state=all [09:14] ubuntu2 succeeded [09:15] doko [09:15] Ubulette: look at the previous build ... [09:16] yes but it's fixed, right ? [09:16] no [09:16] buildlog_ubuntu-gutsy-lpia.firefox_2.0.0.6%2B2-0ubuntu2_FULLYBUILT.txt.gz [09:16] buildlog_ubuntu-gutsy-lpia.firefox_2.0.0.6%2B2-0ubuntu1_FAILEDTOBUILD.txt.gz [09:19] Ubulette: if you want to help, please read the report, plus the changelog to see what was done. [09:23] I've read both build logs and commit logs, but sorry for trying to answer your questions. feel free to ignore me. === wojtekka_ [n=wojtekka@82.146.247.25] has joined #ubuntu-mozillateam === wojtekka__ [n=wojtekka@82.146.247.25] has joined #ubuntu-mozillateam === Jazzva [n=sasa@cable-89-216-184-157.dynamic.sbb.co.yu] has joined #ubuntu-mozillateam [11:45] Evening... [11:57] Jazzva: hi [11:58] Hello, asac. Any more stuff to do :)? If not, I'll take a look at bugs or something... [12:00] yeah ... i think after the development rush we did we can take a breath :) [12:00] Jazzva: otoh we would wnat to beautify the plugin finder [12:00] Jazzva: first thing: http://people.ubuntu.com/~asac/pfs/screens/pfs1.png [12:00] the icson should be aligned to the right [12:00] maybe using a table instead of just vbox with hboxes [12:01] second: [12:01] http://people.ubuntu.com/~asac/pfs/screens/pfs2.png [12:01] one wizard page for each content type is the idea [12:01] third: adding the "no plugin for this media" choice [12:01] :) [12:01] Hmm, I thought that it was the other way ... that this was the general idea, to have one page... [12:02] it was the idea before because you won't ahve a choice [12:02] now that we have a choice its too squashed to put it on one page [12:02] i talked to upstream about that [12:02] Hmm, I might take a look at that and see what I can do :).. Sounds fun (and challenging, as I have done very little JS code) [12:02] they want multi-pages [12:02] its challenging for you [12:02] i guess you should start with none option to get used to the code a big [12:02] bit [12:02] Yep... :) [12:03] Can you test ubufox in GP? [12:03] is it broken? [12:04] Well, somewhat broken... The "Restart Gran Paradiso" didn't want to dissapear (but that can also be bug in FF *unsure*). Also, I think that the plugin-finder didn't work... [12:04] No... it did work :) [12:05] But the plugins couldn't install [12:05] The Synaptic didn't start and stuff... === asac doko aeh starten meine ich :) [12:06] Huh? :) [12:06] nevermind [12:06] was ment for query [12:06] he's tired ... =) [12:07] Ok... :) === ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-mozillateam [12:12] Jazzva: ok [12:12] i have no idea today ... the plugins are not yet available for granparadiso ... so its nothing to hurry atm [12:13] Ok, no problem... [12:14] ok finished for today ... have to get some rest now ;) [12:14] g'night [12:14] 'night... [12:14] @time berlin [12:14] Current time in Europe/Berlin: August 17 2007, 00:14:29 - Current meeting: Ubuntu Development Team [12:14] I'll try to add the "none" option [12:14] for what? [12:15] plugins :) [12:15] "Don't install plugin for this media type" [12:15] That one... [12:15] ah :) [12:15] cool [12:15] i think it should just wait ... you just have call toggleBlaBlaBla with -1 or something :) [12:15] so the Next button gets disabled when its selected [12:16] but you will see what is called when you click the other radios ;) [12:16] Mmmhm.. Ok :) [12:29] asac, I've modified nspr to get rid of cdbs completely, no more quilt includes either