Activity log for bug #1734624

Date Who What changed Old value New value Message
2017-11-27 07:57:12 yoram zarai bug added bug
2017-11-27 12:59:36 yoram zarai attachment added textext.py https://bugs.launchpad.net/inkscape/+bug/1734624/+attachment/5015281/+files/textext.py
2017-11-27 12:59:53 yoram zarai attachment added textext.inx https://bugs.launchpad.net/inkscape/+bug/1734624/+attachment/5015282/+files/textext.inx
2017-12-05 17:54:36 Patrick Storz inkscape: status New Invalid
2018-03-17 15:42:55 Adam Reviczky bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880650
2018-03-17 15:42:55 Adam Reviczky bug task added pstoedit (Debian)
2018-03-17 17:53:01 Bug Watch Updater pstoedit (Debian): status Unknown New
2018-04-17 23:53:51 Bug Watch Updater pstoedit (Debian): status New Fix Released
2018-05-17 20:16:41 Bug Watch Updater pstoedit (Debian): status Fix Released New
2018-05-30 00:47:35 Hachmann bug added subscriber Hachmann
2018-05-30 01:09:10 Hachmann description Performing the following steps: Extensions -> Tex text -> then typing, for example "$1$" and clicking Ok yields the following error: ========================================================================= Traceback (most recent call last): File "textext.py", line 210, in cb_ok self.callback(self.text, self.preamble_file, self.scale_factor) File "textext.py", line 369, in <lambda> converter_cls, old_node)) File "textext.py", line 387, in do_convert new_node = converter.convert(text, preamble_file, scale_factor) File "textext.py", line 751, in convert self.pdf_to_svg() File "textext.py", line 849, in pdf_to_svg + pstoeditOpts) File "textext.py", line 596, in exec_command % (' '.join(cmd), p.returncode, out + err)) RuntimeError: Command pstoedit -f plot-svg /var/folders/h5/ggrnw90x4cjfl4jzs4r1rq080000gn/T/tmpR4wSDt/tmp.pdf /var/folders/h5/ggrnw90x4cjfl4jzs4r1rq080000gn/T/tmpR4wSDt/tmp.svg -dt -ssp -psarg -r9600x9600 failed (code 1): pstoedit: version 3.70 / DLL interface 108 (built: Oct 9 2017 - release build - g++ 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.37) - 64-bit) : Copyright (C) 1993 - 2014 Wolfgang Glunz *** WARNING - the DELAYBIND command has been deprecated, and will be removed in the next version. For now you can restore the behaviour by using -dREALLYDEALYBIND but if you require continued use of this command you should contact the Ghostscript developers. Commercial customers of Artifex should email their support contact, free users are encouraged to talk to us on the #ghostscript IRC channel on irc.freenode.net. Unrecoverable error: undefined in DELAYBIND PostScript/PDF Interpreter finished. Return status 65280 executed command : /opt/local/bin/gs -q -dDELAYBIND -dWRITESYSTEMDICT -dNODISPLAY -dNOEPS -r9600x9600 /var/folders/h5/ggrnw90x4cjfl4jzs4r1rq080000gn/T//psinHSNohC The interpreter seems to have failed, cannot proceed ! ========================================================================================= I have MAC running OS 10.13.1. Inkscape version 0.92.2. In ~/.config/inkscape/extensions/ I have the files textext.py and textext.inx. (in textext.py I have changed "pdflatex" to "/Library/Tex/texbin/pdflatex". I also tried it with Inkscape version 0.91 and I am getting the same behavior. Performing the following steps: Extensions -> Tex text -> then typing, for example "$1$" and clicking Ok yields the following error: ========================================================================= Traceback (most recent call last):   File "textext.py", line 210, in cb_ok     self.callback(self.text, self.preamble_file, self.scale_factor)   File "textext.py", line 369, in <lambda>     converter_cls, old_node))   File "textext.py", line 387, in do_convert     new_node = converter.convert(text, preamble_file, scale_factor)   File "textext.py", line 751, in convert     self.pdf_to_svg()   File "textext.py", line 849, in pdf_to_svg     + pstoeditOpts)   File "textext.py", line 596, in exec_command     % (' '.join(cmd), p.returncode, out + err)) RuntimeError: Command pstoedit -f plot-svg /var/folders/h5/ggrnw90x4cjfl4jzs4r1rq080000gn/T/tmpR4wSDt/tmp.pdf /var/folders/h5/ggrnw90x4cjfl4jzs4r1rq080000gn/T/tmpR4wSDt/tmp.svg -dt -ssp -psarg -r9600x9600 failed (code 1): pstoedit: version 3.70 / DLL interface 108 (built: Oct 9 2017 - release build - g++ 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.37) - 64-bit) : Copyright (C) 1993 - 2014 Wolfgang Glunz  *** WARNING - the DELAYBIND command has been deprecated, and will be                removed in the next version. For now you can restore                the behaviour by using -dREALLYDEALYBIND but if you                require continued use of this command you should contact                the Ghostscript developers. Commercial customers of                Artifex should email their support contact, free users                are encouraged to talk to us on the #ghostscript IRC                channel on irc.freenode.net. Unrecoverable error: undefined in DELAYBIND PostScript/PDF Interpreter finished. Return status 65280 executed command : /opt/local/bin/gs -q -dDELAYBIND -dWRITESYSTEMDICT -dNODISPLAY -dNOEPS -r9600x9600 /var/folders/h5/ggrnw90x4cjfl4jzs4r1rq080000gn/T//psinHSNohC The interpreter seems to have failed, cannot proceed ! ========================================================================================= I have MAC running OS 10.13.1. Inkscape version 0.92.2. In ~/.config/inkscape/extensions/ I have the files textext.py and textext.inx. (in textext.py I have changed "pdflatex" to "/Library/Tex/texbin/pdflatex". I also tried it with Inkscape version 0.91 and I am getting the same behavior. ============== The same thing happens on Ubuntu 18.04 with the Render/LaTeX extension.
2018-06-01 05:13:39 Jan Winkler bug added subscriber Jan Winkler