I made two executable scripts in usr/bin/
ScreenSkype.sh and SkypeLauncher.sh
to do this I opened a terminal and typed
then
Code:
sudo gedit /usr/bin/ScreenSkype.sh
then i pasted into the blank page that came up :
Code:
#!/bin/sh
screen -d -m usr/bin/skype/SkypeLauncher.sh
and clicked save and closed the window.
then to make it executable
Code:
sudo chmod+x ScreenSkype.sh
then I repeated the process for the second script
Code:
sudo gedit SkypeLauncher.sh
paste in the following code
Code:
#!/bin/sh
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype
exit 0
Click Save and exit gedit window.
then make that file executable
Code:
sudo chmod+x SkypeLauncher.sh
Then i changed the Skype Launcher in the Main Menu to point to ScreenSkype.sh by going into Applications>Internet I right clicked in the skype icon and clicked "Add this Launcher to panel"
When the Skype icon appeared in the panel next to the firefox icon, i right clicked it and clicked "properties"
in the box COMMAND i typed "usr/bin/SkypeLauncher.sh" (no quotes) in place of what was there
now when i click this icon Skype opens with the preloaded bit needed for the webcam to work properly.
Hope this helps - hope I didnt make any mistakes in the method I used, like I say it worked for me but as a noob, perhaps I have done it long handed without knowing an easier way - if there is any other easier way of doing it or if I am making any glaring mistakes I would love to know.
i am using 9.04 for the record and was getting a scrambled video signal in skype.
Hope this helps someone.