[Libreoffice-commits] core.git: officecfg/registry
Michael Stahl
mstahl at redhat.com
Mon Nov 17 07:30:42 PST 2014
officecfg/registry/data/org/openoffice/VCL.xcu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d93c89ddf564d0445f28e0ba552ba94975d40f2a
Author: Michael Stahl <mstahl at redhat.com>
Date: Mon Nov 17 15:46:23 2014 +0100
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
diff --git a/officecfg/registry/data/org/openoffice/VCL.xcu b/officecfg/registry/data/org/openoffice/VCL.xcu
index 457ac10..28e24e7 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>
More information about the Libreoffice-commits
mailing list