|
From: Ethan A M. <sf...@us...> - 2013-07-17 17:29:08
|
On Wednesday, July 17, 2013 01:48:03 am Mojca Miklavec wrote: > Hi, > > just a few observations about testing Gnuplot with Qt5 on Mac: > - Printing now works (it didn't work with Qt4) So can we close bug 1079? > - There are now two windows in the Dock (gnuplot and gnuplot_qt) and I > don't know how to close the one called "gnuplot" (the old trick and > the sole reason why qt_term_mac.c exists doesn't work any more) > - Setting the application icon doesn't work any more > - I get the following warnings when saving files: > QFileSystemWatcher::removePaths: list is empty > but I have no clue what they mean. > > None of the mentioned is any serious issue though - I'm surprised that > it works smoothly, particularly the printing that was broken before. That's good to hear, and somewhat better than the state of affairs on linux. On linux, gnuplot+Qt5 works smoothly right up until the time you exit the program. Then the Qt5 exit handlers somehow get tangled up and cause a core dump even though the program is trying to exit cleanly. I haven't figured out how to disable or bypass the Qt5 exit handlers, or otherwise persuade them to not produce a core dump. Any ideas? Ethan |