Instead of using the command each time you start the computer through
the terminal or have the application start with the computer. Then you
can simpy fix the icon itself.

sudo mv /usr/bin/skype /usr/bin/skype-bin
sudo apt-get install gksu
gksu gksu gedit /usr/bin/skype

and then paste the following

#!/bin/sh
export LD_PRELOAD=/usr/lib/i386-linux-gnu/mesa/libGL.so.1
exec skype-bin "$@"

And then fix the perms.
sudo chmod 0755 /usr/bin/skype

You can now use your icon again or simply write "skype" in the terminal.

Enjoy.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1002187

Title:
  Skype won't start (segmentation fault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/skype/+bug/1002187/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to