officecfg/registry/data/org/openoffice/VCL.xcu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c019c3d845d5281d206c2004985fb3b10a4707e9 Author: Michael Stahl <mst...@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 <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@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>
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits