/[packages]/cauldron/libreoffice/current/SOURCES/0001-officecfg-set-VCL.WM.ShouldSwitchWorkspace-to-false.patch
ViewVC logotype

Contents of /cauldron/libreoffice/current/SOURCES/0001-officecfg-set-VCL.WM.ShouldSwitchWorkspace-to-false.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 799431 - (show annotations) (download)
Wed Nov 26 20:40:45 2014 UTC (9 years, 5 months ago) by tv
File size: 1163 byte(s)
- a couple bug fixes from FC:
  o Resolves: fdo#86466 Wrong background color shown in impress table
  o Resolves: rhbz#1164551 we want to ensure that a libjvm.so is available
    but we have no firm interest in which one that is
  o Resolves: rhbz#1165740 arbitrarily backport some rtf crash fixes
  o set VCL.WM.ShouldSwitchWorkspace to false to avoid virtual desktop switching
1 From 81fb045eca1e3bb8760f8b8c437d01a3e56c8ce9 Mon Sep 17 00:00:00 2001
2 From: Michael Stahl <mstahl@redhat.com>
3 Date: Mon, 17 Nov 2014 15:46:23 +0100
4 Subject: [PATCH] officecfg: set VCL.WM.ShouldSwitchWorkspace to false
5
6 It's quite obnoxious of applications to switch virtual desktops, and
7 i#45160 / i#96684 indicate the main reason for this was to avoid crashes
8 9 years ago; let's see if we get any crash reports with it disabled.
9
10 Change-Id: Ib020380c9ad3b386c7cf00fb2144cb766d1f6c83
11 (cherry picked from commit d93c89ddf564d0445f28e0ba552ba94975d40f2a)
12 ---
13 officecfg/registry/data/org/openoffice/VCL.xcu | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/officecfg/registry/data/org/openoffice/VCL.xcu b/officecfg/registry/data/org/openoffice/VCL.xcu
17 index ec48498..e5b56e8 100644
18 --- a/officecfg/registry/data/org/openoffice/VCL.xcu
19 +++ b/officecfg/registry/data/org/openoffice/VCL.xcu
20 @@ -51,7 +51,7 @@
21 </node>
22 <node oor:name="WM" oor:op="replace">
23 <prop oor:name="ShouldSwitchWorkspace" oor:op="replace" oor:type="xs:string">
24 - <value/>
25 + <value>false</value>
26 </prop>
27 </node>
28 </node>
29 --
30 1.9.3
31

  ViewVC Help
Powered by ViewVC 1.1.30