[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3-0' - loolkitconfig.xcu
Pranav Kant
pranavk at collabora.co.uk
Mon Jan 15 19:11:38 UTC 2018
loolkitconfig.xcu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0150762d141f24fb048a069209c2b0de1f77e969
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Fri Jan 12 18:39:34 2018 +0530
loolkitconfig.xcu: /home is only available in debug builds, not release
... so the problem as mentioned in
831c79c0acbca6a7053080061b14381640c4abb7 was only fixed for debug
builds.
Change-Id: I549a4765af558a7969e5a96717b36612bd89f22b
(cherry picked from commit 57387bf2b42caca704b3df30045d33e295f202ea)
Reviewed-on: https://gerrit.libreoffice.org/47809
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/loolkitconfig.xcu b/loolkitconfig.xcu
index ae2cd1ed..a80508aa 100644
--- a/loolkitconfig.xcu
+++ b/loolkitconfig.xcu
@@ -11,6 +11,6 @@
<item oor:path="/org.openoffice.Office.Writer/AutoFunction/Completion"><prop oor:name="Enable" oor:op="fuse"><value>false</value></prop></item>
<!-- Set a work path which is valid in chroot -->
-<item oor:path="/org.openoffice.Office.Paths/Variables"><prop oor:name="Work" oor:op="fuse"><value>file:///home</value></prop></item>
+<item oor:path="/org.openoffice.Office.Paths/Variables"><prop oor:name="Work" oor:op="fuse"><value>file:///tmp</value></prop></item>
</oor:items>
More information about the Libreoffice-commits
mailing list