PDA

View Full Version : [SOLVED] skype video in xubuntu



aljoriz
September 12th, 2009, 04:37 AM
If your video in skype goes green try this command

$ sudo mousepad /usr/local/bin/skype

and paste the following 2 line
Code:
#!/bin/bash
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so /usr/bin/skype

save it thengo back to terminal
Code:
$ sudo chmod a+x /usr/local/bin/skype
the gedit = in xubuntu is MOUSEPAD