libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / desktop / libreoffice / patches / 11-use-qt5-plugin.patch
blob22137972ee5db0ef7088af3f3e7674546ae1605b
1 Workaround for gtk3 plugin issues
3 --- libreoffice-6.4.3.2/desktop/scripts/soffice.sh.1 2020-04-27 10:58:43.712730112 +0000
4 +++ libreoffice-6.4.3.2/desktop/scripts/soffice.sh 2020-04-27 11:03:59.109348940 +0000
5 @@ -27,6 +27,10 @@
6 # export STAR_PROFILE_LOCKING_DISABLED
9 +# GTK3 plugin is not usable on OI and needs more work, so use qt6 plugin for now
10 +SAL_USE_VCLPLUGIN=${SAL_USE_VCLPLUGIN:-"qt6"}
11 +export SAL_USE_VCLPLUGIN
13 # file locking now enabled by default
14 SAL_ENABLE_FILE_LOCKING=1
15 export SAL_ENABLE_FILE_LOCKING