Comment #2 on issue 20882 by heiko.pr...@googlemail.com: MOZ_PLUGIN_PATH is  
handled incorrectly
http://code.google.com/p/chromium/issues/detail?id=20882

Sorry for the notification mail-spam, had to reformat the comment to fit  
into
browser windows :/

About the issue:

I can confirm the issue Elias has encountered. I've got an fix also. Could  
need
some cleaning/sanitizing but it's pretty good working so far. See the  
attachment
for the patch against repository revision 25302.

Strace no shows proper directory accesses:

$ env
MOZ_PLUGIN_PATH=/usr/lib64/mozilla/plugins:/usr/lib64/nsbrowser/plugins:/opt/
nsbrowser/plugins:/opt/netscape/plugins chrome --enable-plugins  
about:plugins

[...]
[pid  9441] open("/usr/lib64/mozilla/plugins", O_RDONLY|O_NONBLOCK| 
O_DIRECTORY [...]
[pid  9441] open("/usr/lib64/nsbrowser/plugins", O_RDONLY|O_NONBLOCK| 
O_DIRECTORY [...]
[pid  9441] open("/opt/nsbrowser/plugins", O_RDONLY|O_NONBLOCK|O_DIRECTORY  
[...]
[pid  9441] open("/opt/netscape/plugins", O_RDONLY|O_NONBLOCK|O_DIRECTORY  
[...]
[pid  9441] open("/opt/netscape/plugins/libflashplayer.so", O_RDONLY) = 44
[... plugin successfully loaded hereafter]

Kind regards,

     heiko.

Attachments:
        webkit_glue_plugins_pluginslistlinux.patch  1.1 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to