#!/bin/sh

export XLIB_SKIP_ARGB_VISUALS=1
env LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so  /usr/bin/skype.real "$@"
