Hello everyone,
I’m encountering a behavior in the GNOME environment related to how “recency” is defined for files, and I would like some clarification or insights.
Work scenario:
- I write a document in LibreOffice (ODT format) and export it to PDF.
- When I open a file browsing dialog (e.g., to attach a document via email) and choose “Recent” in the sidebar, the ODT file is listed, but the newly exported PDF is not.
- Even if I open the PDF in a PDF reader, it still doesn’t appear in the Recent list, despite having a later modification time than the ODT file.
Expected behavior:
I would expect the exported PDF to be listed in the Recent files, as it was recently modified, which would make it easier to access.
Workaround:
I found a workaround by using a script in Nautilus Scripts that “touches” the PDF file to update its access time ($ touch ). After doing this, the PDF appears in the Recent files.
However, this workaround feels cumbersome and unneccessary, and I wonder if there’s a more user-friendly way to ensure exported files like PDFs appear in the Recent list automatically.
Questions:
- How does GNOME define “recency” for files?
- Are there specific actions (e.g., opening, editing, or exporting) that trigger a file being added to the Recent list?
- Could this be considered a bug or a limitation in how Recent files are handled, particularly with exported documents?
Any insights or suggestions would be appreciated!
Thank you