13 lines
391 B
Diff
13 lines
391 B
Diff
--- embed/mozilla/mozilla-embed-single.cpp
|
|
+++ embed/mozilla/mozilla-embed-single.cpp
|
|
@@ -322,7 +322,8 @@
|
|
new_path = g_strconcat (user_path ? user_path : "",
|
|
user_path ? ":" : "",
|
|
MOZILLA_PREFIX "/lib/mozilla/plugins"
|
|
- ":" MOZILLA_HOME "/plugins",
|
|
+ ":" MOZILLA_HOME "/plugins:",
|
|
+ "/usr/@LIB@/browser-plugins",
|
|
#ifdef HAVE_PRIVATE_PLUGINS
|
|
":" PLUGINDIR,
|
|
#endif
|