Hi,
Quite a few apps on my machine are refusing to work as there is a symbol missing in libatk-bridge : g_module_make_resident
What do I need to install to resolve this problem?
TTFN
Paul
Paul F. Johnson <paul <at> all-the-johnsons.co.uk> writes:
Hi,
Quite a few apps on my machine are refusing to work as there is a symbol missing in libatk-bridge : g_module_make_resident
What do I need to install to resolve this problem?
TTFN
Paul
Hi, learn how to help yourself and later us (you did not tell us anything about your system).
Example: $ $ locate libatk-bridge /usr/lib/gtk-2.0/modules/libatk-bridge.so $ rpm -qf /usr/lib/gtk-2.0/modules/libatk-bridge.so at-spi-1.30.1-1.fc13.i686 $ yum list *at-spi* Installed Packages at-spi.i686 1.30.1-1.fc13 @updates-testing at-spi-python.i686 1.30.1-1.fc13 @updates-testing Available Packages at-spi-devel.i686 1.30.1-1.fc13 fedora at-spi2-atk.i686 0.1.8-1.fc13 fedora at-spi2-core.i686 0.1.8-1.fc13 fedora brltty-at-spi.i686 4.1-5.fc13 fedora $
OK. Search Google: libatk-bridge : g_module_make_resident You will see that there is a problem reported in F14 already http://www.spinics.net/linux/fedora/fedora-users/msg380798.html He helped himself by downgrading package in question. Try to go from there. JB
JB <jb.1234abcd <at> gmail.com> writes:
... You will see that there is a problem reported in F14 already http://www.spinics.net/linux/fedora/fedora-users/msg380798.html He helped himself by downgrading package in question. Try to go from there.
Sorry, I gave you the wrong link. This one is correct: http://www.spinics.net/lists/fedora-testing/msg93001.html JB
Hi,
learn how to help yourself and later us (you did not tell us anything about your system).
Example: $ $ locate libatk-bridge /usr/lib/gtk-2.0/modules/libatk-bridge.so
Already had that installed and know that's the problem
$ rpm -qf /usr/lib/gtk-2.0/modules/libatk-bridge.so at-spi-1.30.1-1.fc13.i686
That's the problem though, knowing to use -qf. I'm using rawhide and this sort of problem can be down to many things or just plain user error.
Search Google: libatk-bridge : g_module_make_resident You will see that there is a problem reported in F14 already
Oddly, when I did that last night, it came up with nothing for rawhide.
TTFN
Paul
Paul F. Johnson wrote:
Hi,
Search Google: libatk-bridge : g_module_make_resident You will see that there is a problem reported in F14 already
Oddly, when I did that last night, it came up with nothing for rawhide.
Back out to the FC13 version. That is what you were told to do in an earlier message. Rawhide's is broken.
James McKenzie