Comment 76 for bug 369498

Revision history for this message
LC Bruzenak (lenny-bruzenak) wrote :

I see this on one 10.04 machine but not another. The GTK_MODULES on the failing one is:
GTK_MODULES=canberra-gtk-module:gail:atk-bridge
and on the succeeding one is:
GTK_MODULES=canberra-gtk-module

But changing the env and relaunching in a terminal doesn't help much:

$ skype --version
Gtk-Message: Failed to load module "atk-bridge": /usr/lib/gtk-2.0/modules/libatk-bridge.so: wrong ELF class: ELFCLASS64
Gtk-Message: Failed to load module "atk-bridge": /usr/lib/gtk-2.0/modules/libatk-bridge.so: wrong ELF class: ELFCLASS64
Skype 2.1.0.81
Copyright (c) 2004-2009, Skype Limited

(then change to be like on the machine which works; note 1 less error)
$ export GTK_MODULES=canberra-gtk-module
$ skype --version
Gtk-Message: Failed to load module "atk-bridge": /usr/lib/gtk-2.0/modules/libatk-bridge.so: wrong ELF class: ELFCLASS64
Skype 2.1.0.81
Copyright (c) 2004-2009, Skype Limited

All packages/libs listed above appear to be similar otherwise on the 2 machines. Same skype version too.