825446d
From 81fb045eca1e3bb8760f8b8c437d01a3e56c8ce9 Mon Sep 17 00:00:00 2001
825446d
From: Michael Stahl <mstahl@redhat.com>
825446d
Date: Mon, 17 Nov 2014 15:46:23 +0100
825446d
Subject: [PATCH] officecfg: set VCL.WM.ShouldSwitchWorkspace to false
825446d
825446d
It's quite obnoxious of applications to switch virtual desktops, and
825446d
i#45160 / i#96684 indicate the main reason for this was to avoid crashes
825446d
9 years ago; let's see if we get any crash reports with it disabled.
825446d
825446d
Change-Id: Ib020380c9ad3b386c7cf00fb2144cb766d1f6c83
825446d
(cherry picked from commit d93c89ddf564d0445f28e0ba552ba94975d40f2a)
825446d
---
825446d
 officecfg/registry/data/org/openoffice/VCL.xcu | 2 +-
825446d
 1 file changed, 1 insertion(+), 1 deletion(-)
825446d
825446d
diff --git a/officecfg/registry/data/org/openoffice/VCL.xcu b/officecfg/registry/data/org/openoffice/VCL.xcu
825446d
index ec48498..e5b56e8 100644
825446d
--- a/officecfg/registry/data/org/openoffice/VCL.xcu
825446d
+++ b/officecfg/registry/data/org/openoffice/VCL.xcu
825446d
@@ -51,7 +51,7 @@
825446d
     </node>
825446d
     <node oor:name="WM" oor:op="replace">
825446d
       <prop oor:name="ShouldSwitchWorkspace" oor:op="replace" oor:type="xs:string">
825446d
-        <value/>
825446d
+        <value>false</value>
825446d
       </prop>
825446d
     </node>
825446d
   </node>
825446d
-- 
825446d
1.9.3
825446d