Fix typo error and add override for libreoffice qt5 in gnome sonar

This commit is contained in:
Ste74 2017-02-16 22:28:56 +01:00
parent 87811b3d07
commit 2e0aefdc3e
3 changed files with 13 additions and 1 deletions

View File

@ -213,7 +213,7 @@ xcursor-breeze
xcursor-maia
>extra bluez-firmware
>extra bluez-plugins
extra >bluez-hid2hci
>extra >bluez-hid2hci
>extra bluez-utils
#accessibility
qt-at-spi

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