From 52fd34419774d1b3e2227a0cce92138d4e5b3467 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sat, 4 May 2019 11:18:46 -0700 Subject: [PATCH] Add libreoffice skip recovery to stop loops --- source/2/2.2/2.2.1/libreoffice.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/2/2.2/2.2.1/libreoffice.rst b/source/2/2.2/2.2.1/libreoffice.rst index e4da8a2e..b59bc9a0 100644 --- a/source/2/2.2/2.2.1/libreoffice.rst +++ b/source/2/2.2/2.2.1/libreoffice.rst @@ -9,7 +9,11 @@ To open a recently used file in libreoffice they are shown in the main part of t Libreoffice all of the different components have a window menu that lets you switch between a document in libreoffice writer and libreoffice calc. To do this go to :menuselection:`Window` and select the window that you want to switch to. -Libreoffice if you shutdown without saving your work libreoffice will automatically recover the document. If you do not want to recover a document press the :guilabel:`discard` button. If you want to automatically recover the document press the :guilabel:`start` button. +Libreoffice if you shutdown without saving your work libreoffice will automatically recover the document. If you do not want to recover a document press the :guilabel:`discard` button. If you want to automatically recover the document press the :guilabel:`start` button. If recovery keeps on failing and won't launch run + +.. code:: libreoffice --norestore + +from the command line to be able to launch libreoffice if it keeps crashing at startup. Screenshot ----------