Does anyone know where i can place this script
#!/bin/bash LD_PRELOAD=/usr/lib64/libv4l/v4l1compat.so skype
and have it loaded every boot? Right now i need to kick this script line off everytime after booting in to the system to get skype working.
Thanks.
#!/bin/bash
#: Title : ~/.kde4/Autostart/sky
#: Date Created: Tue Jun 7 19:48:40 CDT 2011
#: Last Edit : Tue Jun 7 19:48:40 CDT 2011
#: Author : JoergJaeger
#: Version : 1.00
#: Description : Load Webcam Driver Support
#: Options : none
LD_PRELOAD=/usr/lib64/libv4l/v4l1compat.so
skype
exit 0
# End Of Script
Place the script in ~/.kde4/Autostart if you use KDE and in my example I called it sky. Then open a terminal session and run this command to make it executable:
chmod +x ~/.kde4/Autostar/sky
Restart your computer and see if it works.
Thank You,
On 2011-06-08 02:06, JoergJaeger wrote:
>
> Does anyone know where i can place this script
>
>> #!/bin/bash LD_PRELOAD=/usr/lib64/libv4l/v4l1compat.so skype
>
> and have it loaded every boot? Right now i need to kick this script
> line off everytime after booting in to the system to get skype working.
Don’t. Just start skype with that line.
You can create a shortcut, though.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)
Ok. I feel ashamed. I forgot to mention that i run Gnome 
But ok, i will make a shortcut.
Thank you both.
On 2011-06-08 05:36, JoergJaeger wrote:
>
> Ok. I feel ashamed. I forgot to mention that i run Gnome 
>
> But ok, i will make a shortcut.
>
> Thank you both.
I misunderstood your question. I thought you wanted to do that preload
thing overall for all the desktop, so that skype would work when clicking
on it. That is a no.
What you need is a shortcut for the script you are already using, or
autostart it.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)