commit 90a0e670ab34e29b670e86c86dea98646f56237f Author: Juergen Spitzmueller <sp...@lyx.org> Date: Tue Feb 11 12:39:33 2025 +0100
Support GNOME papers PDF/PS viewer This is a fork of evince which is supposedly becoming the new standard document viewer in GNOME eventually (as evince development seems to have somewhat stalled) --- lib/configure.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/configure.py b/lib/configure.py index 4c50032de8..1d3ec3cb67 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -797,7 +797,7 @@ def checkFormatEntries(dtl_tools): # rc_entry = [ r'\ps_command "%%"' ]) checkViewer('a Postscript previewer', ['kghostview', 'okular', 'qpdfview --unique', - 'evince', 'xreader', + 'evince', 'papers', 'xreader', 'gv', 'ghostview -swap', 'gsview64', 'gsview32'], rc_entry = [r'''\Format eps eps EPS "" "%%" "" "vector" "image/x-eps" \Format eps2 eps "EPS (uncropped)" "" "%%" "" "vector" "" @@ -808,7 +808,7 @@ def checkFormatEntries(dtl_tools): # the MIME type is set for pdf6, because that one needs to be autodetectable by libmime checkViewer('a PDF previewer', ['pdfview', 'kpdf', 'okular', 'qpdfview --unique', - 'evince', 'xreader', 'kghostview', 'xpdf', 'SumatraPDF', + 'evince', 'papers', 'xreader', 'kghostview', 'xpdf', 'SumatraPDF', 'acrobat', 'acroread', 'mupdf', 'Skim.app', 'gv', 'ghostview', 'AcroRd32', 'gsview64', 'gsview32'], rc_entry = [r'''\Format pdf pdf "PDF (ps2pdf)" P "%%" "" "document,vector,menu=export" "" -- lyx-cvs mailing list lyx-cvs@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-cvs