You are not logged in.

#1 2020-12-17 01:17:39

ovum
Member
Registered: 2020-04-17
Posts: 77

Disabling "recent files"

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

#2 2020-12-17 07:18:55

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,657
Website

Re: Disabling "recent files"

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. sad


...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 )

Introduction to the Bunsenlabs Boron Desktop

Offline

#3 2020-12-18 02:20:38

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,143
Website

Re: Disabling "recent files"

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. sad

^ 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

#4 2020-12-18 18:12:37

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: Disabling "recent files"

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. sad

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

#5 2020-12-18 19:24:01

nobody
The Great
Registered: 2015-08-10
Posts: 3,655

Re: Disabling "recent files"

ohnonot wrote:
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. sad

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

Board footer

Powered by FluxBB