From 4fb4c517fde647e38e89d7261c7a4cdabd994cfd Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 5 Jun 2007 17:23:09 +0000 Subject: [PATCH] Add a check for the evince viewer. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18679 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/configure.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.39.5