I want to delete all the history of the unity dash about files, videos, text files, images, etc. I find it surprising that the best thing that activity log manager can do is to delete the history of one week only.
6 Answers
An alternative way, with a simple interface to remove all record logs of Recently Used files and applications in Ubuntu 12.04 is to follow these simple steps:
- Click on the control icon (cog wheel on top right hand corner of display screen);
- Select System settings;
- Click on All Settings tab at the top of the dialogue window that opens up;
- Select Privacy icon;
- Select tab Recent Items;
- Under "Forget Activities option" listed, select All in the drop-down box on the right-hand side of the option;
- Click on Delete History button;
- Click on Yes to the confirmation dialogue;
- Close System Settings application window;
Job is done!
Do this a couple of times and it will become second-nature to cleaning up and protecting yourself every time.

- 9,855

- 671
There is a way to delete the entire history of recent files accessed in Unity rather easily using activity-log-manager .
First of all, install it using the following command:
sudo apt-get install activity-log-manager
After installing it, open the application. In the History tab, select all history in the dropdown list and then press Delete button. Now, the entire history of the accessed files will be deleted.
-
@Allan i know that there is activity-log for 11.10 but it doesn't contain an option to delete the all history it's big option is to delete the history of a week – Black Block Feb 18 '12 at 18:56
While searching a way to clear recent list shown in Totem [ Ubuntu 12.04 ], activity log manager/privacy did not work in my case.
Moreover, there was no file 'recently-used.xbel' in current user's folder.
File recently-used.xbel was located inside ~/.local/share/
For me, nullifying this file worked!
$ echo > ~/.local/share/recently-used.xbel

- 681
-
3
-
Perfect! I'm using this in a script that prepares my PC for screen sharing at work – Hubro Jun 25 '23 at 17:45
Confirmed to work from Ubuntu 13.10 to 16.10.
- Go to System Settings
- Click on Security & Privacy
- Click on Files & Applications
- Click on Clear Usage Data

- 403

- 441
- 1
- 4
- 8
You can also use
Do these:
sudo add-apt-repository ppa:zeitgeist/ppa
(Add the GNOME Activity Journal ppa)sudo aptitude update
(Update the source list)sudo aptitude install gnome-activity-journal
(Install GNOME Activity Journal)
You can choose to delete a specific entry, as well.

- 1,163
My system is an Ubuntu 14.04 in Gnome Flashback (Metacity) mode and my solution was the key "gnome->gnome-panel->run-dialog" into the dconf-editor.

- 241
All Settings
/Privacy
/Usage and History
/Clear Recent history
. – Paul Rougieux Apr 03 '19 at 09:19