/etc/libreoffice/soffice.sh is in libreoffice-common 1:5.2.7-1+deb9u5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # configuration file to set up some environment variables for LibreOffice
# File locking; possible values are:
# - yes: enable file locking unconditionally
# - no: disable file locking
# - auto: enable file locking, when the document is found on a nfs share
# If the environment variable SAL_ENABLE_FILE_LOCKING is set,
# the setting if ENABLE_FILE_LOCKING has no effect.
FILE_LOCKING=auto
# OpenGL support; may cause trouble with the restricted nvidia and fglrx
# drivers; possible values are:
# - yes: enable OpenGL support unconditionally
# - no: disable OpenGL support.
# - auto: only enable OpenGL support, if not running with the restricted
# nvidia and fglrx drivers.
# If the environment variable SAL_NOOPENGL is set,
# the setting if OPENGL_SUPPORT has no effect.
OPENGL_SUPPORT=no
|