I found this link which helped me:
http://ubuntuforums.org/showthread.php?t=1984328Here's what I did:
1. in a terminal type:
- Code: Select all
sudo gedit /usr/local/bin/skype
Paste this into the text file:
- Code: Select all
#!/bin/bash
export LD_PRELOAD=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so
/usr/bin/skype %U
3. Save the file. Close gedit.
4. Enter the following into the terminal:
- Code: Select all
sudo chmod a+x /usr/local/bin/skype
5. right-click on the Menu button on your panel.
6. Alter the Skype shortcut to launch "/usr/local/bin/skype" instead of "skype %U"
This should run fine. Note, I am running X86_64 Linux Mint 14 w/ Cinnamon.