I don't know the gedit code, but when I changed the set_colorbutton_color() method in the /usr/lib/gedit/plugins/pythonconsole/config.py file to look like this:
59 @staticmethod 60 def set_colorbutton_color(colorbutton, value): 61 try: 62 parsed, color = Gdk.color_parse(value) 63 except: 64 parsed = None 65 66 if parsed: 67 colorbutton.set_color(color) it works. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in Ubuntu. https://bugs.launchpad.net/bugs/873619 Title: Segmentation fault on python console plugin preferences To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/873619/+subscriptions -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
