[i3] libreoffice gtk2 workaround

This commit is contained in:
Bernhard Landauer 2016-12-21 19:29:33 +01:00
parent 4a8472d66a
commit 3b04846dfb
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