mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Document changes to configure.py.
This commit is contained in:
parent
809b8b62a4
commit
fd14b6f5a3
@ -72,8 +72,10 @@
|
||||
|
||||
|
||||
!!Changes with respect to external programs and libraries in 2.3:
|
||||
|
||||
* 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
|
||||
|
||||
|
@ -686,6 +686,7 @@ def checkFormatEntries(dtl_tools):
|
||||
\Format eps3 eps "EPS (cropped)" "" "%%" "" "document" ""
|
||||
\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
|
||||
# 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
|
||||
checkViewer('a PDF previewer',
|
||||
['pdfview', 'kpdf', 'okular', 'qpdfview --unique',
|
||||
|
Loading…
Reference in New Issue
Block a user