Description of problem: Totem (run without arguments) does not start, but prints the message: Gtk-Message: Failed to load module "atk-bridge": libatk-bridge.so: cannot load shared object file (or similar, I'm using a non-English locale). and: (totem:14077): Bonobo-WARNING **: Bonobo must be initialized before use totem: symbol lookup error: totem: undefined symbol: g_application_get_type Version-Release number of selected component (if applicable): 2.31.6-3.fc14 atk is 1.30.0-5.fc14 libbonobo is 2.31.91-1.fc14 (all i686) How reproducible: Install F13, upgrade to F14 using preupgrade, and then install all other available updates. Start totem. Steps to Reproduce: 1. Start totem. Actual results: Crash (or process exit) and the above message. Expected results: Totem should start. Additional info: All packages came from the anaconda/preupgrade repo, but the problem persists after reinstalling them from the normal fedora repo.
The libatk-brigde.so sits in a gtk-2.0 directory, so maybe it's because GNOME is using gtk3 now (at least both are installed). ldd says that totem is linked to gtk2, though.
Confirmed on Rawhide. Today's update broke it. Tried newer packaged version from here but no dice. ftp://195.220.108.108/linux/fedora/development/rawhide/x86_64/os/Packages/gtk2-2.22.0-2.fc15.x86_64.rpm
(In reply to comment #0) > Description of problem: > Totem (run without arguments) does not start, but prints the message: > Gtk-Message: Failed to load module "atk-bridge": libatk-bridge.so: cannot load > shared object file (or similar, I'm using a non-English locale). > > and: > (totem:14077): Bonobo-WARNING **: Bonobo must be initialized before use > totem: symbol lookup error: totem: undefined symbol: g_application_get_type > > Version-Release number of selected component (if applicable): > 2.31.6-3.fc14 > atk is 1.30.0-5.fc14 > libbonobo is 2.31.91-1.fc14 > (all i686) > > How reproducible: > Install F13, upgrade to F14 using preupgrade, and then install all other > available updates. > > Start totem. > > Steps to Reproduce: > 1. Start totem. > > Actual results: > Crash (or process exit) and the above message. > > Expected results: > Totem should start. > > Additional info: > All packages came from the anaconda/preupgrade repo, but the problem persists > after reinstalling them from the normal fedora repo. Running F14 with all updates: getting the message totem: symbol lookup error: totem: undefined symbol: g_application_get_type Totem totem-2.31.6-3.fc14.i686 dies (sometimes with Segmentation fault) I will attach a strace.
Created attachment 450675 [details] totem strace
(In reply to comment #4) > Created attachment 450675 [details] > totem strace totem was broken by updating to glib2[-devel]-2.26.0-1.fc14. Downgrading to glib2-2.25.15-1.fc14.i686 and glib2-devel-2.25.15-1.fc14.i686 repairs totem.
(In reply to comment #5) > (In reply to comment #4) > > Created attachment 450675 [details] [details] > > totem strace > > totem was broken by updating to glib2[-devel]-2.26.0-1.fc14. Downgrading to > glib2-2.25.15-1.fc14.i686 and glib2-devel-2.25.15-1.fc14.i686 repairs totem. Confirmed. Also bug 639389 is a dupe of this one.
*** This bug has been marked as a duplicate of bug 638915 ***