Created attachment 2337 Backtrace Terminal crashes when the preferences dialog is opened after at least one terminal has been closed before. To reproduce: - start Terminal - open a new window (ctrl-shift-n) - close one of the windows - open the preferences dialog (In case it doesn't crash immediately, close the dialog and open it again.) Attached is a backtrace including the critical warnings printed on stderr. I guess there is something not really properly cleaned up when closing windows, so that terminal_screen_update_colors() accesses an already destroed VTE widget when called from the prefs dialog.
Cant reproduce this in trunk. Could you please try it?
Yo, seems to be fixed in trunk. I can't reproduce it any longer, too. Yay!
Don't close it too fast, have to fix the 4.6 branch too.
Seems to work fine in the xfce_4_6 branch too.