Hello,

When I open a manual (e.g. math) with a recent 2.3.x compiled with cmake, I get export infos and warnings like these in the command window:

<cite>
 Background RRGGBBAA: ffffff00
Area 0:0:48:48 exported to 48 x 48 pixels (96 dpi)

** (inkscape:27501): WARNING **: No cc:license metadata found, derived license URI from cc:License: http://creativecommons.org/publicdomain/zero/1.0/
Bitmap saved as: /tmp/lyx_tmpdir.hbKWZiQ27469/gconvertd27469.png
</cite>

I googled the warning message without success. There is no such option as "quiet" with inkscape.

I was able to remove the warnings by modifying the lyxrc.defaults file like 
this:

\converter svg png "inkscape --without-gui --file=$$i --export-png=$$o >/dev/null" "", \converter svgz png "inkscape --without-gui --file=$$i --export-png=$$o >/dev/null" ""

But I could do nothing about the export info, even by redirecting /dev/null towards 2>&1?

Any other clue to remove the export info?

--
Jean-Pierre

Reply via email to