Disable Places, Recent Documents

From WickyWiki
Revision as of 07:25, 5 July 2013 by Admin (talk | contribs) (4 revisions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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