In epiphany, I was not getting the drop down box thing in the search dialog. I ran it in a terminal, and saw: (epiphany:29276): libglade-WARNING **: Could not load support for `gnome': libgnome.so: cannot open shared object file: No such file or directory (epiphany:29276): libglade-WARNING **: unknown widget class 'GnomeEntry' ** (epiphany:29276): CRITICAL **: load_info: assertion `info->widget != NULL' failed ** (epiphany:29276): CRITICAL **: connect_signals: assertion `info->widget != NULL' failed (epiphany:29276): GLib-GObject-CRITICAL **: g_value_get_string: assertion `G_VALUE_HOLDS_STRING (value)' failed (epiphany:29276): GLib-GObject-CRITICAL **: g_value_unset: assertion `G_IS_VALUE (value)' failed (epiphany:29276): Gtk-CRITICAL **: gtk_widget_grab_focus: assertion `GTK_IS_WIDGET (widget)' failed ** (epiphany:29276): WARNING **: Not persisting insane state of id[find_entry] I did a "ln -s /usr/lib/libglade/2.0/libgnome.so /usr/lib/", and the issue seems to be fixed.
same thing with libbonobo.so.. floam@home ~ $ gnome-theme-manager (gnome-theme-manager:12096): libglade-WARNING **: Could not load support for `bonobo': libbonobo.so: cannot open shared object file: No such file or directory
epiphany has been compiled for gnome 1.4 and not 2.x (2.4 / 2.8), and you have removed gnome 1.4 libraries. reemerge epiphany should fix your problems.
looks seriously wack to me. Something miscompiled with the wrong paths maybe. Anyway, not much we can do with. Not reproducable.