You are not logged in.
Pages: 1
Is there any way to disable the "recent files" menu? I don't want to keep a list of recently accessed files. Have used the search engine and didn't find much, since "recent files" pulls up a lot of noise.
Your help appreciated. When I can I'll donate to bunsenlabs.
Offline
You can disable the menu item easily enough: Menu > Preferences > jgmenu > Edit Menu Content
Find the line that starts
Recent Files,^pipe
and comment it out with a # at the beginning.
But your recently accessed files will still be recorded in recently-used.xbel, probably in ~/.local/share
That file is not created by any BunsenLabs scripts, and getting rid of it might be quite difficult.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
But your recently accessed files will still be recorded in recently-used.xbel, probably in ~/.local/share
That file is not created by any BunsenLabs scripts, and getting rid of it might be quite difficult.
^ Export to /dev/null or /tmp?
http://www.murga-linux.com/puppy/viewto … 7799dfe00f
More discussion here, the gsettings solution would look promising if the thread wasn't 7 years old...
https://askubuntu.com/questions/269858/ … ng-created
gsettings set org.gnome.desktop.privacy remember-recent-files false
gsettings set org.gnome.desktop.privacy remember-app-usage false
gsettings set org.gnome.desktop.privacy recent-files-max-age 0
I don't care what you do at home. Would you care to explain?
Offline
But your recently accessed files will still be recorded in recently-used.xbel, probably in ~/.local/share
That file is not created by any BunsenLabs scripts, and getting rid of it might be quite difficult.
I think I made that file read-only many, many years ago (these days I'm glad I have it).
Symlinking it to /dev/null might help, too.
Offline
johnraff wrote:But your recently accessed files will still be recorded in recently-used.xbel, probably in ~/.local/share
That file is not created by any BunsenLabs scripts, and getting rid of it might be quite difficult.I think I made that file read-only many, many years ago (these days I'm glad I have it).
Symlinking it to /dev/null might help, too.
Because there are both gtk2 and gtk3 around in BL, symlinking /home/joj/.local/share/recently-used.xbel to /dev/null might be the way that's stable across both. For just gtk3, gsettings ought to do it.
Offline
Pages: 1