Re: Graphics preview broken (was: [LyX/2.3.x] Update scripts to support simultaneously python 2 and 3)

2018-06-06 Thread Pavel Sanda
Scott Kostyshak wrote: > This is the same issue as discussed here: > > https://www.mail-archive.com/search?l=mid&q=1603612.ofyPDf553K%40amd64 Indeed, when the patch in master is applied to branch the problem is gone. Pavel

Re: Error messages with lyx2.3

2018-06-06 Thread Kornel Benko
Am Mittwoch, 6. Juni 2018 19:16:30 CEST schrieb Enrico Forestieri : > On Wed, Jun 06, 2018 at 10:02:45AM +0200, Jean-Marc Lasgouttes wrote: > > > > What about applying this preview4 patch? It looks good IMO. > > Done at 125ee9fb. > > > I wonder whether > > this will improve performance (avoid d

Re: Windows + TeXLive + LyX 2.3.0

2018-06-06 Thread Scott Kostyshak
On Wed, Jun 06, 2018 at 08:50:29PM +, Paul A. Rubin wrote: > Sorry if this is answered somewhere -- I've been trying to follow the > various threads on a Windows installer but my aging brain is overloading. > > Is there/will there soon be a 2.3.0 installer for Windows users who use > TeXLive a

Re: Graphics preview broken (was: [LyX/2.3.x] Update scripts to support simultaneously python 2 and 3)

2018-06-06 Thread Scott Kostyshak
On Wed, Jun 06, 2018 at 09:49:09PM +, Pavel Sanda wrote: > Taking back. To correctly reproduce the problem, one needs to empty the > image cache. Bisect then leads to: > > commit a1579c583acb22a7f5dae80a9bfe7707774f49a4 This is the same issue as discussed here: https://www.mail-archive.com

Graphics preview broken (was: [LyX/2.3.x] Update scripts to support simultaneously python 2 and 3)

2018-06-06 Thread Pavel Sanda
Pavel Sanda wrote: > JosĂŠ Matos wrote: > > commit 1084e30f10fa4b4c78ef10a04adb5497a3341376 > > Author: José Matos > > Date: Sat Apr 28 10:51:35 2018 +0100 > > > > Update scripts to support simultaneously python 2 and 3 > > > > The fixes are simple and on line with the changes made

Windows + TeXLive + LyX 2.3.0

2018-06-06 Thread Paul A. Rubin
Sorry if this is answered somewhere -- I've been trying to follow the various threads on a Windows installer but my aging brain is overloading. Is there/will there soon be a 2.3.0 installer for Windows users who use TeXLive and not MiKTeX? I've got a co-author in that category, and I would lik

Re: [LyX/2.3.x] Update scripts to support simultaneously python 2 and 3

2018-06-06 Thread Pavel Sanda
JosĂŠ Matos wrote: > commit 1084e30f10fa4b4c78ef10a04adb5497a3341376 > Author: José Matos > Date: Sat Apr 28 10:51:35 2018 +0100 > > Update scripts to support simultaneously python 2 and 3 > > The fixes are simple and on line with the changes made during > the 2.3 development.

Re: [LyX/master] Fix bug #991.

2018-06-06 Thread Richard Kimberly Heck
On 06/06/2018 09:03 AM, Pavel Sanda wrote: > Richard Kimberly Heck wrote: >> +string const format = >> +current_id_->params().documentClass().outputFormat(); >> +string const ext = theFormats().extension(format); >> +tempfile_.reset(new TempFile("preamble_editXX" + ext))

Re: Windows 2.3.0 Installers UPDATE

2018-06-06 Thread Richard Kimberly Heck
On 06/06/2018 05:50 AM, Jean-Pierre Chrétien wrote: > Le 05/06/2018 à 23:07, Richard Kimberly Heck a écrit : > >> >> Instead, the installer will now issue the following warning at the >> beginning: >> >> Due to changes in MiKTeX, installation of versions of LyX later than >> 2.2.3 can cause a parti

Re: Error messages with lyx2.3

2018-06-06 Thread Enrico Forestieri
On Wed, Jun 06, 2018 at 10:02:45AM +0200, Jean-Marc Lasgouttes wrote: > > What about applying this preview4 patch? It looks good IMO. Done at 125ee9fb. > I wonder whether > this will improve performance (avoid duplicate loading). I doubt it, because there are not so many cases in which the same

Re: [LyX/master] Fix bug #991.

2018-06-06 Thread Pavel Sanda
Richard Kimberly Heck wrote: > + string const format = > + current_id_->params().documentClass().outputFormat(); > + string const ext = theFormats().extension(format); > + tempfile_.reset(new TempFile("preamble_editXX" + ext)); "preamble_editXX" -> "preamble_editXXX

Re: Windows 2.3.0 Installers UPDATE

2018-06-06 Thread Jean-Pierre Chrétien
Le 05/06/2018 à 23:07, Richard Kimberly Heck a écrit : Instead, the installer will now issue the following warning at the beginning: Due to changes in MiKTeX, installation of versions of LyX later than 2.2.3 can cause a partial update that makes MiKTeX unusable. If you have not already done so

Re: Error messages with lyx2.3

2018-06-06 Thread Jean-Marc Lasgouttes
Le 18/05/2018 à 22:14, Enrico Forestieri a écrit : Unfortunately, it does not work, as already said. It would have been surprising if it had worked, though, as the added condition is already catched by "pimpl_->status_ != WaitingToLoad". Instead, the attached works for me. Anyway, all of this ap