#!/bin/sh
# https://github.com/coin3d/coin/issues/451
: "${QT_QPA_PLATFORM:=xcb}"
export QT_QPA_PLATFORM
exec /usr/lib64/freecad/bin/FreeCAD "${@}"
