How to install gail and atk-bridge?

I'm trying to run import.io on ubuntu 14.04 64 bit. It says

Gtk-Message: Failed to load module "gail"
Gtk-Message: Failed to load module "atk-bridge"

In synaptic they seem installed, which is confusing, unless I'm looking at different packages. So I wounder how to install them using apt-get?

2 Answers

Packages You are looking for are in i386 arch;

apt-get install libatk-adaptor:i386 libgail-common:i386

3

I had the same problem with gvim in 16.04. There, the 64bit libraries helped:

apt-get install libatk-adaptor libgail-common
2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like