You are not logged in.
I'm unable to remove the recent items from gnome3. I have tried to click "Clear History" on nautilus, I have deleted ~/.recently-used*, I have tried to look for any changes on my home directory when I open new files. Where is the database located? Thanks.
Offline
i am in fallback mode and in places>recent doccoment
i found - clear.
ezik
Offline
I can't find it on normal mode
Offline
You have to remove ~/.local/share/recently-used.xbel and then restart gnome-shell (by typing r in the Alt+F2 prompt).
Offline
If you want to disable the recently used items completely, create a ~/.gtkrc-3.0 with the contents "gtk-recent-files-max-age=0"
[edit]This only works with gtk2 stuff. Create a settings.ini in ~/.config/gtk-3.0/ with a preceeding "[Settings]" to make it work for gtk3 apps.[/edit]
Works, but the ~/.local/share/recently-used.xbel will still show where you've been, so you might wanna delete it after each session.
Last edited by king.flasher.dave (2011-05-18 17:29:02)
Speak when you are angry and you will make the best speech you'll ever regret.
Offline
Moved to Applications & Desktop Environments
Offline
Deleting recently-used.xbel and restarting gnome-shell isn't enough... As soon as you open a new file recently-used.xbel will be reconstructed with all it's content, at least that's what happened in my case.
Instead just install https://extensions.gnome.org/extension/72/recent-items/
It has a clear history button, that works and doesn't require you to restart gnome-shell... Or you can open "looking glass" ALT+F2 and execute "(new imports.gi.Gtk.RecentManager()).purge_items();"
Anyway, someone wouldn't happen to know how to execute such JS statements from terminal?
Offline
You can also install BleachBit and just run that whenever you feel the need to purge the porn from your file browser's suggestions area. I find it to be useful enough for simple cleanup of things like that annoying Recently Used history...
I don't suppose anyone's been successful in completely removing that feature, have they?
Offline
Kebertx,
Try this:
To elimate recent items, use this hack:
~/.local/share
delete the recently-used.xbel file and create a new folder with the same name
or empty the contents and then
sudo chattr +i /home/bryan/.local/share/recently-used.xbel
Last edited by bnb2235 (2012-03-06 10:44:44)
Offline