1
How can I recover documents which were open in Evince prior to a system crash in Ubuntu 16.04? Ideally, I would like to find a list of files which were open just before the crash. At the least, I would like to find some sort of history.
I did a crash simulation on another computer and found out that after opening evince after an unexpected shutdown it does offer a list of "recently viewed filed". Where is this list of recently opened (in Evince) files stored in Ubuntu 16.04? Can I also extract the dates when each document was opened or at least the order in which they had been opened?
I tried using gvfs-info, but the result produced looked rather unsystematic: it both showed files which were opened a long time ago, but never recently, and did not show files which were opened during the crashed session. Is there a more efficient way of using gvfs for my purpose?
Could try searching all files in your home for some of the specific filenames, with grep for example – Xen2050 – 2018-12-18T18:35:25.500
@Xen2050: Thank you for the very good suggestion! It looks like there is a hope to recover the previous session by looking more carefully in
gvfs-metadata
and.cache/thumbnails/large/
I am more hopeful about the latter, because the cache files are date-stamped. Do you know the rules for creating those thumbnails? Are they created every time a new document is opened in Evince or another application? When are they deleted? – D.T. – 2018-12-18T21:23:42.210