Comment 13 for bug 621507

Revision history for this message
Lars Kumbier (derlars) wrote : Re: evince crashed with signal 5 in g_object_newv()

okay, the problem is based in not having Empathy installed, as there is a dependency in /usr/share/glib-2.0/schemas/ubuntu-artwork.gschema.override. This prevents the schemas from being built correctly, if Empathy is not installed (like on my system):

root@host:~# glib-compile-schemas /usr/share/glib-2.0/schemas/
No such schema `org.gnome.Empathy.conversation' specified in override file `/usr/share/glib-2.0/schemas/ubuntu-artwork.gschema.override'

Installing Empathy again or deleting the ubuntu-artwork.gschema.override, Evince works normally after recompiling the schemas. As does gcacltool, which as the same problems: https://bugs.launchpad.net/ubuntu/+source/gcalctool/+bug/630460

This seems directly related to this bug: https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/602175