View Single Post
Old October 30th, 2008   #13
eldragon
Extra Foam Sugar Free Ubuntu
 
eldragon's Avatar
 
Join Date: Aug 2006
Beans: 833
Re: [SOLVED] Own video in Skype all green [Intrepid]

in order to have a more easy life, ive created a file in /usr/local/bin called skype that superseeds the binary in /usr/bin/ which is in charge of running skype...

type
Code:
$ sudo gedit /usr/local/bin/skype
and paste the following 2 line
Code:
#!/bin/bash
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so /usr/bin/skype
then make it executable
Code:
$ sudo chmod a+x /usr/local/bin/skype
no more crazy command typing just run with the shortcut, or alt-f2 and type skype
eldragon is offline