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 310111 Details for
Bug 452633
Firefox starting script update
[?]
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]
starting script patch
starting-script.patch (text/plain), 1.02 KB, created by
Martin Stransky
on 2008-06-24 07:44:56 UTC
(
hide
)
Description:
starting script patch
Filename:
MIME Type:
Creator:
Martin Stransky
Created:
2008-06-24 07:44:56 UTC
Size:
1.02 KB
patch
obsolete
>--- firefox.sh.in 19 Jan 2007 18:21:23 -0000 1.7 >+++ firefox.sh.in 24 Jun 2008 07:42:29 -0000 >@@ -66,13 +66,32 @@ > export LD_LIBRARY_PATH > > ## >-## Make sure that we set the plugin path for backwards compatibility >+## If plugins are wrapped, check them >+## >+if [ -x "/usr/bin/mozilla-plugin-config" ] >+then >+ /usr/bin/mozilla-plugin-config >+fi >+ >+## >+## Select the propper plugin dir >+## Wrapped plug-ins are located in /lib/mozilla/plugins-wrapped >+## >+if [ -x "/usr/bin/mozilla-plugin-config" ] >+then >+ MOZ_PLUGIN_DIR="plugins-wrapped" >+else >+ MOZ_PLUGIN_DIR="plugins" >+fi >+ >+## >+## Make sure that we set the plugin path > ## > if [ "$MOZ_PLUGIN_PATH" ] > then >- MOZ_PLUGIN_PATH=$MOZ_PLUGIN_PATH:$MOZ_LIB_DIR/mozilla/plugins:$MOZ_DIST_BIN/plugins >+ MOZ_PLUGIN_PATH=$MOZ_PLUGIN_PATH:$MOZ_LIB_DIR/mozilla/$MOZ_PLUGIN_DIR:$MOZ_DIST_BIN/$MOZ_PLUGIN_DIR > else >- MOZ_PLUGIN_PATH=$MOZ_LIB_DIR/mozilla/plugins:$MOZ_DIST_BIN/plugins >+ MOZ_PLUGIN_PATH=$MOZ_LIB_DIR/mozilla/$MOZ_PLUGIN_DIR:$MOZ_DIST_BIN/$MOZ_PLUGIN_DIR > fi > export MOZ_PLUGIN_PATH >
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 452633
: 310111