Disable Places, Recent Documents
From WickyWiki
By making the file where this is saved readonly.
rm ~/.recently-used.xbel touch ~/.recently-used.xbel sudo chattr +i ~/.recently-used.xbel
Re-enable:
sudo chattr -i ~/.recently-used.xbel
By making the file where this is saved readonly.
rm ~/.recently-used.xbel touch ~/.recently-used.xbel sudo chattr +i ~/.recently-used.xbel
Re-enable:
sudo chattr -i ~/.recently-used.xbel