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 292479 Details for
Bug 429659
use xdg-open to open dvi in texdoc
[?]
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]
use xdg-open instead of xdvi in texlive-texdoc.patch
texlive-texdoc-xdvi.diff (text/plain), 3.26 KB, created by
Patrice Dumas
on 2008-01-22 08:46:23 UTC
(
hide
)
Description:
use xdg-open instead of xdvi in texlive-texdoc.patch
Filename:
MIME Type:
Creator:
Patrice Dumas
Created:
2008-01-22 08:46:23 UTC
Size:
3.26 KB
patch
obsolete
>Index: texlive-texdoc.patch >=================================================================== >RCS file: /cvs/pkgs/rpms/texlive/devel/texlive-texdoc.patch,v >retrieving revision 1.1 >diff -u -3 -p -r1.1 texlive-texdoc.patch >--- texlive-texdoc.patch 2 Dec 2007 08:03:19 -0000 1.1 >+++ texlive-texdoc.patch 22 Jan 2008 08:44:07 -0000 >@@ -1,7 +1,7 @@ > diff -up texlive-2007/texk/tetex/texdoc.man.texdoc texlive-2007/texk/tetex/texdoc.man >---- texlive-2007/texk/tetex/texdoc.man.texdoc 2006-01-17 22:41:51.000000000 +0100 >-+++ texlive-2007/texk/tetex/texdoc.man 2007-08-18 19:13:50.000000000 +0200 >-@@ -28,12 +28,17 @@ distribution\&. >+--- texlive-2007/texk/tetex/texdoc.man.texdoc 2008-01-22 09:34:54.000000000 +0100 >++++ texlive-2007/texk/tetex/texdoc.man 2008-01-22 09:37:03.000000000 +0100 >+@@ -28,28 +28,37 @@ distribution\&. > .PP > .SH "OPTIONS" > .PP >@@ -22,9 +22,12 @@ diff -up texlive-2007/texk/tetex/texdoc. > Sets verbose mode\&. Shows the command being used to > display the documentation\&. > .PP >-@@ -42,14 +47,17 @@ display the documentation\&. >+ .SH "ENVIRONMENT" >+ .PP > .IP "\fB$TEXDOCVIEW_dvi\fP" >- DVI viewer\&. Defaults to \fBxdvi\fP(1)\&. >+-DVI viewer\&. Defaults to \fBxdvi\fP(1)\&. >++DVI viewer\&. The default is to use the program specified >++by the freedesktop standard\&. > .IP "\fB$TEXDOCVIEW_pdf\fP" > -PDF viewer\&. Defaults to \fBacroread\fP(1)\&. > +PDF viewer\&. The default is to use the program specified >@@ -45,7 +48,7 @@ diff -up texlive-2007/texk/tetex/texdoc. > .PP > The environment variables should be set with a ``%s\&'\&' as a placeholder > for the name of the file\&. For example, >-@@ -66,10 +74,18 @@ hostname$ TEXDOCVIEW_html="mozilla %s" >+@@ -66,10 +75,18 @@ hostname$ TEXDOCVIEW_html="mozilla %s" > hostname$ export TEXDOCVIEW_html > .EE > .PP >@@ -62,13 +65,13 @@ diff -up texlive-2007/texk/tetex/texdoc. > .PP > -\fBacroread\fP(1), \fBgv\fP(1), \fBkpsewhich\fP(1), > -\fBless\fP(1), \fBmore\fP(1), \fBxdvi\fP(1) >-+\fBxdg-open\fP(1), \fBxdvi\fP(1) >++\fBxdg-open\fP(1) > .PP > Web page: <http://tug\&.org/teTeX/> > .PP > diff -up texlive-2007/texk/tetex/texdoc.texdoc texlive-2007/texk/tetex/texdoc > --- texlive-2007/texk/tetex/texdoc.texdoc 2006-01-17 22:41:51.000000000 +0100 >-+++ texlive-2007/texk/tetex/texdoc 2007-08-18 19:10:51.000000000 +0200 >++++ texlive-2007/texk/tetex/texdoc 2008-01-22 09:39:17.000000000 +0100 > @@ -17,6 +17,15 @@ > # > # Support for compressed documentation implemented by adopting changes >@@ -148,16 +151,18 @@ diff -up texlive-2007/texk/tetex/texdoc. > } > > >-@@ -92,12 +107,11 @@ case `(uname -s) 2>/dev/null` in >+@@ -91,13 +106,12 @@ case `(uname -s) 2>/dev/null` in >+ extlist='.pdf .ps .txt .dvi .html' > ;; > *) >- : ${TEXDOCVIEW_dvi='(xdvi %s) &'} >+- : ${TEXDOCVIEW_dvi='(xdvi %s) &'} > - : ${TEXDOCVIEW_pdf='(acroread %s) &'} > - : ${TEXDOCVIEW_ps='(gv %s) &'} > - : ${TEXDOCVIEW_html='mozilla -remote openURL'"'(%s)'"' 2>/dev/null || mozilla %s &'} > - : ${TEXDOCVIEW_txt="${PAGER-more} %s"} > - : ${TEXDOCVIEW_="${PAGER-more} %s"} # no extension, default to pager > - extlist='.dvi .dvi.gz .dvi.bz2 .pdf .pdf.gz .pdf.bz2 .ps .ps.gz .ps.bz2 .txt .txt.gz .txt.bz2 .html' >++ : ${TEXDOCVIEW_dvi='(xdg-open %s) &'} > + : ${TEXDOCVIEW_pdf='(xdg-open %s) &'} > + : ${TEXDOCVIEW_ps='(xdg-open %s) &'} > + : ${TEXDOCVIEW_html='(xdg-open %s) &'}
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 429659
: 292479