sync this up

f41
Caolán McNamara 10 years ago
parent eb6cfe2c7c
commit 2177884611

@ -0,0 +1,31 @@
From 81fb045eca1e3bb8760f8b8c437d01a3e56c8ce9 Mon Sep 17 00:00:00 2001
From: Michael Stahl <mstahl@redhat.com>
Date: Mon, 17 Nov 2014 15:46:23 +0100
Subject: [PATCH] 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
(cherry picked from commit d93c89ddf564d0445f28e0ba552ba94975d40f2a)
---
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 ec48498..e5b56e8 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>
--
1.9.3

@ -343,8 +343,9 @@ Patch45: 0001-just-use-ANSI-C-declarations.patch
Patch46: 0001-valgrind-check-return-of-convertDateTime-before-usin.patch
Patch47: 0001-table-layout-cache-returns-wrong-rectangle.patch
Patch48: 0001-impress-tables-are-not-interactively-growing.patch
Patch49: 0001-Resolves-fdo-86449-backport-rtf-fixes.patch
Patch50: 0002-Resolves-fdo-86451-guard-all-the-tops-post-pop.patch
Patch49: 0001-officecfg-set-VCL.WM.ShouldSwitchWorkspace-to-false.patch
Patch50: 0001-Resolves-fdo-86449-backport-rtf-fixes.patch
Patch51: 0002-Resolves-fdo-86451-guard-all-the-tops-post-pop.patch
%define instdir %{_libdir}
%define baseinstdir %{instdir}/libreoffice

Loading…
Cancel
Save