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 291365 Details for
Bug 379401
code for acroread in /etc/mozpluggerrc is wrong?
[?]
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]
fixes mozpluggerrc to work with acrobat 8 reader; still works with older versions
mozplugger-1.7.3-acroread8.patch (text/plain), 846 bytes, created by
Scott Mcdermott
on 2008-01-11 08:57:26 UTC
(
hide
)
Description:
fixes mozpluggerrc to work with acrobat 8 reader; still works with older versions
Filename:
MIME Type:
Creator:
Scott Mcdermott
Created:
2008-01-11 08:57:26 UTC
Size:
846 bytes
patch
obsolete
>diff -ur mozplugger-1.7.3.orig/mozpluggerrc mozplugger-1.7.3/mozpluggerrc >--- mozplugger-1.7.3.orig/mozpluggerrc 2008-01-11 00:39:30.000000000 -0800 >+++ mozplugger-1.7.3/mozpluggerrc 2008-01-11 00:53:44.000000000 -0800 >@@ -76,7 +76,12 @@ > > define(ACROREAD_OPTS,[-geometry +9000+9000 -tempFileTitle acroread]) > define(ACROREAD_FLAGS,[repeat swallow(acroread) fill]) >-ifelse(esyscmd([acroread -helpall | grep openInNewWindow]),[],[ >+ifelse(esyscmd([acroread -helpall | grep helpall]),[],[ >+ define(ACROREAD_HELPSWITCH,[-help]) >+],[ >+ define(ACROREAD_HELPSWITCH,[-helpall]) >+]) >+ifelse(esyscmd([acroread] ACROREAD_HELPSWITCH() [| grep openInNewWindow]),[],[ > define(ACROREAD,[ACROREAD_FLAGS(): acroread ACROREAD_OPTS() +useFrontEndProgram "$file"]) > ],[ > define(ACROREAD,[ACROREAD_FLAGS(): acroread ACROREAD_OPTS() -openInNewWindow "$file"])
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 379401
: 291365