Truncate the file containing your the desktop bookmarks.
"" > ~/.local/share/recently-used.xbel |
Make it immutable.
sudo chattr +i ~/.local/share/recently-used.xbel |
Truncate the file containing your the desktop bookmarks.
"" > ~/.local/share/recently-used.xbel |
Make it immutable.
sudo chattr +i ~/.local/share/recently-used.xbel |
Mmmmmh, you have gave me some ideas for my Debian installations. Thank you!
Sidd.
If I am not mistaken, the file containing the recent docs in Debian is also “recently-used.xbel”. Maybe you can do a “find” and perform the same operations. =)
How do you *see* your recent documents? (Please don’t tell me that this new search tool is the only way?) Otherwise, I like Gnome 3 a lot… still adjusting, but I do appreciate the fact that many “double-click” operations are now transformed into a mouse gesture and a single-click.
Hello bbeo! Unfortunately, the new search tools is also the only way I know to look for the recent documents. But I rarely use the recent documents, even back in Gnome 2. Most of the files I access are mostly source code anyway, which is already in my IDE or in my text editor’s recent items. I also depend on my neatly-organized directory structure to easily find the files that I need.
I’m also still adjusting. I even get confused at times when switching between my office machine, which is on Fedora 14 Gnome 2 and home machine, which is on Fedora 15 Gnome 3.
This doesn’t work. It is simply re-created when a file is opened.
Instead of first and second command you can just use: “0 > ~/.local/share/recently-used.xbel”.
@no one, restarting the Gnome Shell might do the trick. Press Alt+f2, then press r, then press Enter.
@Pawel, nice catch. I modified the instructions to reflect your suggestion.
i have this error on fedora 15 with gnome 3
chattr: No such file or directory while trying to stat /root/.local/share/recently-used.xbel
@tamashebi, the path is for the non-root user. I sure hope you’re not logging in as root all the time.
0 > ~/.local/share/recently-used.xbel
doesn’t actually work for me, but changing 0 to “” did the trick.
Toot up the computer; however DO NOT LOG IN. press ctrl atl f3
then you will see a log in screen for a terminal. log in as the root user.
the type the following
rm /home/YourUserName/.local/share/recently-used.xbel
type:
exit
press: ctrl alt f2 or ctrl alt f1
which ever one works to bring you back to your gui log in.
you should notice your history is wiped clean.
This actually disabled all recent documents permanently. I actually just wanted to clear the current list. Any way to re-enable it?
Thanks!