Re: LyX 2.4.0~RC4 gnuplot onscreen previewing not working

2024-04-13 Thread José Matos
On Fri, 2024-04-12 at 11:09 +0100, José Matos wrote: > The real fix is one line of code. :-) > I will do it later today. Actually in the spirit of the other code the change is 2-lines. I will test this tomorrow and commit it. :-) -- José Abílio diff --git a/src/graphics/GraphicsConverter.cpp

Re: SIGSEGV on current master when saving with cursor in subscript

2024-04-13 Thread Scott Kostyshak
On Sat, Apr 13, 2024 at 08:10:59AM GMT, Jürgen Spitzmüller wrote: > Am Freitag, dem 12.04.2024 um 12:06 -0400 schrieb Scott Kostyshak: > > To reproduce: > > > > 1. Start a new document. > > 2. Start a math inset, e.g., ctrl + m. > > 3. Type "x". > > 4. Press "_" to go into the subscript. > > 5.

Re: About the wiki theme

2024-04-13 Thread Richard Kimberly Heck
On 4/13/24 12:51, Lorenzo Bertini wrote: Dear devs, today I needed to browse the wiki for some time. Some things about the theme made it a bit difficult: No doubt the wiki could use some TLC. I don't know if it's possible just to use a different theme, or what. If you want to experiment, I

Re: [LyX/master] Improved copy operation for user directory contents of previous major releases

2024-04-13 Thread Richard Kimberly Heck
On 4/13/24 08:28, Stephan Witt wrote: This is a change I strongly suggest to port back to 2.4.0 and 2.4.1. OK. If you backport it to 2.4.x, it will automatically go into 2.4.1 as well. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Improved copy operation for user directory contents of previous major releases

2024-04-13 Thread Stephan Witt
This is a change I strongly suggest to port back to 2.4.0 and 2.4.1. It will not harm and should avoid a possible problem like Jerry reported with RC3. Stephan > Am 11.04.2024 um 18:32 schrieb Stephan Witt : > > commit 945a02e2e176e0f8fb9c599700c693032a01fa5d > Author: Stephan Witt > Date:

Re: [LyX/master] Disable language package choice if the class preloads a package

2024-04-13 Thread Jürgen Spitzmüller
Am Samstag, dem 13.04.2024 um 08:07 + schrieb Juergen Spitzmueller: > commit 5477451e36cd9ff4e99aefea2627fbf63e028004 > Author: Juergen Spitzmueller > Date:   Sat Apr 13 10:07:18 2024 +0200 > >     Disable language package choice if the class preloads a package Another candidate for 2.4.1.

Re: SIGSEGV on current master when saving with cursor in subscript

2024-04-13 Thread Jürgen Spitzmüller
Am Freitag, dem 12.04.2024 um 12:06 -0400 schrieb Scott Kostyshak: > To reproduce: > > 1. Start a new document. > 2. Start a math inset, e.g., ctrl + m. > 3. Type "x". > 4. Press "_" to go into the subscript. > 5. Type "i" (so at this step the math will be $x_i$). > 6. Save the (new) file. > >