[cinnamon] libreoffice gtk workaround

This commit is contained in:
Bernhard Landauer 2016-12-22 15:35:07 +01:00
parent 1d77b84d09
commit 4829ad5261
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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