|
From: sfeam <sf...@us...> - 2014-03-16 21:24:09
|
On Sunday, 16 March 2014 02:03:01 AM Juhász Péter wrote: > Recently I get the following messages when I first plot something with > the wxt terminal: > > (gnuplot:19451): Gdk-CRITICAL **: IA__gdk_window_get_visual: assertion > `GDK_IS_WINDOW (window)' failed > > They appear harmless, but they are annoying. A bit of googling suggests that for the last year or so a lot of people have seen that message triggered by a variety of programs. I get the impression from browsing the bug reports that they may be coming from the Gnome window manager, but I am not sure of that. I do know that I am using KDE and have never seen any such messages. > Also, much more recently, I suspect since the since the addition of > italic and bold font attributes, the appearance of the wxt terminal > changed. It uses a different, much thinner and somewhat bigger font for > the labels and titles, but not for the key. > Peter Juhasz There has been no change to the wxt terminal code since December. The bold/italic markup included a small change to the shared cairo code, also used by wxt, but I don't know why it would have resulted in changing your default font. Perhaps the change you see is actually due to defaulting to enhanced text mode. Do you see the same thing if you do "set term wxt noenhanced"? Ethan |