Comment 22 for bug 1662531

Revision history for this message
su_v (suv-lp) wrote : Re: [Bug 1662531] Re: Wishlist: Automated method for converting objects to paths before exporting (plt, hpgl, dxf, win32-vector-print).

Possibly the timing of individual page reloads, and lp's delays in
posting replies via email, causes some confusion in the timeline of the
final posts as seen on the bug report's page? ;)

On 2017-02-10 22:41 (+0100), Alvin Penner wrote:
> are you able to successfully execute the original sequence, which was:
>
> p = Popen('inkscape --verb=EditSelectAllInAllLayers
> --verb=EditUnlinkClone --verb=ObjectToPath --verb=FileSaveACopy
> --verb=FileSave --verb=FileQuit '+tempfile, shell=True, stdout=PIPE,
> stderr=PIPE)
>
> ?

I see no point in further testing this, since that same sequence of
command line arguments also crashes inkscape without being spawned from
python (i.e. it is not related to Popen()). See also comment 16.