El 30.07.2017 a las 22:10, Stephan Witt escribió:
You didn’t mention the change to remove xreader. Did you remove it accidentally?
Oops, sorry. Attached is the correct patch where this is not removed.
Why did you change the order of tested programs?
Okular -> qpdfview -> Evince
means 2 Qt programs before the first GTK program. I noticed that on
popular distros (Mint, Ubuntu, Fedora) Evince is the default viewer.
I don#t know enough about Linux if the order is really necessary or not.
regards Uwe
diff --git
"a/C:\\Users\\Usti\\AppData\\Local\\Temp\\TortoiseGit\\configure-97e1ce6.001.py"
"b/D:\\LyXGit\\Master\\lib\\configure.py"
index 8e7fedbb5a..3239e6e997 100644
---
"a/C:\\Users\\Usti\\AppData\\Local\\Temp\\TortoiseGit\\configure-97e1ce6.001.py"
+++ "b/D:\\LyXGit\\Master\\lib\\configure.py"
@@ -675,9 +675,7 @@ def checkFormatEntries(dtl_tools):
#checkProg('a Postscript interpreter', ['gs'],
# rc_entry = [ r'\ps_command "%%"' ])
checkViewer('a Postscript previewer',
- ['kghostview', 'okular', 'qpdfview --unique',
- 'evince', 'xreader',
- 'gv', 'ghostview -swap', 'gsview64', 'gsview32'],
+ ['okular', 'evince', 'qpdfview --unique', 'xreader', 'gv',
'gsview64', 'gsview32'],
rc_entry = [r'''\Format eps eps EPS ""
"%%" "" "vector" "image/x-eps"
\Format eps2 eps "EPS (uncropped)" "" "%%" ""
"vector" ""
\Format eps3 eps "EPS (cropped)" "" "%%" ""
"document" ""
@@ -686,10 +684,8 @@ def checkFormatEntries(dtl_tools):
# 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',
- 'evince', 'xreader', 'kghostview', 'xpdf', 'SumatraPDF',
- 'acrobat', 'acroread', 'mupdf',
- 'gv', 'ghostview', 'AcroRd32', 'gsview64', 'gsview32'],
+ ['pdfview', 'okular', 'evince', 'qpdfview --unique',
'xreader', 'xpdf', 'SumatraPDF', 'acrobat', 'acroread',
+ 'masterpdfeditor4', 'mupdf', 'gv', 'AcroRd32', 'gsview64',
'gsview32'],
rc_entry = [r'''\Format pdf pdf "PDF (ps2pdf)" P
"%%" "" "document,vector,menu=export" ""
\Format pdf2 pdf "PDF (pdflatex)" F "%%" ""
"document,vector,menu=export" ""
\Format pdf3 pdf "PDF (dvipdfm)" m "%%" ""
"document,vector,menu=export" ""