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
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users

Reply via email to