summaryrefslogtreecommitdiff
path: root/loolkitconfig.xcu
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2020-01-21 13:36:30 +0000
committerMichael Meeks <michael.meeks@collabora.com>2020-01-21 15:06:17 +0100
commitb97ad1645a561db7162d66324f43e878e3f928f4 (patch)
tree517d299967970657fdf53cac031f735165129bb0 /loolkitconfig.xcu
parentaadf5af77b74822ebdc52e512b0b856957dc0896 (diff)
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@gmail.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'loolkitconfig.xcu')
-rw-r--r--loolkitconfig.xcu3
1 files changed, 3 insertions, 0 deletions
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>