Re: Current repo and existing installation have different color schemes

2021-04-13 Thread Narahari Rao
Sure thing, done. On Tue, Apr 13, 2021 at 6:57 PM Richard Kimberly Heck wrote: > On 4/13/21 8:38 PM, Narahari Rao wrote: > > I've got it mostly working now. I couldn't figure out how to persist the > option (In Tools->Preferences->Colors), so it resets to Same As System > every startup. The

License

2021-04-13 Thread Narahari Rao
I hereby grant permission to license my contributions to LyX under the GNU General Public License, version 2 or later. Narahari Rao -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Current repo and existing installation have different color schemes

2021-04-13 Thread Richard Kimberly Heck
On 4/13/21 8:38 PM, Narahari Rao wrote: > I've got it mostly working now. I couldn't figure out how to persist > the option (In Tools->Preferences->Colors), so it resets to Same As > System every startup. The patch is attached. Great, thanks! I should be able to take it from there. Can you send

Re: Current repo and existing installation have different color schemes

2021-04-13 Thread Narahari Rao
I've got it mostly working now. I couldn't figure out how to persist the option (In Tools->Preferences->Colors), so it resets to Same As System every startup. The patch is attached. On Tue, Apr 13, 2021 at 12:51 PM Narahari Rao wrote: > Looks like bool ColorCache::isDarkmode() is setting the

A Little kableExtra Problem and its Fix

2021-04-13 Thread Doug Martin
See the two attached LYX files, and first run "outerparErrorExample.lyx", and then run the other one. The first one compiles the pdf ok, but gives an annoying error message. Scott is a guy on the lyx-devel@lists.lyx.org list who responded the same day I posted the first file problem. He made

Re: Current repo and existing installation have different color schemes

2021-04-13 Thread Narahari Rao
Looks like bool ColorCache::isDarkmode() is setting the document colors on startup, using QtPalette to get text/bg color and comparing them to guess whether the user is in a dark theme or not. However, changing what this function returns during runtime (via a variable) does not change the document

Re: SIGSEGV on master when exporting MergedManuals.lyx in GUI

2021-04-13 Thread José Abílio Matos
On Tuesday, April 13, 2021 5:17:24 PM WEST Scott Kostyshak wrote: > I get the following terminal messages followed by a SIGSEGV when opening and > viewing MergedManuals.lyx in the GUI: > > QSocketNotifier: Invalid socket 16 and type 'Read', disabling... > > Does anyone else see this on master?

Re: Clipboard

2021-04-13 Thread Scott Kostyshak
On Tue, Apr 13, 2021 at 06:35:22PM +0200, Jean-Pierre Chrétien wrote: > Dear Developers > > While working with lyx-2.3.7dev compiled with QT5.11.3, I see this in the > terminal : > > $ frontends/qt4/GuiClipboard.cpp (92): No timely response from clipboard, > perhaps process holding clipboard is

Re: Current repo and existing installation have different color schemes

2021-04-13 Thread Narahari Rao
While this works, the style option overrides the theme set by the OS, which is not exactly what I want. I.e, `./lyx2.4 -style cleanlooks` switches to light theme for everything (menu bar, toolbars, etc) instead of just the document. On Mon, Apr 12, 2021 at 11:40 PM Jürgen Spitzmüller wrote: >

Clipboard

2021-04-13 Thread Jean-Pierre Chrétien
Dear Developers While working with lyx-2.3.7dev compiled with QT5.11.3, I see this in the terminal : $ frontends/qt4/GuiClipboard.cpp (92): No timely response from clipboard, perhaps process holding clipboard is frozen? I see it when I come back to the terminal window, so I do not know when

Re: FriCAS and Lyx

2021-04-13 Thread Ralf Hemmecke
On 13.04.21 16:54, Richard Kimberly Heck wrote: > On 4/13/21 7:07 AM, Pavel Sanda wrote: >> On Tue, Apr 13, 2021 at 11:08:24AM +0200, Ralf Hemmecke wrote: On the other hand if you are looking for someone who would write LyX part I am not much optimistic. Based on the minimal code flow

SIGSEGV on master when exporting MergedManuals.lyx in GUI

2021-04-13 Thread Scott Kostyshak
I get the following terminal messages followed by a SIGSEGV when opening and viewing MergedManuals.lyx in the GUI: QSocketNotifier: Invalid socket 16 and type 'Read', disabling... Does anyone else see this on master? Scott signature.asc Description: PGP signature -- lyx-devel mailing list

Re: Current repo and existing installation have different color schemes

2021-04-13 Thread Jean-Marc Lasgouttes
Le 13/04/2021 à 16:55, Richard Kimberly Heck a écrit : Not in the GUI. You can use the -style option when starting LyX. Does it seem worth having such an option? Windows users especially might struggle with the command line. I'd be happy to write the code, if so, if you can just point me at

Re: Current repo and existing installation have different color schemes

2021-04-13 Thread Richard Kimberly Heck
On 4/13/21 2:40 AM, Jürgen Spitzmüller wrote: > Am Di., 13. Apr. 2021 um 05:52 Uhr schrieb Narahari Rao > mailto:narahari...@gmail.com>>: > > Yes, I'm using Adapta Nokto on desktop. Is there an option to > switch back to light theme or has that not been built yet? > > > Not in the GUI. You

Re: FriCAS and Lyx

2021-04-13 Thread Richard Kimberly Heck
On 4/13/21 7:07 AM, Pavel Sanda wrote: > On Tue, Apr 13, 2021 at 11:08:24AM +0200, Ralf Hemmecke wrote: >>> On the other hand if you are looking for someone who would write LyX part >>> I am not much optimistic. Based on the minimal code flow and users >>> feedback to this forgotten area (CAS

Re: One last strike against inheritFont() in LaTeX output

2021-04-13 Thread Scott Kostyshak
On Tue, Apr 13, 2021 at 02:33:11PM +0200, Jean-Marc Lasgouttes wrote: > Here is my latest attempt to try to make inheritFont a display-only feature. > My reasoning is that this method and the Font entries of layout files only > describe hat LaTeX does, so that LaTeX output does not have to take

One last strike against inheritFont() in LaTeX output

2021-04-13 Thread Jean-Marc Lasgouttes
Here is my latest attempt to try to make inheritFont a display-only feature. My reasoning is that this method and the Font entries of layout files only describe hat LaTeX does, so that LaTeX output does not have to take them into account. The attached example of a footnote in bold text gives

Re: FriCAS and Lyx

2021-04-13 Thread Pavel Sanda
On Tue, Apr 13, 2021 at 11:08:24AM +0200, Ralf Hemmecke wrote: > > On the other hand if you are looking for someone who would write LyX part > > I am not much optimistic. Based on the minimal code flow and users > > feedback to this forgotten area (CAS integration) I think the devel/user > > base

Re: FriCAS and Lyx

2021-04-13 Thread Ralf Hemmecke
> there is interest in the sense that we generally accept patches > implementing new features plus minus some adaptation. Fair enough. > On the other hand if you are looking for someone who would write LyX part > I am not much optimistic. Based on the minimal code flow and users > feedback to

Re: [LyX/master] The foot inset does not inherit fonts

2021-04-13 Thread Jean-Marc Lasgouttes
Le 13/04/2021 à 08:38, Jürgen Spitzmüller a écrit : Am Mo., 12. Apr. 2021 um 22:55 Uhr schrieb Jean-Marc Lasgouttes Yes. If this works now: great. This font handling is so nastily complex that it always took me long to dive into it once more. OTOH, I suspect that the description of

Re: FriCAS and Lyx

2021-04-13 Thread Pavel Sanda
On Sun, Apr 11, 2021 at 06:35:51PM +0200, Ralf Hemmecke wrote: > Question here is how we can do this? It certainly needs people from the > Lyx and the FriCAS. Is there interest? How difficult would it be? Dear Ralf, there is interest in the sense that we generally accept patches implementing new

Re: Current repo and existing installation have different color schemes

2021-04-13 Thread Jürgen Spitzmüller
Am Di., 13. Apr. 2021 um 05:52 Uhr schrieb Narahari Rao < narahari...@gmail.com>: > Yes, I'm using Adapta Nokto on desktop. Is there an option to switch back > to light theme or has that not been built yet? > Not in the GUI. You can use the -style option when starting LyX. Jürgen -- lyx-devel

Re: [LyX/master] The foot inset does not inherit fonts

2021-04-13 Thread Jürgen Spitzmüller
Am Mo., 12. Apr. 2021 um 23:53 Uhr schrieb Enrico Forestieri : > Apparently, "too many cooks spoil the broth" ;) > Sometimes sppoiled brot makes life interesting :-) Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] The foot inset does not inherit fonts

2021-04-13 Thread Jürgen Spitzmüller
Am Mo., 12. Apr. 2021 um 22:55 Uhr schrieb Jean-Marc Lasgouttes < lasgout...@lyx.org>: > Le 12/04/2021 à 20:56, Jean-Marc Lasgouttes a écrit : > > Le 10/04/2021 à 10:46, Enrico Forestieri a écrit : > >> I think you reintroduced https://www.lyx.org/trac/ticket/10263 > > > > This is getting