[Bug 873619] Re: Segmentation fault on python console plugin preferences

2012-02-09 Thread Vadim Rutkovsky
This is fixed in Gedit 3.3.3 (in precise) and in latest oneiric updates

** Changed in: gedit (Ubuntu)
   Status: New = Fix Released

-- 
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
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 873619] Re: Segmentation fault on python console plugin preferences

2011-10-13 Thread Michal
-- 
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
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 873619] Re: Segmentation fault on python console plugin preferences

2011-10-13 Thread Michal
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
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs