Topic: [Solution] Getting Skype to work
Hi All,
I am a longtime reader, first time poster. I installed Statler 64bit last night and I am really loving it. Installed and ran like a dream, considering it is only alpha. The only problem I came across was the dreaded Skype. But through some perseverance, I managed to get it to work. So I thought I would post my solution here.
First download debian version of Skype. This should be a 32bit (i386) .deb package.
Then install a few extra 32bit packages.
sudo apt-get install ia32-libs libqt4-core libqt4-gui libxss1 libxss1-dbg libxss-dev
Now force skype 32bit to install.
sudo dpkg -i --force-architecture skype-debian_*****_i386.deb
***** put in here the version of Skype you downloaded
Now hopefully Skype should be working.
If not, there is one more thing you can do. But I really don’t recommend it.
sudo chmod a-r /usr/lib32/libpulse{-simple.so.0.0.2,.so.0.8.0,common-0.9.15.so}
This stops the Pulse Audio drives from being readable, from what I can gather.
I hope someone finds this of use. Sorry if it is a bit rudimentary but I am just an average uses who likes to tweak every now and then.