public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/chromium/files: chromium-plugins-path-r0.patch
@ 2010-08-11  3:20 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; only message in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-08-11  3:20 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/08/11 03:20:07

  Added:                chromium-plugins-path-r0.patch
  Log:
  Update plugins search path instead of using a symlink.
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.1                  www-client/chromium/files/chromium-plugins-path-r0.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-plugins-path-r0.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-plugins-path-r0.patch?rev=1.1&content-type=text/plain

Index: chromium-plugins-path-r0.patch
===================================================================
--- webkit/glue/plugins/plugin_list_posix.cc.orig	2010-08-11 02:50:36.000000000 +0200
+++ webkit/glue/plugins/plugin_list_posix.cc	2010-08-11 02:51:37.000000000 +0200
@@ -146,6 +146,7 @@
   // This varies across different browsers and versions, so check 'em all.
   plugin_dirs->push_back(FilePath("/usr/lib/browser-plugins"));
   plugin_dirs->push_back(FilePath("/usr/lib/mozilla/plugins"));
+  plugin_dirs->push_back(FilePath("/usr/lib/nsbrowser/plugins"));
   plugin_dirs->push_back(FilePath("/usr/lib/firefox/plugins"));
   plugin_dirs->push_back(FilePath("/usr/lib/xulrunner-addons/plugins"));
 
@@ -154,6 +155,7 @@
   // But a user reported on their Fedora system they are separate.
   plugin_dirs->push_back(FilePath("/usr/lib64/browser-plugins"));
   plugin_dirs->push_back(FilePath("/usr/lib64/mozilla/plugins"));
+  plugin_dirs->push_back(FilePath("/usr/lib64/nsbrowser/plugins"));
   plugin_dirs->push_back(FilePath("/usr/lib64/firefox/plugins"));
   plugin_dirs->push_back(FilePath("/usr/lib64/xulrunner-addons/plugins"));
 #endif






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-11  3:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-11  3:20 [gentoo-commits] gentoo-x86 commit in www-client/chromium/files: chromium-plugins-path-r0.patch PaweA Hajdan (phajdan.jr)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox