From: Ethan A M. <me...@uw...> - 2020-06-08 18:36:15
|
On Sunday, 7 June 2020 00:48:14 PDT Achim Gratz wrote: > > The thing is that the call _should_ work and since this is deep inside a > Qt library that is happily used by other Qt applications without any > reported problems indicates that there is some other condition that > makes it not work work for gnuplot_qt specifically (an initialization > that's missing or something like that). > > Regards, > Achim. If you can spare the time... Here is a small diagnostic patch for the qt terminal. It tests the hypothesis that qt connection failure on Cygwin is due to horribly slow font initialization. With the patch in place font handling is disabled until the first plot has completed. This is guaranteed to mess up layout of the first plot, but if it makes the connection succeed we can sort out font initialization later. Ethan |