Make Skype look cool on Debian 64 bit
Your Skype doesn t look pretty?
You tried running it into the terminal and some errors similar to these appeared?
Gtk-Message: Failed to load module “canberra-gtk-module”: /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so: wrong ELF class: ELFCLASS64
(:4921): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
Maybe you re trying to run Skype with the wrong libraries version (64 bit instead of 32 bit).
I solved with this little script:
#!/bin/bash
export GTK_PATH=/usr/lib32/gtk-2.0
skype
Hope this works for you too
Popularity: unranked [?]






