Re: LyX 2.4.0 RC3

2024-02-16 Thread list_email
> On Feb 16, 2024, at 12:57 AM, Jürgen Spitzmüller wrote: > > Am Donnerstag, dem 15.02.2024 um 23:53 -0700 schrieb > list_em...@icloud.com: >> I found three identical copies of chkconfig.ltx in each of >> >> /Users/me/Library/Application Support/LyX-2.1/chkconfig.ltx >>

windows preview bug fix

2024-02-16 Thread Idan Pazi
Encountered the following bug (windows 10, python 3.12) - preview of math fails: graphics\PreviewLoader.cpp (2ef): PreviewLoader::finishedInProgress(1): processing failed for py -3 -tt $$s/scripts/lyxpreview2bitmap.py --png

Re: windows preview bug fix

2024-02-16 Thread José Matos
On Fri, 2024-02-16 at 15:23 +0200, Idan Pazi wrote: > > Apparently, the returned value from win32file.ReadFile should be > converted to a string.  > Fix patch attached. > Thank you, Idan What is the encoding of the bytes? Is it UTF8? If so the patch look right. @Enrico, what do you think? --