]> git.lyx.org Git - features.git/commitdiff
Add gswin64c as possible executable in legacy_lyxpreview2ppm.py (#7938).
authorJulien Rioux <jrioux@lyx.org>
Sun, 15 Jan 2012 22:13:36 +0000 (22:13 +0000)
committerJulien Rioux <jrioux@lyx.org>
Sun, 15 Jan 2012 22:13:36 +0000 (22:13 +0000)
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
status.20x

index b0f2e67f1b19de1b25cad597a5cc55d986d792de..9ce160083266983b819109c3bf471c29a38e60bb 100644 (file)
@@ -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.
index 7329bee10218178edea4a2ea4e7a550a83e5406e..d1c23c7e0c9252ecae947bfff2ccd3412238f871 100644 (file)
@@ -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