error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
To fix this, simple install the package ia32-libs-gtk
$ sudo apt-get install ia32-libs-gtk
Now run the application again and the error should go away.