Re: "Lyx must be updated"

2021-12-16 Thread Stephan Witt
Am 17.12.2021 um 06:57 schrieb Daniel : > > On 2021-12-16 22:16, Stephan Witt wrote: >> Am 16.12.2021 um 09:56 schrieb Murat Yildizoglu via lyx-users >> : >>> >>> I have tried to send this to lyx-devel but I am not a member. >>> Begin forwarded message: From:

Re: "Lyx must be updated"

2021-12-16 Thread Daniel
On 2021-12-16 22:16, Stephan Witt wrote: Am 16.12.2021 um 09:56 schrieb Murat Yildizoglu via lyx-users : I have tried to send this to lyx-devel but I am not a member. Begin forwarded message: From: lyx-devel-ow...@lists.lyx.org Subject: "Lyx must be updated" Date: 16 December 2021 at

Re: "Lyx must be updated"

2021-12-16 Thread Stephan Witt
Am 16.12.2021 um 09:56 schrieb Murat Yildizoglu via lyx-users : > > I have tried to send this to lyx-devel but I am not a member. > >> Begin forwarded message: >> >> From: lyx-devel-ow...@lists.lyx.org >> Subject: "Lyx must be updated" >> Date: 16 December 2021 at 15:55:19 GMT+7 >> To:

[PATCH] allow to force backing store for display

2021-12-16 Thread Jean-Marc Lasgouttes
This patch allows to enforce the use of of a backing store for display. This has no effect for Wayland and macOS, when backing store is always on. The main use for it is x11 with a window manager theme with translucent windows (KDE) https://www.lyx.org/trac/ticket/12119 At this point,

Re: fsanitize: member access within null pointer

2021-12-16 Thread Kornel Benko
Am Thu, 16 Dec 2021 15:38:41 +0100 schrieb Pavel Sanda : > > /usr2/src/lyx/lyx-git/src/support/socktools.cpp:114:19: error: cannot > > initialize a > > parameter of type 'const struct sockaddr *' with an rvalue of type > > 'sockaddr_un *' > > if ((::bind (fd, reinterpret_cast(), > >

Re: fsanitize: member access within null pointer

2021-12-16 Thread Pavel Sanda
On Thu, Dec 16, 2021 at 01:47:50PM +0100, Kornel Benko wrote: > Am Thu, 16 Dec 2021 13:38:43 +0100 > schrieb Pavel Sanda : > > > On Tue, Dec 07, 2021 at 10:20:02PM -0500, Scott Kostyshak wrote: > > > Compiling master with Clang and fsanitize, I get the following when > > > LyX starts up (without

Re: fsanitize: member access within null pointer

2021-12-16 Thread Kornel Benko
Am Thu, 16 Dec 2021 13:38:43 +0100 schrieb Pavel Sanda : > On Tue, Dec 07, 2021 at 10:20:02PM -0500, Scott Kostyshak wrote: > > Compiling master with Clang and fsanitize, I get the following when > > LyX starts up (without doing anything else): > > > >

Re: fsanitize: member access within null pointer

2021-12-16 Thread Pavel Sanda
On Tue, Dec 07, 2021 at 10:20:02PM -0500, Scott Kostyshak wrote: > Compiling master with Clang and fsanitize, I get the following when > LyX starts up (without doing anything else): > > /home/scott/lyxbuilds/master/repo/src/support/socktools.cpp:114:56: runtime > error: member access within