From 4829ad52610e4b6d85f85bda18bde5669b2a5adc Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Thu, 22 Dec 2016 15:35:07 +0100 Subject: [PATCH] [cinnamon] libreoffice gtk workaround --- .../desktop-overlay/etc/profile.d/libreoffice-gtk2.csh | 6 ++++++ .../desktop-overlay/etc/profile.d/libreoffice-gtk2.sh | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100755 community/cinnamon/desktop-overlay/etc/profile.d/libreoffice-gtk2.csh create mode 100755 community/cinnamon/desktop-overlay/etc/profile.d/libreoffice-gtk2.sh diff --git a/community/cinnamon/desktop-overlay/etc/profile.d/libreoffice-gtk2.csh b/community/cinnamon/desktop-overlay/etc/profile.d/libreoffice-gtk2.csh new file mode 100755 index 0000000..dd66e9f --- /dev/null +++ b/community/cinnamon/desktop-overlay/etc/profile.d/libreoffice-gtk2.csh @@ -0,0 +1,6 @@ +# to force a certain look'n feel + +#setenv SAL_USE_VCLPLUGIN gen +#setenv SAL_USE_VCLPLUGIN kde4 +setenv SAL_USE_VCLPLUGIN gtk +#setenv SAL_USE_VCLPLUGIN gtk3 # currently broken and not available diff --git a/community/cinnamon/desktop-overlay/etc/profile.d/libreoffice-gtk2.sh b/community/cinnamon/desktop-overlay/etc/profile.d/libreoffice-gtk2.sh new file mode 100755 index 0000000..d5e91ec --- /dev/null +++ b/community/cinnamon/desktop-overlay/etc/profile.d/libreoffice-gtk2.sh @@ -0,0 +1,6 @@ +# to force a certain look'n feel + +#export SAL_USE_VCLPLUGIN=gen +#export SAL_USE_VCLPLUGIN=kde4 +export SAL_USE_VCLPLUGIN=gtk +#export SAL_USE_VCLPLUGIN=gtk3 # currently broken and not available