GNOME Bugzilla – Bug 676264
Custom multiline text cell renderer segfaults
Last modified: 2012-05-19 08:21:23 UTC
Created attachment 214269 [details] Multiline text cell renderer test script I'm trying to port a custom cell renderer that uses a text view as the editing widget [1] to GTK+ 3, introspection bindings and Python 3. It should give a linebreak with Shift+Enter or Control+Enter and end editing with plain Enter. I'll attach my port of the code. When run using Python 2 the renderer manages to enter editing state, but segfaults when trying to end editing. Using Python 3 the renderer segfaults when trying enter the editing state. [1] http://www.daa.com.au/pipermail/pygtk/2009-January/016451.html
Sorry, this is another Python 3 debian packaging issue. After fixing my Python 3 installation and some minor fixes the code works for me now.
Created attachment 214429 [details] Multiline text cell renderer test script For completeness, attaching the fixed test script that no longer segfaults.
*** This bug has been marked as a duplicate of bug 669157 ***