Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 229001 Details for
Bug 334751
Can't use i386 flash-plugin
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
ephy-add-wrapped-dirs.patch
ephy-add-wrapped-dirs.patch (text/plain), 942 bytes, created by
Bastien Nocera
on 2007-10-16 16:48:04 UTC
(
hide
)
Description:
ephy-add-wrapped-dirs.patch
Filename:
MIME Type:
Creator:
Bastien Nocera
Created:
2007-10-16 16:48:04 UTC
Size:
942 bytes
patch
obsolete
>Index: embed/mozilla/mozilla-embed-single.cpp >=================================================================== >--- embed/mozilla/mozilla-embed-single.cpp (revision 7534) >+++ embed/mozilla/mozilla-embed-single.cpp (working copy) >@@ -309,6 +309,16 @@ > MOZILLA_HOME "/plugins"); > list = mozilla_init_plugin_add_unique_path (list, > MOZILLA_NATIVE_PLUGINSDIR); >+ /* Add -wrapped directories as used by nspluginwrapper */ >+ list = mozilla_init_plugin_add_unique_path (list, >+ MOZILLA_PREFIX "/lib/mozilla/plugins-wrapped"); >+ list = mozilla_init_plugin_add_unique_path (list, >+ MOZILLA_HOME "/plugins-wrapped"); >+ /* Note this only works if MOZILLA_NATIVE_PLUGINSDIR doesn't >+ * finish with a '/' */ >+ list = mozilla_init_plugin_add_unique_path (list, >+ MOZILLA_NATIVE_PLUGINSDIR"-wrapped"); >+ > #ifdef HAVE_PRIVATE_PLUGINS > list = mozilla_init_plugin_add_unique_path (list, PLUGINDIR); > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 334751
: 229001