From dca71b9061f486650e8d0189090507a7ee3fa6f8 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Sun, 22 Mar 2026 20:44:21 +0100 Subject: [PATCH] fix(convertx): add libreoffice-writer for ODT/document conversions Fixes ODT to PDF conversion failing with ENOENT. Fixes #13185. --- install/convertx-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/convertx-install.sh b/install/convertx-install.sh index 24b942b95..1681f5952 100644 --- a/install/convertx-install.sh +++ b/install/convertx-install.sh @@ -24,6 +24,7 @@ $STD apt install -y \ dvisvgm \ ffmpeg \ inkscape \ + libreoffice-writer \ libva2 \ libvips-tools \ lmodern \