From d93c89ddf564d0445f28e0ba552ba94975d40f2a Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 17 Nov 2014 15:46:23 +0100 Subject: 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 --- officecfg/registry/data/org/openoffice/VCL.xcu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ - + false -- cgit