Logo Microtux

MicroTux

How to disable “recent files” folder in Nautilus?

20-12-2016

$ rm ~/.local/share/recently-used.xbel # clear current file history

$ touch ~/.local/share/recently-used.xbel # create a 0-byte history file

$ sudo chattr +i ~/.local/share/recently-used.xbel # make it readonly