#!/bin/dash
PROG=/usr/lib64/libreoffice/program/soffice
#SAL_FORCEGL=1 exec $PROG "$@"   #Force opengl 
exec $PROG "$@"
