LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   mozilla pluggerrc for pdf (https://www.linuxquestions.org/questions/linux-general-1/mozilla-pluggerrc-for-pdf-529248/)

p_test 02-15-2007 05:49 AM

mozilla pluggerrc for pdf
 
Hi

I have a problem with mozilla. When I click on a link that will open a pdf document, it will open the document on the same window. I want it to open it on a different window.

Below is the part of the /etc/pluggerrc file for my machine. Please let me know if editing this file will help..


application/pdf: pdf: PDF file
application/x-pdf: pdf: PDF file
text/pdf: pdf: PDF file
text/x-pdf: pdf: PDF file
repeat swallow(documentShell) fill: acroread -tempFile +useFrontEndProgram -geometry +9000+9000 "$file"
repeat swallow(documentShell) fill: acroexch -tempFile +useFrontEndProgram -geometry +9000+9000 "$file"
repeat swallow(gv) fill: gv -safer -quiet -antialias -geometry +9000+9000 "$file" 2>/dev/null
repeat swallow(xpdf) fill: xpdf -g +9000+9000 "$file" >/dev/null 2>/dev/null

Thanks

bigrigdriver 02-15-2007 08:09 AM

Mozilla - Edit - Preferences - Navigaror - Tabbed browsing. Under 'Link open behavior', select 'a new window'.


All times are GMT -5. The time now is 12:34 AM.