Feature #3251

Mis à jour par Matthieu Decorde il y a plus de 3 ans

When TXM is not closed correctly, the "txm_was_not_closed_correctly.lock" is not deleted.

At start-up, if the "txm_was_not_closed_correctly.lock" is still present:
# open a dialog box to start the diagnostic or not
#* title message: TXM was not correctly stopped.
#* content message: Do you want to start a diagnostic of your corpora? \n (the diagnostic will be saved in the 'HOME/startup_diagnostic_2022-05-03.txt' file, the path will be copied in the clipboard)
#* buttons : "No", "OK", "OK, open in editor"
# show the diagnostic file path in console and copy its path in the clipboard
# write the diagnostic file content with encountered problems
# -open the diagnostic file in the TXT editor-

<pre>
Démarrage de TXM 0.8.2 (qualifier)…
TXM was not correctly closed, see the report in the '/home/mdecorde/.../startup_diagnostic_2022-05-03.txt' file (path copied in clipboard)
TXM est prêt.
</pre>

Problems detected :
- no corpora root project
-

Retour