C. Brouerius van Nidek wrote:
In order to get Skype started with a functioning video I have to use:
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype
I give this command in a konsole and it works. I would like to intergrate it in my Skype button. How could I do that?
I'm not 100% sure how the Exec is evaluated. You might be fine just replacing 'skype' with your line above. If you want to go on the safe side write a small wrapper script #!/bin/sh LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so export LD_PRELOAD exec skype call it, e.g., skype.sh, make it executable (chmod 755 skype.sh) and place it somewhere in the search path. Replace 'Exec=skype' with 'Exec=skype.sh' in your desktop entry... Pit -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org