summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-11-17 15:46:23 +0100
committerAndras Timar <andras.timar@collabora.com>2015-01-24 16:54:41 +0100
commitde023788a782a29485d5fc2a2b3b26bbe32df38e (patch)
treeb1d733cbdefc555c4804ed31339ce59b3af186c7 /officecfg
parentafb670be78890117dfc76d7f17880a3fd4317839 (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. (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@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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>