From: Richard Heck Date: Tue, 5 Jun 2007 17:23:09 +0000 (+0000) Subject: Add a check for the evince viewer. X-Git-Tag: 1.6.10~9476 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4fb4c517fde647e38e89d7261c7a4cdabd994cfd;p=features.git Add a check for the evince viewer. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18679 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/configure.py b/lib/configure.py index 97cd5e006c..ec63ecbc17 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -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"