From 8e5a020c0c2d9a0f424308755cddc6acff7f285b Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Fri, 5 Apr 2013 03:05:01 -0400 Subject: [PATCH] configure.py: add 'MuPDF' as a PDF viewer MuPDF is a fast and lightweight PDF viewer released under the Affero GNU General Public License. --- lib/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configure.py b/lib/configure.py index 61e007f088..62ed2b9ec2 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -580,7 +580,7 @@ def checkFormatEntries(dtl_tools): \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 # the MIME type is set for pdf6, because that one needs to be autodetectable by libmime - checkViewer('a PDF previewer', ['pdfview', 'kpdf', 'okular', 'evince', 'kghostview', 'xpdf', 'acrobat', 'acroread', \ + checkViewer('a PDF previewer', ['pdfview', 'kpdf', 'okular', 'evince', 'kghostview', 'xpdf', 'acrobat', 'acroread', 'mupdf', \ 'gv', 'ghostview'], rc_entry = [r'''\Format pdf pdf "PDF (ps2pdf)" P "%%" "" "document,vector,menu=export" "" \Format pdf2 pdf "PDF (pdflatex)" F "%%" "" "document,vector,menu=export" "" -- 2.39.2