summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-11-17 15:46:23 +0100
committerMichael Stahl <mstahl@redhat.com>2014-11-17 16:25:39 +0100
commitd93c89ddf564d0445f28e0ba552ba94975d40f2a (patch)
tree63826180e36b1be6bc8fe239b7429fceee55cc6d /officecfg
parentab2e6c659ed79c911f1d995567d5162b3b807874 (diff)
officecfg: set VCL.WM.ShouldSwitchWorkspace to false
It's quite obnoxious of applications to switch virtual desktops, and i#45160 / i#96684 indicate the main reason for this was to avoid crashes 9 years ago; let's see if we get any crash reports with it disabled. Change-Id: Ib020380c9ad3b386c7cf00fb2144cb766d1f6c83
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/VCL.xcu2
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/VCL.xcu b/officecfg/registry/data/org/openoffice/VCL.xcu
index 457ac1052905..28e24e796a6e 100644
--- a/officecfg/registry/data/org/openoffice/VCL.xcu
+++ b/officecfg/registry/data/org/openoffice/VCL.xcu
@@ -51,7 +51,7 @@
</node>
<node oor:name="WM" oor:op="replace">
<prop oor:name="ShouldSwitchWorkspace" oor:op="replace" oor:type="xs:string">
- <value/>
+ <value>false</value>
</prop>
</node>
</node>