From: Debian LibreOffice Maintainers Date: Sun, 21 Jun 2020 11:07:16 +0000 (+0100) Subject: gengal-message-core X-Git-Tag: archive/raspbian/1%6.4.5_rc1-2+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dceb4b683ac0e9dca933a34af20c383a4ea1dbf7;p=libreoffice.git gengal-message-core Gbp-Pq: Name gengal-message-core.diff --- diff --git a/svx/source/gengal/gengal.sh b/svx/source/gengal/gengal.sh index 245c171c3ca..1ea7bfd6361 100755 --- a/svx/source/gengal/gengal.sh +++ b/svx/source/gengal/gengal.sh @@ -89,6 +89,13 @@ unset XENVIRONMENT # uncomment line below if you encounter problems starting soffice on your system # SAL_NO_XINITTHREADS=true; export SAL_NO_XINITTHREADS +# check if libreoffice-core is installed +if ! test -f $sd_prog/libvclplug_genlo.so; then + echo "gengal.bin needs libreoffice-core installed. It won't work with just" + echo "libreoffice-core-nogui". + exit 1 +fi + # execute binary exec "$sd_prog/gengal.bin" "$@" \ "-env:INIFILENAME=vnd.sun.star.pathname:$sd_prog/redirectrc"