Clear Gnome-shell Recent Items

mllm © 2004-2012, allblue
rm ~/.local/share/recently-used.xbel
#create a new empty file:
touch ~/.local/share/recently-used.xbel
 
#make sure the new file cannot be modified:
sudo chattr +i ~/.local/share/recently-used.xbel
 
#now, your display of recent items is gone.
 
#If you want to revert back, remove the i attribute of recently-used.xbel:
sudo chattr -i ~/.local/share/recently-used.xbel
Parsed in 0.009 seconds