[Libreoffice-commits] online.git: loolkitconfig.xcu

Michael Meeks (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 21 14:06:35 UTC 2020


 loolkitconfig.xcu |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit b97ad1645a561db7162d66324f43e878e3f928f4
Author:     Michael Meeks <michael.meeks at collabora.com>
AuthorDate: Tue Jan 21 13:36:30 2020 +0000
Commit:     Michael Meeks <michael.meeks at collabora.com>
CommitDate: Tue Jan 21 15:06:17 2020 +0100

    Clobber gio in the configuration.
    
    Otherwise activation fails for http:// or https:// since the core
    mis-identifies the (disabled via core: 1c081112714e) gio provider
    still and won't load via the ucpdav1 provider.
    
    Change-Id: I66a58da3f94a4479729a3e39ed5070e4a05dcf69
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87141
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/loolkitconfig.xcu b/loolkitconfig.xcu
index 666b6a6cc..539186947 100644
--- a/loolkitconfig.xcu
+++ b/loolkitconfig.xcu
@@ -28,4 +28,7 @@
 <!-- Use the colibre_svg theme for the sidebar -->
 <item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="SymbolStyle" oor:op="fuse"><value>colibre_svg</value></prop></item>
 
+<!-- Disable GIO UCP we don't want -->
+<item oor:path="/org.openoffice.ucb.Configuration/ContentProviders/Local/SecondaryKeys/Office/ProviderData/Provider999"><prop oor:name="URLTemplate" oor:op="fuse"><value>NeverMatchAnyUrlSuffix</value></prop></item>
+
 </oor:items>


More information about the Libreoffice-commits mailing list