After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 662114 - gedit crashes when entering pythonconsole preferences
gedit crashes when entering pythonconsole preferences
Status: RESOLVED FIXED
Product: gedit-plugins
Classification: Other
Component: General
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2011-10-18 17:10 UTC by Michael Terry
Modified: 2019-03-23 20:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (1.02 KB, patch)
2011-10-18 17:13 UTC, Michael Terry
committed Details | Review

Description Michael Terry 2011-10-18 17:10:48 UTC
Traceback (most recent call last):
  • File "/usr/lib/gedit/plugins/pythonconsole/__init__.py", line 65 in do_create_configure_widget
    return config_widget.configure_widget()
  • File "/usr/lib/gedit/plugins/pythonconsole/config.py", line 49 in configure_widget
    self._settings.get_string(self.CONSOLE_KEY_COMMAND_COLOR))
  • File "/usr/lib/gedit/plugins/pythonconsole/config.py", line 61 in set_colorbutton_color
    parsed, color = Gdk.color_parse(value)
TypeError: 'Color' object is not iterable
Segmentation fault

To reproduce:
Edit -> Preferences -> Plugins -> Python Console -> Preferences

This appears to be a transition-to-PyGI problem.  Patch coming.
Comment 1 Michael Terry 2011-10-18 17:13:08 UTC
Created attachment 199354 [details] [review]
Proposed patch
Comment 2 Ignacio Casal Quinteiro (nacho) 2011-10-18 22:23:54 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.