summaryrefslogtreecommitdiffstats
path: root/libreoffice/build/profile.d/libreoffice.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-07-19 15:29:38 +0000
committer Eric Hameleers <alien@slackware.com>2016-07-19 15:29:38 +0000
commitbe2e287eb716483b28542f534ec7e42478674c5b (patch)
tree8718b39398af3a7e97e016c89275f81cdbf3b735 /libreoffice/build/profile.d/libreoffice.sh
parent30060bf07d63a779710bfdafe0d8d1417813d81b (diff)
downloadasb-be2e287eb716483b28542f534ec7e42478674c5b.tar.gz
asb-be2e287eb716483b28542f534ec7e42478674c5b.tar.xz
Initial revision
Diffstat (limited to '')
-rwxr-xr-xlibreoffice/build/profile.d/libreoffice.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/libreoffice/build/profile.d/libreoffice.sh b/libreoffice/build/profile.d/libreoffice.sh
new file mode 100755
index 00000000..4248787e
--- /dev/null
+++ b/libreoffice/build/profile.d/libreoffice.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# To force the use of a certain VCL UI interface, use one of these envvars.
+# In Slackware we force the GTK2 interface:
+#SAL_USE_VCLPLUGIN=gen
+#SAL_USE_VCLPLUGIN=kde4
+SAL_USE_VCLPLUGIN=gtk
+#SAL_USE_VCLPLUGIN=gtk3
+export SAL_USE_VCLPLUGIN