]> git.lyx.org Git - features.git/commitdiff
Add a check for the evince viewer.
authorRichard Heck <rgheck@comcast.net>
Tue, 5 Jun 2007 17:23:09 +0000 (17:23 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 5 Jun 2007 17:23:09 +0000 (17:23 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18679 a592a061-630c-0410-9148-cb99ea01b6c8

lib/configure.py

index 97cd5e006cdffe0843ce9a0a3987c3b694f21f8a..ec63ecbc17f252cda12a444e3cf420c66a9b28ee 100644 (file)
@@ -273,11 +273,11 @@ def checkFormatEntries(dtl_tools):
     #
     #checkProg('a Postscript interpreter', ['gs'],
     #  rc_entry = [ r'\ps_command "%%"' ])
-    checkViewer('a Postscript previewer', ['gv', 'ghostview -swap', 'kghostview'],
+    checkViewer('a Postscript previewer', ['gv', 'ghostview -swap', 'evince', 'kghostview'],
         rc_entry = [r'''\Format eps        eps     EPS                    "" "%%"      ""      "vector"
 \Format ps         ps      Postscript             t  "%%"      ""      "document,vector"'''])
     #
-    checkViewer('a PDF previewer', ['acrobat', 'acroread', 'gv', 'ghostview', \
+    checkViewer('a PDF previewer', ['acrobat', 'acroread', 'evince', 'gv', 'ghostview', \
                             'xpdf', 'kpdf', 'kghostview'],
         rc_entry = [r'''\Format pdf        pdf    "PDF (ps2pdf)"          P  "%%"      ""      "document,vector"
 \Format pdf2       pdf    "PDF (pdflatex)"        F  "%%"      ""      "document,vector"