Thanks for the fix - I have added comments of what I believe you are
doing with the fix for a better understanding for those of us who are
not so smart, please correct me if I am wrong:

(move the current skype run script to a new file "skype-bin")
mv /usr/bin/skype /usr/bin/skype-bin

(make a new skype run script)
gedit /usr/bin/skype

(copy this so that skype will preload "libGL.so.1" before running the original 
run script, which is now "skype-bin")
#!/bin/sh
export LD_PRELOAD=/usr/lib/i386-linux-gnu/mesa/libGL.so.1
exec skype-bin

(update permissions to allow the user to run the script)
## save and close and then:
chmod 0755 /usr/bin/skype

(can anyone explain why libGL.so.1 is needed?)

Thanks
Cormac

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-310 in Ubuntu.
https://bugs.launchpad.net/bugs/1134030

Title:
  Skype crash with proprietary nvidia drivers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-310/+bug/1134030/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to