Document changes to configure.py.

This commit is contained in:
Günter Milde 2017-01-14 22:44:46 +01:00
parent 809b8b62a4
commit fd14b6f5a3
2 changed files with 3 additions and 0 deletions

View File

@ -72,8 +72,10 @@
!!Changes with respect to external programs and libraries in 2.3: !!Changes with respect to external programs and libraries in 2.3:
* Inkscape SVG with separate LaTeX + PDF output is experimentally supported. * Inkscape SVG with separate LaTeX + PDF output is experimentally supported.
* Add some editor/viewer applications to (re)configure checks.
!!Known issues in version 2.3.0 !!Known issues in version 2.3.0

View File

@ -686,6 +686,7 @@ def checkFormatEntries(dtl_tools):
\Format eps3 eps "EPS (cropped)" "" "%%" "" "document" "" \Format eps3 eps "EPS (cropped)" "" "%%" "" "document" ""
\Format ps ps Postscript t "%%" "" "document,vector,menu=export" "application/postscript"''']) \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 # for xdg-open issues look here: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg151818.html
# maybe use "bestApplication()" from https://github.com/jleclanche/python-mime
# the MIME type is set for pdf6, because that one needs to be autodetectable by libmime # the MIME type is set for pdf6, because that one needs to be autodetectable by libmime
checkViewer('a PDF previewer', checkViewer('a PDF previewer',
['pdfview', 'kpdf', 'okular', 'qpdfview --unique', ['pdfview', 'kpdf', 'okular', 'qpdfview --unique',