]> git.lyx.org Git - features.git/commitdiff
configure.py: register our "pdfview" helper application
authorUwe Stöhr <uwestoehr@lyx.org>
Wed, 21 Nov 2012 22:18:38 +0000 (23:18 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Wed, 21 Nov 2012 22:18:38 +0000 (23:18 +0100)
- pdfview is necessary for LyX on Windows because it makes it possible to update the view of a LyX file as PDF
- must also go to branch

lib/configure.py

index 5948dd64998f8f27b359552d70b273a7f6886df3..837320e0918ba16c2458d52080ac5f7f3c9dcf93 100644 (file)
@@ -574,7 +574,7 @@ def checkFormatEntries(dtl_tools):
 \Format eps2       eps    "EPS (uncropped)"       "" "%%"      ""      "vector"        ""
 \Format ps         ps      Postscript             t  "%%"      ""      "document,vector,menu=export"   "application/postscript"'''])
     # for xdg-open issues look here: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg151818.html
-    checkViewer('a PDF previewer', ['kpdf', 'okular', 'evince', 'kghostview', 'xpdf', 'acrobat', 'acroread', \
+    checkViewer('a PDF previewer', ['pdfview', 'kpdf', 'okular', 'evince', 'kghostview', 'xpdf', 'acrobat', 'acroread', \
                    'gv', 'ghostview'],
         rc_entry = [r'''\Format pdf        pdf    "PDF (ps2pdf)"          P  "%%"      ""      "document,vector,menu=export"   "application/pdf"
 \Format pdf2       pdf    "PDF (pdflatex)"        F  "%%"      ""      "document,vector,menu=export"   ""