/srv/irclogs.ubuntu.com/2011/02/11/#ubuntu-mozillateam.txt

chrisccoulsondoes anybody have any packages that are installing searchplugins in to /usr/lib/firefox-addons/searchplugins ?00:16
chrisccoulsoni really want to get rid of the recursive symlink we have in there00:17
* micahg is checking the archive00:17
chrisccoulsonoh, firefox-launchpad-plugin00:18
micahgthat was dropped I thought00:18
chrisccoulsonthe issue is, firefox only reads them from /usr/lib/firefox-addons/searchplugins/common, hence the symlink back to it's parent00:18
chrisccoulsonor, at least i assume that's why it's there00:18
chrisccoulsonmicahg, that's still in the archive00:19
micahgchrisccoulson: I thought common was for locale independent plugins00:20
chrisccoulsonmicahg - yeah, it is00:20
chrisccoulsonbut it's just a symlink to it's parent, presumably to pick up plugins that don't install in common00:20
micahgchrisccoulson: so let's get rid of the symlink and if we're keeping the search plugins, then just fix where they're installed to00:21
chrisccoulsonmicahg - hmmm, so, the symlink from /usr/lib/firefox-4.0b11/searchplugins to /usr/lib/firefox-addons/searchplugins is bogus00:24
chrisccoulsonas that folder has a different layout, and doesn't support localized plugins00:24
chrisccoulsonlocalized plugins are only supported by /usr/lib/firefox-4.0b11/distribution/searchplugins00:24
chrisccoulsoni think i'll leave this like it is for now ;)00:25
micahgok00:25
chrisccoulsonmicahg - so, what we should have is a /usr/lib/firefox-addons/distribution/searchplugins, which we ship our default translated plugins in00:30
chrisccoulsonand keep /usr/lib/firefox-addons/searchplugins for third party plugins00:31
chrisccoulsonbut i'd need to change the language packs to make that work ;)00:31
chrisccoulsonthen we could get rid of the recursive symlink00:31
micahgok, that sounds good00:34
micahgchrisccoulson: maybe it's not a bad idea to have a firefox-common package, how much stuff is arch independent?01:03
chrisccoulsonmicahg - i'd rather not, we don't really need the overhead01:04
chrisccoulsonand it wouldn't really benefit us01:04
chrisccoulsonperhaps if we had proper multi-arch01:04
* micahg was just thinking of bandwidth since the topic came up earlier today01:05
LLStarksthunderbird libnotify... i am in love.04:51
micahgchrisccoulson: decided against changing to firefox-dev in mozvoikko so as not to introduce a greater diff with Debian than necessary05:47
=== evilvish is now known as vish
=== m_conley_away is now known as m_conley
chrisccoulsongrrrr, swt-gtk is a pain15:37
chrisccoulsoni wish it came with a "i don't care about this" button15:37
jetsaredimany plans for miramar?15:38
jetsaredimer i mean tb 3.315:50
ftachrisccoulson, just Cced you to the thread about chromium & breakpad16:07
ftachrisccoulson, it seems they don't have any size constraint, and they just need the unstripped binaries so hopefully, the -dbg debs should be good enough16:09
chrisccoulsonfta - thanks, will take a look in a bit16:12
jetsaredimfta: tb3.3?16:25
ftajetsaredim, i'm no longer a mozilla maintainer16:26
jetsaredimorly? sry16:26
ftanot my call :)16:26
jetsaredimwho is maintaining the daily builds?16:27
ftamy bot16:27
ftahence the confusion, i know16:27
jetsaredimi c16:27
micahgjdstrand: I seem to be having trouble with Virtualbox, idk if I can get this sorted today, I'll try to get it working over the weekend19:14
jdstrandmicahg: no worries19:14
chrisccoulsonhmmm, what a waste of a day it's been trying to get swt-gtk to work19:35
ftajdstrand, [108859.188385] type=1400 audit(1297455172.758:14): apparmor="DENIED" operation="open" parent=20473 profile="/usr/bin/evince-thumbnailer" name="/proc/20608/status" pid=20608 comm="evince-thumbnai" requested_mask="r" denied_mask="r" fsuid=1000 ouid=100020:13
jdstrandfta: what ubuntu release is that?20:15
ftajdstrand, natty20:15
jdstrandfta: what were you doing when that happened?20:16
ftajdstrand, nautilus, in icon view mode20:16
jdstrandfta: ok thanks, I'll get it fixed20:17
jdstrandfta: you can make it go away by adding this to /etc/apparmor.d/local/usr.bin.evince:20:18
jdstrandowner @{PROC}/[0-9]*/status r,20:18
ftajdstrand, I noticed thanks to apparmor-notify :)20:18
jdstrandthen doing: sudo apparmor_parser -r /etc/apparmor.d/usr.bin.evince20:18
jdstrand\o/20:18
jdstrandfta: that rule in local/ will be redundant once evince is upgraded20:18
ftai wish there was a persistent indicator so i notice even if it happens when i'm not there20:19
jdstrandI won't be doing a separate upload for just that, but will commit to the tree so it is fixed on the next upload20:19
jdstrandyou can do: aa-notify -s 1 [-v]20:19
ftasure, no problem20:19
jdstrandthat will give you a summary of activity from the last day20:20
ftaoh, there's another one20:20
ftahttp://paste.ubuntu.com/566038/20:20
jdstrandok20:21
jdstrandI'm betting this is what it wants:20:22
jdstrandowner @{PROC}/[0-9]*/task/[0-9]*/stat r,20:22
jdstrandowner @{PROC}/[0-9]*/task/ r,20:23
jdstrandfta: would you mind adding those and trying again?20:23
jdstrandI'm not seeing it here, but it may be with a particular filetype...20:23
jdstrandfta: you might need to clear out ~/.thumbnails/*png to be sure it is fixed20:27
ftajdstrand, it doesn't happen when i reopen that folder, i guess it's cached20:27
* jdstrand nods20:27
ftajdstrand, seems ok with:20:36
ftaowner @{PROC}/[0-9]*/status r,20:37
ftaowner @{PROC}/[0-9]*/task/ r,20:37
jdstrandfta: thanks!20:37
jdstrandfta: you know, I bet that only the first is required, since it probably looked for @{PROC}/[0-9]*/status, was denied and then went to look for @{PROC}/[0-9]*/task/[0-9]*/status20:40
jdstrandI'm going to remove task/20:40
jdstrandif you don't feel like testing, that is fine20:41
jdstrand(it is pretty minor)20:41
ftajdstrand, yep, the 1st line seems enough20:48
jdstrandfta: awesome thanks!20:49
jdstrandI committed the fix20:49
ftajdstrand, oh my..  linux/stable (9.0.597.94 -> 9.0.597.98)22:09
jdstrandjeez, seriously?22:10
jdstrandfta: when is that due?22:10
jdstrandand why oh why can't they fix these all in one go?22:11
jdstrandfta: oh, looking at http://googlechromereleases.blogspot.com/ that might be windows only?22:12
ftait was, it landed for linux too22:12
jdstrandwell, this isn't a security update. I'd be happy to get it building, etc, but I may not be able to test this until monday22:14
jdstrand(we still need to push to -security though, since it is a regression in a security update)22:15
jdstrandthe regression doesn't seem world burning to me22:17
jdstrandbut like I said, I'm happy to get it built over the weekend22:17
ftai will prepare it, but not tonight22:22
jdstrandfta: that is totally cool be me :)22:25
jdstrandfta: thanks for doing it. just ping me whenever22:26
chrisccoulsonis bug 706182 for real?22:29
chrisccoulsonlol22:29
ubot2Launchpad bug 706182 in firefox "weakness in firefox, must see logs," [Undecided,Incomplete] https://launchpad.net/bugs/70618222:29
jdstrandchrisccoulson: nice huh?22:32
jdstrandchrisccoulson: let me just say I did not open that odt file :P22:32
chrisccoulsonyeah, it's a pretty useful bug report22:32
chrisccoulsonoh, i didn't notice the odt file22:32
chrisccoulsoni'm tempted to open it22:32
chrisccoulson;)22:32
jdstrandchrisccoulson: if I were you, I would open that in a throwaway vm ;)22:32
jdstrandwith tcpdump running22:33
jdstrand:)22:33
=== m_conley is now known as m_conley_away

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