Leafpad does not support GtkRecentManager, and therefore it cannot manage recently used files. Nemo and Caja apparently handle things differently and update recently-used.xbel instead if the application is not able to:
<bookmark:application name="nemo" exec="'leafpad %f'" modified="2018-10-22T12:14:03Z" count="1"/> <bookmark:application name="Mousepad" exec="'mousepad %u'" modified="2018-10-22T12:14:10Z" count="1"/>
In the third test case the entry is actually added by the "Save as" dialog window (GtkFileChooserDialog).
Leafpad does not support GtkRecentManager, and therefore it cannot manage recently used files. Nemo and Caja apparently handle things differently and update recently-used.xbel instead if the application is not able to:
<bookmark: application name="nemo" exec="'leafpad %f'" modified= "2018-10- 22T12:14: 03Z" count="1"/> application name="Mousepad" exec="& apos;mousepad %u'" modified= "2018-10- 22T12:14: 10Z" count="1"/>
<bookmark:
In the third test case the entry is actually added by the "Save as" dialog window (GtkFileChooser Dialog) .