GNOME Bugzilla – Bug 737156
Errors when opening Almanah 0.10.8 in Ubuntu 13.10
Last modified: 2014-09-23 16:45:39 UTC
This bug has been reported in Ubuntu bug tracker, please take a look at: - https://bugs.launchpad.net/bugs/1278506 It also fails in 0.11 Cheers,
Copying the errors from the Launchpad report so they don’t get lost: ~$ almanah (almanah:5031): Gtk-WARNING **: Theme parsing error: almanah.css:41:15: Not using units is deprecated. Assuming 'px'. ** (almanah:5031): CRITICAL **: check_range: assertion 'spell->priv->speller != NULL' failed ** (almanah:5031): CRITICAL **: check_range: assertion 'spell->priv->speller != NULL' failed (almanah:5031): Gtk-CRITICAL **: gtk_accel_label_set_accel_closure: assertion 'gtk_accel_group_from_accel_closure (accel_closure) != NULL' failed (almanah:5031): Gtk-CRITICAL **: gtk_accel_label_set_accel_closure: assertion 'gtk_accel_group_from_accel_closure (accel_closure) != NULL' failed davide@davide-desktop:~$ almanah (almanah:5060): Gtk-WARNING **: Theme parsing error: almanah.css:41:15: Not using units is deprecated. Assuming 'px'. ** (almanah:5060): CRITICAL **: check_range: assertion 'spell->priv->speller != NULL' failed ** (almanah:5060): CRITICAL **: check_range: assertion 'spell->priv->speller != NULL' failed (almanah:5060): Gtk-CRITICAL **: gtk_accel_label_set_accel_closure: assertion 'gtk_accel_group_from_accel_closure (accel_closure) != NULL' failed (almanah:5060): Gtk-CRITICAL **: gtk_accel_label_set_accel_closure: assertion 'gtk_accel_group_from_accel_closure (accel_closure) != NULL' failed Almanah appears to be working, but these errors still remain
This looks like a GtkSpell bug, but to be sure can you get a stacktrace of the errors please, using: G_DEBUG=fatal-warnings gdb almanah and ‘thread apply all backtrace full’ when it errors. Thanks. Also, what version of GtkSpell is this with?
This version isn't supported yet, and the bug is fixed with new gtkspell versions. Cheers,