Re: IconInfo iconInfo: member call on null pointer

2021-09-28 Thread Kornel Benko
Am Tue, 28 Sep 2021 11:28:10 +0200 schrieb Jean-Marc Lasgouttes : > Le 27/09/2021 à 12:37, Kornel Benko a écrit : > > What makes me wonder: why should created pdf depend on HighDpi of users > > screen? > > (See > > src/frontends/qt/GuiApplication.cpp:558 > >

Re: IconInfo iconInfo: member call on null pointer

2021-09-28 Thread Jean-Marc Lasgouttes
Le 27/09/2021 à 12:37, Kornel Benko a écrit : What makes me wonder: why should created pdf depend on HighDpi of users screen? (See src/frontends/qt/GuiApplication.cpp:558 src/frontends/qt/GuiApplication.h:173) I suspect we should always use the HiDpi version. It is however

Re: IconInfo iconInfo: member call on null pointer

2021-09-28 Thread Jean-Marc Lasgouttes
Le 28/09/2021 à 11:04, Kornel Benko a écrit : What about the attached? Done at 84655a07. Good. JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: IconInfo iconInfo: member call on null pointer

2021-09-28 Thread Kornel Benko
Am Mon, 27 Sep 2021 20:34:25 -0400 schrieb Scott Kostyshak : > On Mon, Sep 27, 2021 at 12:03:19PM +0200, Kornel Benko wrote: > > Am Sat, 25 Sep 2021 15:45:19 -0400 > > schrieb Scott Kostyshak : > > > > > > > > > > I will look at the differences between GUI and command line, and between > > >

Re: IconInfo iconInfo: member call on null pointer

2021-09-27 Thread Scott Kostyshak
On Mon, Sep 27, 2021 at 12:37:46PM +0200, Kornel Benko wrote: > Am Mon, 27 Sep 2021 12:03:19 +0200 > schrieb Kornel Benko : > > > Am Sat, 25 Sep 2021 15:45:19 -0400 > > schrieb Scott Kostyshak : > > > > > > > > > > I will look at the differences between GUI and command line, and between > > > >

Re: IconInfo iconInfo: member call on null pointer

2021-09-27 Thread Scott Kostyshak
On Mon, Sep 27, 2021 at 12:03:19PM +0200, Kornel Benko wrote: > Am Sat, 25 Sep 2021 15:45:19 -0400 > schrieb Scott Kostyshak : > > > > > > > I will look at the differences between GUI and command line, and between > > > patch/no-patch and report back within a couple of days. > > > > With the

Re: IconInfo iconInfo: member call on null pointer

2021-09-27 Thread Kornel Benko
Am Mon, 27 Sep 2021 12:03:19 +0200 schrieb Kornel Benko : > Am Sat, 25 Sep 2021 15:45:19 -0400 > schrieb Scott Kostyshak : > > > > > > > I will look at the differences between GUI and command line, and between > > > patch/no-patch and report back within a couple of days. > > > > With the

Re: IconInfo iconInfo: member call on null pointer

2021-09-27 Thread Kornel Benko
Am Sat, 25 Sep 2021 15:45:19 -0400 schrieb Scott Kostyshak : > > > > I will look at the differences between GUI and command line, and between > > patch/no-patch and report back within a couple of days. > > With the "patch" the export from the command line is wrong (it omits the > icon).

Re: IconInfo iconInfo: member call on null pointer

2021-09-25 Thread Scott Kostyshak
On Sat, Sep 25, 2021 at 12:00:12PM -0400, Scott Kostyshak wrote: > On Sat, Sep 25, 2021 at 04:53:20PM +0200, Jean-Marc Lasgouttes wrote: > > Le 25/09/2021 à 05:20, Scott Kostyshak a écrit : > > > After building with fsanitize=undefined -fno-omit-frame-pointer, I get > > > the following: > > > >

Re: IconInfo iconInfo: member call on null pointer

2021-09-25 Thread Scott Kostyshak
On Sat, Sep 25, 2021 at 02:15:14PM +0200, Kornel Benko wrote: > Am Sat, 25 Sep 2021 08:03:39 -0400 > schrieb Scott Kostyshak : > > > On Sat, Sep 25, 2021 at 01:08:56PM +0200, Kornel Benko wrote: > > > Am Fri, 24 Sep 2021 23:20:51 -0400 > > > schrieb Scott Kostyshak : > > > > > > > After

Re: IconInfo iconInfo: member call on null pointer

2021-09-25 Thread Scott Kostyshak
On Sat, Sep 25, 2021 at 04:53:20PM +0200, Jean-Marc Lasgouttes wrote: > Le 25/09/2021 à 05:20, Scott Kostyshak a écrit : > > After building with fsanitize=undefined -fno-omit-frame-pointer, I get the > > following: > > > > $ cd lib/examples/ && lyx -e pdf Welcome.lyx > >

Re: IconInfo iconInfo: member call on null pointer

2021-09-25 Thread Jean-Marc Lasgouttes
Le 25/09/2021 à 05:20, Scott Kostyshak a écrit : After building with fsanitize=undefined -fno-omit-frame-pointer, I get the following: $ cd lib/examples/ && lyx -e pdf Welcome.lyx /home/scott/lyxbuilds/master/repo/src/frontends/qt/GuiApplication.cpp:558:55: runtime error: member call on null

Re: IconInfo iconInfo: member call on null pointer

2021-09-25 Thread Kornel Benko
Am Sat, 25 Sep 2021 08:03:39 -0400 schrieb Scott Kostyshak : > On Sat, Sep 25, 2021 at 01:08:56PM +0200, Kornel Benko wrote: > > Am Fri, 24 Sep 2021 23:20:51 -0400 > > schrieb Scott Kostyshak : > > > > > After building with fsanitize=undefined -fno-omit-frame-pointer, I get the > > >

Re: IconInfo iconInfo: member call on null pointer

2021-09-25 Thread Scott Kostyshak
On Sat, Sep 25, 2021 at 01:08:56PM +0200, Kornel Benko wrote: > Am Fri, 24 Sep 2021 23:20:51 -0400 > schrieb Scott Kostyshak : > > > After building with fsanitize=undefined -fno-omit-frame-pointer, I get the > > following: > > > > $ cd lib/examples/ && lyx -e pdf Welcome.lyx > >

Re: IconInfo iconInfo: member call on null pointer

2021-09-25 Thread Kornel Benko
Am Fri, 24 Sep 2021 23:20:51 -0400 schrieb Scott Kostyshak : > After building with fsanitize=undefined -fno-omit-frame-pointer, I get the > following: > > $ cd lib/examples/ && lyx -e pdf Welcome.lyx > /home/scott/lyxbuilds/master/repo/src/frontends/qt/GuiApplication.cpp:558:55: > runtime >