diff --git a/src/ubuntu/install/libre_office/custom_startup.sh b/src/ubuntu/install/libre_office/custom_startup.sh index 0b5dcdc..c9f1dbb 100644 --- a/src/ubuntu/install/libre_office/custom_startup.sh +++ b/src/ubuntu/install/libre_office/custom_startup.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash set -ex +LD_LIBRARY_PATH=:/usr/lib/libreoffice/program:/usr/lib/x86_64-linux-gnu/ START_COMMAND="libreoffice" PGREP="soffice.bin" export MAXIMIZE="true"