From 81fbd1d0f3e3353355b771a8c48a46b1e31fa448 Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Tue, 3 Jan 2023 23:43:44 +0600 Subject: libreoffice: Force skia Signed-off-by: Mubashshir --- bin/libreoffice | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bin/libreoffice diff --git a/bin/libreoffice b/bin/libreoffice new file mode 100644 index 0000000..51c066e --- /dev/null +++ b/bin/libreoffice @@ -0,0 +1,4 @@ +#!/bin/sh +export SAL_USE_VCLPLUGIN=gen +export SAL_FORCESKIA=1 +exec /usr/bin/libreoffice "$@" -- cgit v1.2.3