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