[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - officecfg/registry
Michael Stahl
mstahl at redhat.com
Mon Jan 19 04:59:11 PST 2015
officecfg/registry/data/org/openoffice/VCL.xcu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c019c3d845d5281d206c2004985fb3b10a4707e9
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.
(cherry picked from commit d93c89ddf564d0445f28e0ba552ba94975d40f2a)
It's possible this fixes fdo#84383 too although i can't reproduce that
bug with gnome-shell.
Change-Id: Ib020380c9ad3b386c7cf00fb2144cb766d1f6c83
Reviewed-on: https://gerrit.libreoffice.org/14013
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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