From 53ae40b34bfc530d9efdc519cd0a0db6c23fb00e Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Sun, 15 Jan 2012 22:13:36 +0000 Subject: [PATCH] Add gswin64c as possible executable in legacy_lyxpreview2ppm.py (#7938). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40618 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/scripts/legacy_lyxpreview2ppm.py | 2 +- status.20x | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/scripts/legacy_lyxpreview2ppm.py b/lib/scripts/legacy_lyxpreview2ppm.py index b0f2e67f1b..9ce1600832 100644 --- a/lib/scripts/legacy_lyxpreview2ppm.py +++ b/lib/scripts/legacy_lyxpreview2ppm.py @@ -334,7 +334,7 @@ def legacy_conversion_pdflatex(latex_file, failed_pages, legacy_metrics, gs, def legacy_conversion_step2(latex_file, dpi, output_format, skipMetrics = False): # External programs used by the script. dvips = find_exe_or_terminate(["dvips"], path) - gs = find_exe_or_terminate(["gswin32c", "gs"], path) + gs = find_exe_or_terminate(["gswin32c", "gswin64c", "gs"], path) pnmcrop = find_exe(["pnmcrop"], path) # Run the dvi file through dvips. diff --git a/status.20x b/status.20x index 7329bee102..d1c23c7e0c 100644 --- a/status.20x +++ b/status.20x @@ -172,6 +172,8 @@ What's new - Fix problem where box gets modifications intended for table (bug 7983). +- Fix broken instant preview due to ghostscript on 64-bit Windows (bug 7938). + * DOCUMENTATION AND LOCALIZATION -- 2.39.5