diff options
author | 2023-01-03 23:43:44 +0600 | |
---|---|---|
committer | 2023-01-03 23:43:44 +0600 | |
commit | 81fbd1d0f3e3353355b771a8c48a46b1e31fa448 (patch) | |
tree | 0881b41854475d5ac3fcc9e4a84749c7ab126001 /bin/libreoffice | |
parent | f58c88726ec16c97f1eaa6645780f4832905100e (diff) | |
download | patches-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/libreoffice | 4 |
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 "$@" |