Am 08.11.2021 um 11:20 schrieb Jean-Marc Lasgouttes <lasgout...@lyx.org>:
> 
> Le 08/11/2021 à 11:03, Jean-Pierre Chrétien a écrit :
>> Dear developers
>> I upgraded my Debian yesterday and I tested compilation and execution of 
>> master and 2.3.7dev.
>> Compilation and display of the UserGuide run flawlessly on master.
>> On 2.3.x, I first checked the fr.po file status and when I ran the make 
>> lyx-2.3.7dev.pot-update in the po dir of the build directory, I got in the 
>> following error:
>> /bin/sh: 1: /usr/bin/python: not found
>> make: *** [Makefile:774 : qt4_l10n.pot] Erreur 127
> 
> This is for José, right?
> 
>> So I created a link:
>> sudo ln -s /usr/bin/python3 /usr/bin/python
>> and the problem was solved.
>> The I compiled lyx-2.3.7dev all right with QT5 (QT4 fails).
>> However, when compiling the pdf of the UserGuide, none of the svgz icons 
>> could be converted, so the padf dispaly failed with a pdf image not found. 
>> Here is first of the error messages:
>> convert-im6.q16: attempt to perform an operation not allowed by the security 
>> policy `PDF' @ error/constitute.c/IsCoderAuthorized/421.
>> /usr/local/share/lyx-2.3.7dev/scripts/convertDefault.py ERROR
>> Execution of "convert" failed.
> 
> Do you have rsvg-convert intalled (in librsvg2-bin package here).
> 
> This "convert" situation is really horrible, I do not understand that there 
> is no workaround yet.

There is a fallback converter utility lyxconvert. (src/convert/lyxconvert.cpp)

It uses the Qt-library to convert from SVG to PDF et.al. But it has the 
drawback to have limited function and doesn’t understand the full SVG standard.

I’m not sure how useful it is to improve the situation.

Stephan
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to