#!/bin/dash
PROG=@LO_PREFIX@/lib64/libreoffice/program/soffice
#export SAL_FORCEGL=1         # Force opengl
#export SAL_DISABLESKIA=1     # Don't use skia, use cairo
#export SAL_USE_VCLPLUGIN=gen # gen, gtk3, or qt5
#more here: https://wiki.documentfoundation.org/Development/Environment_variables
exec $PROG "$@"
