GNOME Bugzilla – Bug 405685
OK button disabled in account properties window
Last modified: 2007-04-12 21:49:57 UTC
In the properties windows for e-mail accounts, the OK button is constantly disabled. This makes it impossible to chance any settings for the entered e-mail accounts. The OK button shows up enable for half a second, then disables and stays that way, no matter what changes are made.
strange. which version, distro, operating system is this?
OS is: FreeBSD medea.exsomnis.de 6.2-STABLE FreeBSD 6.2-STABLE #0: Tue Jan 30 13:32:58 CET 2007 root@medea.exsomnis.de:/usr/obj/usr/src/sys/KERNEL amd64 Evolution Version 2.8.3 gtk: 2.10.9 gnome: 2.16.2
This is the output when started from command line. Perhaps this is of any use? (evolution-2.8:2011): Gtk-CRITICAL **: gtk_check_menu_item_set_active: assertion `GTK_IS_CHECK_MENU_ITEM (check_menu_item)' failed (evolution-2.8:2011): e-utils-WARNING **: Cannot resolve symbol 'org_gnome_new_mail_config' in plugin '/usr/local/lib/evolution/2.8/plugins/liborg-gnome-new-mail-notify.so' (not exported?) BBDB spinning up... (evolution-2.8:2011): e-utils-WARNING **: can't load plugin '/usr/local/lib/evolution/2.8/plugins/liborg-gnome-groupwise-features.so: Undefined symbol "_"' (evolution-2.8:2011): e-utils-WARNING **: can't load plugin '/usr/local/lib/evolution/2.8/plugins/liborg-gnome-groupwise-features.so: Undefined symbol "_"' (evolution-2.8:2011): e-utils-WARNING **: can't load plugin '/usr/local/lib/evolution/2.8/plugins/liborg-gnome-groupwise-features.so: Undefined symbol "_"' (evolution-2.8:2011): e-utils-WARNING **: can't load plugin '/usr/local/lib/evolution/2.8/plugins/liborg-gnome-groupwise-features.so: Undefined symbol "_"'
Same problem here. Gentoo linux, Evolution 2.8.3, gtk 2.10.9. Andre or somebody how is aware. Where does evolution saves it's account settings? I need to modify smtp server to send mail, but I'm unable to do this...
Peter: run "gconf-editor", go to apps/evolution/mail, open the key named "accounts", click on "Edit" for the account that includes the smtp setting, and for convenience copy the string to a text-editor (like gedit), change it, copy it back, and save it.
Some snippets from IRC: (evolution-2.8:29537): e-utils-WARNING **: can't load plugin '/home/kevin/tmp/evo/lib/evolution/2.8/plugins/liborg-gnome-groupwise-features.so: undefined symbol: _' That warning seems to be related to the problem. Thanks Kevin. He disabled the groupwise plugins, which made it work for him. Obviously, confirming. (Not FreeBSD related.)
Created attachment 82858 [details] [review] This patch fixes the missing symbol in the groupwise features plugin. I found that the Groupwise Features plugin was the source of the broken OK button. The unresolved symbol was caused by a missing include file.
Thanks Kevin, great fix! :) However, just spotted, that this exact issue has been fixed recently. http://svn.gnome.org/viewcvs/evolution/trunk/plugins/groupwise-features/junk-settings.c?r1=33152&r2=33176
*** Bug 412681 has been marked as a duplicate of this bug. ***
*** Bug 420153 has been marked as a duplicate of this bug. ***
*** Bug 425958 has been marked as a duplicate of this bug. ***