summaryrefslogtreecommitdiff
path: root/bin/libreoffice
diff options
context:
space:
mode:
authorLibravatar Mubashshir <ahmubashshir@gmail.com>2023-01-03 23:43:44 +0600
committerLibravatar Mubashshir <ahmubashshir@gmail.com>2023-01-03 23:43:44 +0600
commit81fbd1d0f3e3353355b771a8c48a46b1e31fa448 (patch)
tree0881b41854475d5ac3fcc9e4a84749c7ab126001 /bin/libreoffice
parentf58c88726ec16c97f1eaa6645780f4832905100e (diff)
downloadpatches-81fbd1d0f3e3353355b771a8c48a46b1e31fa448.tar.gz
patches-81fbd1d0f3e3353355b771a8c48a46b1e31fa448.zip
libreoffice: Force skia
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
Diffstat (limited to 'bin/libreoffice')
-rw-r--r--bin/libreoffice4
1 files changed, 4 insertions, 0 deletions
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 "$@"