If I have saved a file recently (or even on the last couple of days), it does not show up on searches on that "open dialog" some programs have
(The "open dialog of programs" is the following. It appears on libreoffice and on firefox)
I am wondering why this search is not up-to-date: what is the infrastructure behind this search ? Does it update some sort of index from time to time ? How could I configure it to do so more frequently ?
The
Recently Used
list you referring to is stored as an xml file~/.local/share/recently-used.xbel
. Following is an exampleIt is a facility/feature of the GTK+ library/framework.
The reason of inconsistency between software, including software using GTK+, is because author of individual package/software may choose to use or not use it. There is no law/rule to enforce that. Some author may choose to not provide a recent list in their software. Some may implement their own. Some may use it with filter for file type(file extension).
There is no right or wrong about this. This also happen to software running on other OS, not only Linux.