#!/bin/sh

# https://bugzilla.redhat.com/213581
if [ -z "$XLIB_SKIP_ARGB_VISUALS" ] ; then
    exec env XLIB_SKIP_ARGB_VISUALS=1 /usr/libexec/qiv "$@"
else
    exec /usr/libexec/qiv "$@"
fi
