summaryrefslogtreecommitdiff
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 13:53:15 +0000
commit14f253c14e6f6a2c46ea2485baf78497df4d577e (patch)
tree547fc965d8d5fef8ecbab5a47855ed0808e5a0e5
parentc9149187924a8684f72652db474ccca0444e83a5 (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
-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>