How can I clear the recently used and viewed files in ubuntu 11.04 without using terminal?
|
|
The only way I know how to do this is to install Ubuntu Tweak, which can be found by going to http://ubuntu-tweak.com/ and installing the software. Open Ubuntu Tweak up and go to Gnome Settings then uncheck Enable System Wide "Recent Documents" List |
|||||||
|
|
It depends on whether you're using Unity or the Classic desktop. In Unity, the recent documents that you see in the Files lens are logged using Zeitgeist. If you don't want to use the terminal to remove these, or only want to remove a few of them, the best thing to do is install "Activity Journal" using the Software Center. Fire up the Activity Journal, and you'll see all your recently used apps and documents, grouped by day. If you right click a document and click "Delete item from Journal", Zeitgeist will forget that you used that document at that specific time. If you click "Delete all items with this URL", Zeitgeist will forget you ever used that document. If you want to delete everything, this terminal command (which others have already posted) will do the job:
There's a Zeitgeist Global Privacy app in development which will make this easier, but unfortunately it's not released yet. The Classic desktop (and the lists of recently used files in most applications' File menus) stores a record of your recently used documents in ~/.local/share/recently-used.xbel. You can just delete this file using the file manager or copy and paste the following code into a terminal:
Hope that helps! |
||||
|
|
|
Run the following command in your terminal:
|
||||
|
|
|
Upgrade to 12.04. It by default have a cleaner and settings wizard. Under System Settings click Privacy, there is an option to clear recent history. |
||||
|
|
|
you can use or install it from software center. you will find it is a good tool it can delete all unnecessary files too, and system cache use as:- open bleachbit and then check your preferences for deleting resent documents check only system>resentdocuments |
|||
|
|
|
This is what works for me, DISABLING ALL LOGGING. Copy these three lines to a blank text file:
Let's suppose you named the file as
If you want to restore the standard functionality simply remove the database (it will be recreated without the triggers):
|
||||
|
|
|
|||
|
|
|
First, you run this command on your Terminal:
Then, you can log out and log in again, or run this command on your Terminal:
It's works correctly. |
|||
|
|
|
remove all children of xml file ~/.local/share/recently-used.xbel
and
to make it immutable. drop all event item in sqlite3 database and also make it immutable.
|
|||
|
|
|
Press Alt+F1 > Places > Recent Documents > Clear recent documents. I did this in Ubuntu 10.04. |
||||
|
|
Then
It will never add to the recent documents list again. |
|||||
|
|
To empty the file:
Then, make the file immutable:
That will do the trick. |
||||
|
|
this will do |
||||
|
|
