GNOME Bugzilla – Bug 324982
a lot warnings when launching preferences dialog
Last modified: 2007-05-29 05:14:28 UTC
(evolution-2.6:20568): evolution-addressbook-WARNING **: OAFIID:GNOME_Evolution_Addressbook_Factory:2.6: Don't know what to do with OAFIID:GNOME_Evolution_SMime_CertificateManager_ConfigControl:2.6 (evolution-2.6:20568): evolution-shell-WARNING **: Cannot activate OAFIID:GNOME_Evolution_SMime_CertificateManager_ConfigControl:2.6 -- Factory `OAFIID:GNOME_Evolution_Addressbook_Factory:2.6' returned NIL for `OAFIID:GNOME_Evolution_SMime_CertificateManager_ConfigControl:2.6' (evolution-2.6:20568): e-utils-WARNING **: Cannot resolve symbol 'org_gnome_new_mail_config' in plugin '/opt/gnome2/lib/evolution/2.6/plugins/liborg-gnome-new-mail-notify.so' (not exported?) BBDB spinning up... (evolution-2.6:20568): evolution-mail-WARNING **: Cannot activate OAFIID:GNOME_Spell_Dictionary:0.3 (evolution-2.6:20568): libglade-WARNING **: unknown property `label_xalign' for class `GtkLabel' (evolution-2.6:20568): libglade-WARNING **: unknown property `label_yalign' for class `GtkLabel' (evolution-2.6:20568): libglade-WARNING **: unknown property `shadow_type' for class `GtkLabel' (evolution-2.6:20568): Gtk-CRITICAL **: gtk_entry_set_text: assertion `text != NULL' failed (evolution-2.6:20568): Gdk-CRITICAL **: gdk_gc_set_foreground: assertion `GDK_IS_GC (gc)' failed
evo2.5.92: at least confirming for e-utils-WARNING **: Cannot resolve symbol 'org_gnome_new_mail_config' in plugin '/opt/gnome2/lib/evolution/2.6/plugins/liborg-gnome-new-mail-notify.so' (not exported?) BBDB spinning up...
*** Bug 333321 has been marked as a duplicate of this bug. ***
I can see the unresolved symbol in Evo 2.6.1 on Ubuntu dapper beta as well not sure if we should open one report for each problem/group of problems. nazgul@dragonscale:~$ evolution CalDAV Eplugin starting up ... (evolution-2.6:14031): evolution-mail-WARNING **: ignored this junk plugin: not enabled or we have already loaded one (evolution-2.6:14031): e-utils-WARNING **: Plugin 'Bogofilter junk plugin' failed to load hook 'org.gnome.evolution.mail.junk:1.0' (evolution-2.6:14031): Gtk-WARNING **: Failed to set label from markup due to error parsing markup: Fehler in Zeile 1, Zeichen 38: Element »markup« wurde geschlossen, aber das derzeit offene Element ist »b« (evolution-2.6:14031): e-utils-WARNING **: Cannot resolve symbol 'org_gnome_new_mail_config' in plugin '/usr/lib/evolution/2.6/plugins/liborg-gnome-new-mail-notify.so' (not exported?) BBDB spinning up...
Created attachment 66171 [details] [review] patch for suppress "e-utils-WARNING **: Cannot resolve symbol 'org_gnome_new_mail_config'"
hmm... is this still an issue? haven't seen it for a while, but could also be my distro... :-/
Hiroyuki: You see this problem now? I dont see the error.
I see this with 2.9.5 here: (evolution:14973): e-utils-WARNING **: Cannot resolve symbol 'org_gnome_new_mail_config' in plugin '/usr/lib/evolution/2.10/plugins/liborg-gnome-new-mail-notify.so' (not exported?) BBDB spinning up...
Please commit to head.
What about the evolution-2.6:20568): evolution-addressbook-WARNING **: OAFIID:GNOME_Evolution_Addressbook_Factory:2.6: Don't know what to do with OAFIID:GNOME_Evolution_SMime_CertificateManager_ConfigControl:2.6 issue? What's the fix for that?
Øystein, I don't see that in head/stable. Is that in 2.6 or If not check what is the GNOME_Evolution* in the bonobo/servers directory.
% ls /usr/lib/bonobo/servers/GNOME_Evolution_* /usr/lib/bonobo/servers/GNOME_Evolution_Addressbook_2.10.server /usr/lib/bonobo/servers/GNOME_Evolution_Calendar_2.10.server /usr/lib/bonobo/servers/GNOME_Evolution_Calendar_AlarmNotify_2.10.server /usr/lib/bonobo/servers/GNOME_Evolution_DataServer_1.2.server /usr/lib/bonobo/servers/GNOME_Evolution_Exchange_Storage_2.10.server /usr/lib/bonobo/servers/GNOME_Evolution_Mail_2.10.server /usr/lib/bonobo/servers/GNOME_Evolution_Shell_2.10.server Should there have been a SMime CertificateManager there?
check out /usr/lib/bonobo/servers/GNOME_Evolution_Addressbook_2.10.server It should have GNOME_Evolution_SMime_CertificateManager_ConfigControl something wrong in that. Just paste that file.
<oaf_server iid="OAFIID:GNOME_Evolution_SMime_CertificateManager_ConfigControl:2.10" type="factory" location="OAFIID:GNOME_Evolution_Addressbook_Factory:2.10"> <oaf_attribute name="repo_ids" type="stringv"> <item value="IDL:GNOME/Evolution/ConfigControl:2.10"/> </oaf_attribute> <oaf_attribute name="evolution2:config_item:title" type="string" value="Certificates"/> ...title translations <oaf_attribute name="evolution2:config_item:description" type="string" value="Manage your S/MIME certificates here"/> ...description translations <oaf_attribute name="evolution2:config_item:icon_name" type="string" value="stock_lock-ok"/> <oaf_attribute name="evolution2:config_item:priority" type="string" value="-6"/> <oaf_attribute name="name" type="string" value="Evolution S/Mime Certificate Management Control"/> ...name translations </oaf_server>
The error seems to be off 2.6 but what you are using is 2.10. Seems like a path resolution or something.
(evolution:4588): evolution-addressbook-WARNING **: OAFIID:GNOME_Evolution_Addressbook_Factory:2.10: Don't know what to do with OAFIID:GNOME_Evolution_SMime_CertificateManager_ConfigControl:2.10 (evolution:4588): evolution-shell-WARNING **: Cannot activate OAFIID:GNOME_Evolution_SMime_CertificateManager_ConfigControl:2.10 -- Factory `OAFIID:GNOME_Evolution_Addressbook_Factory:2.10' returned NIL for `OAFIID:GNOME_Evolution_SMime_CertificateManager_ConfigControl:2.10'
Any one else seen this? Do you see any unresolved symbol or some other error with it?