From: Julien Rioux Date: Tue, 10 Jan 2012 13:50:11 +0000 (+0000) Subject: Add gswin64c as possible executable in legacy_lyxpreview2ppm.py (#7938). X-Git-Tag: 2.1.0beta1~2134 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ec1e52ca91bdc50735d21fafdab973f0efa5e5e4;p=features.git Add gswin64c as possible executable in legacy_lyxpreview2ppm.py (#7938). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40595 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/scripts/legacy_lyxpreview2ppm.py b/lib/scripts/legacy_lyxpreview2ppm.py index 7c6e1e6274..0468e8ccde 100644 --- a/lib/scripts/legacy_lyxpreview2ppm.py +++ b/lib/scripts/legacy_lyxpreview2ppm.py @@ -370,7 +370,7 @@ def legacy_conversion_step2(latex_file, dpi, output_format, skipMetrics = False) # pdflatex has been run and we have a pdf file. Proceed with gs. def legacy_conversion_step3(latex_file, dpi, output_format, dvips_failed, skipMetrics = False): # External programs used by the script. - gs = find_exe_or_terminate(["gswin32c", "gs"]) + gs = find_exe_or_terminate(["gswin32c", "gswin64c", "gs"]) pnmcrop = find_exe(["pnmcrop"]) # Files to process