Re: [LyX/master] Do not return copies of string members

2023-05-11 Thread Enrico Forestieri
On Thu, May 11, 2023 at 08:51:13PM +0200, Enrico Forestieri wrote: On Thu, May 11, 2023 at 07:59:48PM +0200, Enrico Forestieri wrote: On Thu, May 11, 2023 at 04:32:45PM +0200, Jean-Marc Lasgouttes wrote: Is this somthing special about cygwin or is our autoconf test broken? The former, I

Re: [LyX/master] Do not return copies of string members

2023-05-11 Thread Enrico Forestieri
On Thu, May 11, 2023 at 07:59:48PM +0200, Enrico Forestieri wrote: On Thu, May 11, 2023 at 04:32:45PM +0200, Jean-Marc Lasgouttes wrote: Is this somthing special about cygwin or is our autoconf test broken? The former, I think. Or not, maybe, see below. This is what I get when comparing

Re: [LyX/master] Do not return copies of string members

2023-05-11 Thread Enrico Forestieri
On Thu, May 11, 2023 at 04:32:45PM +0200, Jean-Marc Lasgouttes wrote: Le 11/05/2023 à 15:26, Jean-Marc Lasgouttes a écrit : In file included from ../../../../src/frontends/qt/Toolbars.cpp:15: ../../../../src/Converter.h: In member function ‘const string& lyx::Converter::from() const’:

Re: Client side decorations?

2023-05-11 Thread Pavel Sanda
On Thu, May 11, 2023 at 06:46:09PM +0200, lorenzobertin...@gmail.com wrote: > Il giorno gio, 11/05/2023 alle 17.51 +0200, Pavel Sanda ha scritto: > > > > I am really new to the debate and do not know the backgrounds, > > but how is wayland + mutter supposed to deliver united graphical > >

Re: Client side decorations?

2023-05-11 Thread lorenzobertini97
Il giorno gio, 11/05/2023 alle 17.51 +0200, Pavel Sanda ha scritto: > > I am really new to the debate and do not know the backgrounds, > but how is wayland + mutter supposed to deliver united graphical > experience if every non-gtk application is supposed to draw it's > own decorations? It's a

Re: qt.svg incorrectly encoded content

2023-05-11 Thread Pavel Sanda
On Thu, May 11, 2023 at 06:25:59PM +0200, Jürgen Spitzmüller wrote: > Am Donnerstag, dem 11.05.2023 um 16:37 +0200 schrieb Pavel Sanda: > > - open preference and this appears on terminal: > > > > qt.svg: Cannot read file '/lyx/devel/lib/images/classic/dialog- > > show_spellchecker.png', because:

Re: qt.svg incorrectly encoded content

2023-05-11 Thread Jürgen Spitzmüller
Am Donnerstag, dem 11.05.2023 um 16:37 +0200 schrieb Pavel Sanda: > - open preference and this appears on terminal: > > qt.svg: Cannot read file '/lyx/devel/lib/images/classic/dialog- > show_spellchecker.png', because: Encountered incorrectly encoded > content. (line 1) > qt.svg: Cannot read file

Re: [LyX/master] * LanguageUi.ui - change layout.

2023-05-11 Thread Jürgen Spitzmüller
Am Dienstag, dem 09.05.2023 um 19:37 +0200 schrieb Pavel Sanda: > This pane is responsible for horizontal excess size (at least in CZ >     translation) of document settings panel. The reason is second > encoding combo >     which get very lengthy (there are actually 3 of them). >     This patch

Re: Client side decorations?

2023-05-11 Thread Pavel Sanda
On Thu, May 11, 2023 at 04:38:52PM +0200, lorenzobertin...@gmail.com wrote: > I've been facing this problem for a while: LyX, and in general Qt > programs, don't draw a shadow or have a proper titlebar under wayland > in the GNOME desktop environment, or really any desktop that uses > mutter. See

qt.svg incorrectly encoded content

2023-05-11 Thread Pavel Sanda
Hi, this is in master: - open preference and this appears on terminal: qt.svg: Cannot read file '/lyx/devel/lib/images/classic/dialog-show_spellchecker.png', because: Encountered incorrectly encoded content. (line 1) qt.svg: Cannot read file

Re: [LyX/master] Do not return copies of string members

2023-05-11 Thread Jean-Marc Lasgouttes
Le 11/05/2023 à 15:26, Jean-Marc Lasgouttes a écrit : In file included from ../../../../src/frontends/qt/Toolbars.cpp:15: ../../../../src/Converter.h: In member function ‘const string& lyx::Converter::from() const’: ../../../../src/Converter.h:55:51: warning: returning reference to temporary

Re: Annoying global variables initialization order issue

2023-05-11 Thread Jean-Marc Lasgouttes
Le 11/05/2023 à 03:08, Richard Kimberly Heck a écrit : On 5/10/23 13:00, Jean-Marc Lasgouttes wrote: Hello, Trying to run LyX under valgrind, I find many AVX2-related valgrind warnings (see attachment). It seems related to a change of variable initialization order by the compiler. The

Re: [LyX/master] Do not return copies of string members

2023-05-11 Thread Jean-Marc Lasgouttes
Le 10/05/2023 à 23:19, Enrico Forestieri a écrit : After this commit my cygwin build crashes badly at startup. I can't even get a backtrace. What is strange is that a native Windows build works fine, instead. Both builds use the same version of gcc: OK, I'll revert for now. However I get a