689534b
#!/bin/sh
689534b
689534b
# https://bugzilla.redhat.com/213172
689534b
if [ -z "$XLIB_SKIP_ARGB_VISUALS" ] ; then
689534b
    exec env XLIB_SKIP_ARGB_VISUALS=1 /usr/libexec/xmms "$@"
689534b
else
689534b
    exec /usr/libexec/xmms "$@"
689534b
fi