GNOME Bugzilla – Bug 611600
Registers conflicting type name in Nautilus plugin
Last modified: 2010-03-02 14:50:53 UTC
I've recently upgraded to 2.29.91, and now I see these messages each time Nautilus starts: nautilus:3372): GLib-GObject-WARNING **: Two different plugins tried to register 'NautilusShare'. (nautilus:3372): GLib-GObject-CRITICAL **: g_type_add_interface_dynamic: assertion `G_TYPE_IS_INSTANTIATABLE (instance_type)' failed This type name (NautilusShare) is already used by another plugin we install by default in Ubuntu (http://git.gnome.org/browse/nautilus-share/)
Created attachment 155045 [details] [review] Fix extension conflicting with nautilus-share's As both were using NautilusShare as the object name, we renamed to NautilusUserShare now.
Attachment 155045 [details] pushed as 7697390 - Fix extension conflicting with nautilus-share's