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 146747 Details for
Bug 223964
Galeon on x86_64 does not search /usr/lib64/mozilla/plugins, uses /usr/lib
[?]
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]
fix for correct loading of plugins on 64-bit platforms
galeon-plugins.patch (text/plain), 510 bytes, created by
Dan Horák
on 2007-01-27 17:51:36 UTC
(
hide
)
Description:
fix for correct loading of plugins on 64-bit platforms
Filename:
MIME Type:
Creator:
Dan Horák
Created:
2007-01-27 17:51:36 UTC
Size:
510 bytes
patch
obsolete
>--- mozilla/mozilla-embed-shell.cpp.orig 2007-01-27 18:35:36.000000000 +0100 >+++ mozilla/mozilla-embed-shell.cpp 2007-01-27 18:35:56.000000000 +0100 >@@ -229,7 +229,7 @@ > g_string_append (new_path, "/.mozilla/plugins"); > > /* Add /usr/lib/mozilla/plugins (bug 149812) */ >- g_string_append (new_path, ":/usr/lib/mozilla/plugins"); >+ g_string_append (new_path, ":@libdir@/mozilla/plugins"); > > /* Add the current mozilla build's plugins dir */ > g_string_append (new_path, ":" GALEON_MOZILLA_HOME "/plugins");
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 223964
:
146747
|
146748
|
146751