From ef2fcd0c7bf5ebe3dc2f89287048b9dbb88c41b8 Mon Sep 17 00:00:00 2001 From: "ryan.kuba" Date: Mon, 9 May 2022 16:39:34 -0400 Subject: [PATCH] adding LD path needed by libreoffice --- src/ubuntu/install/libre_office/custom_startup.sh | 1 + 1 file changed, 1 insertion(+) 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"