Conversion failure for older format
José Abílio Matos
jamatos at lyx.org
Mon Jun 20 16:44:47 UTC 2022
On Monday, 20 June 2022 14.28.18 WEST Rudi Gaelzer wrote:
> That worked. First, I copied the original <file>.lyx to
> <file>-lyxformat-508.lyx, then ran
> $>/usr/share/lyx/lyx2lyx/lyx2lyx <file>-lyxformat-508.lyx -o <file>.lyx
>
> That successfully converted the original to format 544, which the frontend
> was able to render.
> Is it possible that there's a bug in the automagic process?
If you still have the 508 format file could you run:
$ python2 /usr/share/lyx/lyx2lyx/lyx2lyx <file>-lyxformat-508.lyx > /dev/null
The only difference from your command above is that this is running the
converter using python2 and not python3 as it happens above.
For what is worth this will ignore the output because we are only interest in
any error that can occur...
> I'm running the installation from the rpm packages distributed for Fedora
> core 35/36.
I am using the same and I am the package maintainer for those packages. :-)
--
José Abílio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20220620/53fcf016/attachment.html>
More information about the lyx-users
mailing list