Comment 3 for bug 125381

Revision history for this message
Brett Alton (brett-alton-deactivatedaccount) wrote :

A fix, reported here: http://bugs.gramps-project.org/view.php?id=1091 seems to work.

shura (2007-03-07)
----------------------
Please bug Ubuntu people to fix gtkspell. This problem is not present in Debian. They should fix it in Gutsy. We cannot do it in gramps no matter how hard we try.

As a workaround, comment out these lines in /usr/share/gramps/Spell.py:
    else:
        gtkspell.Spell(gtk.TextView()).set_language(lang)
        success = True

This should disable spellchecker and stop the crashes.
----------------------