Fwd: Where to report a lyx error

Pavel Sanda sanda at lyx.org
Thu Aug 25 23:52:49 UTC 2022


On Thu, Aug 25, 2022 at 05:48:48PM +0200, Wolfgang Engelmann wrote:
> Systemcall.cpp (291): Systemcall: 'lualatex "A-SP-WITTE-E-2022Aug24.tex"' finished with exit code 1
> qt.qpa.xcb: QXcbConnection: XCB error: 5 (BadAtom), sequence: 777, resource id: 0, major code: 20 (GetProperty), minor code: 0
> convert-im6.q16: attempt to perform an operation not allowed by the security policy `EPS' @ error/constitute.c/IsCoderAuthorized/421.
> /usr/local/share/lyx24x/scripts/convertDefault.py ERROR
> Execution of "convert" failed.
> Systemcall.cpp (291): Systemcall: 'python3 -tt "/usr/local/share/lyx24x/scripts/convertDefault.py" png "/tmp/lyx_tmpdir.xsnGUPTZQaUc/lyx_tmpbuf1/export_W043_png_f8b6635503386f1b8b9bada4ddf02fbbc164438d82fd6ae648fd8b26009d705c.png" eps "/tmp/lyx_tmpdir.xsnGUPTZQaUc/lyx_tmpbuf1/export_W043_png_f8b6635503386f1b8b9bada4ddf02fbbc164438d82fd6ae648fd8b26009d705c.eps"' finished with exit code 1
> convert-im6.q16: attempt to perform an operation not allowed by the security policy `EPS' @ error/constitute.c/IsCoderAuthorized/421.
> /usr/local/share/lyx24x/scripts/convertDefault.py ERROR
> Execution of "convert" failed.

Your system has banned Imagemagick conversions from EPS to bitmaps.
This can be changed typically at
/etc/ImageMagick-6/policy.xml
Look for lines containing the ban e.g. <policy domain="coder" rights="none" pattern="EPS" />. (similarly for "PS","PDF").
Removing those lines might help.

Incidentaly we tried to address this in recent patch to lyx 2.4.
If you can compile master on your own, things might work out of the box.

Pavel


More information about the lyx-devel mailing list