diff options
-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 "$@" |