From 14c4e7012d235e4e333c48637381ee997ffcfc29 Mon Sep 17 00:00:00 2001 From: Tad Date: Fri, 9 Feb 2018 12:06:57 -0500 Subject: Fix error messages when opening multiple documents in LibreOffice This fixes "LibreOffice will attempt to recover the state of the files you were working on before it crashed." messages when you go to open a second document. We should see if there are any other profile where we can use join-or-start to fix similar issues. --- etc/libreoffice.profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/libreoffice.profile b/etc/libreoffice.profile index 3548a75ad..220e0f02c 100644 --- a/etc/libreoffice.profile +++ b/etc/libreoffice.profile @@ -34,3 +34,5 @@ private-tmp noexec ${HOME} noexec /tmp + +join-or-start libreoffice -- cgit v1.2.3-54-g00ecf