From: Ethan A M. <me...@uw...> - 2022-09-04 03:59:41
|
On Saturday, 3 September 2022 18:39:19 PDT Dima Kogan wrote: > Ethan A Merritt <me...@uw...> writes: > > > Do you have the option of logging in with a different window manager? > > I normally us Plasma, which is maximally compatible with Qt, but I just > > checked with an IceWM setup and it works fine there too. > > This would be a good test, yes. I just tried on another box. I tried > with both my tiling WM (notion) and an old "normal" WM (twm). Both have > the same broken behavior as before. But in addition to that, gnuplot > complains on the terminal: > > qt_gnuplot exiting on read error I am pretty sure you can only get that error if there is a mismatch between the gnuplot version and the gnuplot_qt version. It means that one of the commands set via the pipe from gnuplot to gnuplot_x11 is not recognized. Ethan |