GNOME Bugzilla – Bug 662114
gedit crashes when entering pythonconsole preferences
Last modified: 2019-03-23 20:49:43 UTC
Traceback (most recent call last):
+ Trace 228839
return config_widget.configure_widget()
self._settings.get_string(self.CONSOLE_KEY_COMMAND_COLOR))
parsed, color = Gdk.color_parse(value)
Segmentation fault To reproduce: Edit -> Preferences -> Plugins -> Python Console -> Preferences This appears to be a transition-to-PyGI problem. Patch coming.
Created attachment 199354 [details] [review] Proposed patch
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.