How to disable “recent files” folder in Nautilus?
When I turn off " record activity" in the privacy settings, my activities are still recorded in the "recent files" folder (even when I am using a truecrypt volume).
I haven't figured out a PERMANENT solution to this problem. It sucks to delete history via terminal manually and what happens if I forget?
nautilus
add a comment |
When I turn off " record activity" in the privacy settings, my activities are still recorded in the "recent files" folder (even when I am using a truecrypt volume).
I haven't figured out a PERMANENT solution to this problem. It sucks to delete history via terminal manually and what happens if I forget?
nautilus
1
One of you should post that as an answer, but beware that does not clear everything (such as bash history and specific applications may also track recent files).
– Panther
May 13 '13 at 17:05
Exactly how are you deleting the history via the terminal? I'd really like a temporary solution.
– Hubro
Jul 9 '13 at 15:34
in Ubuntu 13.04 the settings.ini file is in /etc/gtk-3.0/settings.ini and the configuration will be applied for all users
– user198454
Oct 3 '13 at 16:47
add a comment |
When I turn off " record activity" in the privacy settings, my activities are still recorded in the "recent files" folder (even when I am using a truecrypt volume).
I haven't figured out a PERMANENT solution to this problem. It sucks to delete history via terminal manually and what happens if I forget?
nautilus
When I turn off " record activity" in the privacy settings, my activities are still recorded in the "recent files" folder (even when I am using a truecrypt volume).
I haven't figured out a PERMANENT solution to this problem. It sucks to delete history via terminal manually and what happens if I forget?
nautilus
nautilus
edited Dec 13 '13 at 22:02
Braiam
52k20136222
52k20136222
asked May 13 '13 at 16:23
aaaaaaaa
3683412
3683412
1
One of you should post that as an answer, but beware that does not clear everything (such as bash history and specific applications may also track recent files).
– Panther
May 13 '13 at 17:05
Exactly how are you deleting the history via the terminal? I'd really like a temporary solution.
– Hubro
Jul 9 '13 at 15:34
in Ubuntu 13.04 the settings.ini file is in /etc/gtk-3.0/settings.ini and the configuration will be applied for all users
– user198454
Oct 3 '13 at 16:47
add a comment |
1
One of you should post that as an answer, but beware that does not clear everything (such as bash history and specific applications may also track recent files).
– Panther
May 13 '13 at 17:05
Exactly how are you deleting the history via the terminal? I'd really like a temporary solution.
– Hubro
Jul 9 '13 at 15:34
in Ubuntu 13.04 the settings.ini file is in /etc/gtk-3.0/settings.ini and the configuration will be applied for all users
– user198454
Oct 3 '13 at 16:47
1
1
One of you should post that as an answer, but beware that does not clear everything (such as bash history and specific applications may also track recent files).
– Panther
May 13 '13 at 17:05
One of you should post that as an answer, but beware that does not clear everything (such as bash history and specific applications may also track recent files).
– Panther
May 13 '13 at 17:05
Exactly how are you deleting the history via the terminal? I'd really like a temporary solution.
– Hubro
Jul 9 '13 at 15:34
Exactly how are you deleting the history via the terminal? I'd really like a temporary solution.
– Hubro
Jul 9 '13 at 15:34
in Ubuntu 13.04 the settings.ini file is in /etc/gtk-3.0/settings.ini and the configuration will be applied for all users
– user198454
Oct 3 '13 at 16:47
in Ubuntu 13.04 the settings.ini file is in /etc/gtk-3.0/settings.ini and the configuration will be applied for all users
– user198454
Oct 3 '13 at 16:47
add a comment |
10 Answers
10
active
oldest
votes
The method with editing ~/.config/gtk-3.0/settings.ini
doesn't work with Nautilus 3.8.
But there is better and simpler way.
Simply open dconf-editor
, navigate to org->gnome->desktop->privacy
and uncheck the remember-recent-files
key. That takes care of it, once for all!
2
org->gnome->desktop
doesn't haveprivacy
for me in 13.04.
– Prinzhorn
Jan 4 '14 at 11:35
+1 neat. For noobs like me,dconf-editor
just runs in my terminal - it's a UI :)
– Ben
Jan 18 '14 at 23:07
2
in Gnome 3.8 Settings -> Privacy -> Turn of Usage & History
– Din
Jun 29 '14 at 11:17
add a comment |
Disable the Nautilus Recent Files list
To permanently disable any recent files from showing up in the Nautilus Recent sidebar item, open the ~/.config/gtk-3.0/settings.ini
file with a text editor:
gedit ~/.config/gtk-3.0/settings.ini
and under "[Settings]", add the following lines:
gtk-recent-files-max-age=0
gtk-recent-files-limit=0
If this file does not exist, create it. Make sure the header says "[Settings]" and not "Settings". This is how the file should look after editing it:
[Settings]
gtk-recent-files-max-age=0
gtk-recent-files-limit=0
(there can be other items below these, of course).
To apply the changes, log out and log back in.
Copied from Webupd8 exercising (cc) BY-NC-SA WebUpd8 : Nautilus 3.6: How To Clear The Recent Files List (Or Disable It)
2
Doesn't work for me on 13.04.
– pcworld
Aug 20 '13 at 23:27
add a comment |
In 14.04 go to Settings > Security & Privacy > Files & Applications and check "off" .
not work! i excluded all the videos, my movies folder, my video player applications.. but it keep adding videos into "Recent" list
– Hiep
Apr 24 '17 at 21:17
It worked at the time for me in 14; I've been using 16 for awhile now and couldn't say if its still valid or not.
– Paul Gregoire
Apr 25 '17 at 3:06
add a comment |
You have 4 options (AFIK)
Use the guest account. The guest account is confined by apparmor and the session is wiped when you log out.
Each user should have a separate account.
Write a script to clear your private data.
use bleachbit.
I suppose you could always boot from a flash drive as well.
– Panther
May 13 '13 at 16:48
add a comment |
If you're using Ubuntu 17.10 and above (or Ubuntu GNOME) then:
- Open Settings
Open the Privacy Tab
Click Usage & History and disable the "Recently Used" label
add a comment |
As the settings.ini
method didn't work for me on Ubuntu 13.04, here is a workaround that should be pretty reliable:
$ rm ~/.local/share/recently-used.xbel # clear current file history
$ touch ~/.local/share/recently-used.xbel # create a 0-byte history file
$ sudo chattr +i ~/.local/share/recently-used.xbel # make it readonly
add a comment |
Starting with GTK 3.8 (Ubuntu 13.10 and later) you can just use the following setting in~/.config/gtk-3.0/settings.ini
to disable the "Recent files" feature completely:
[Settings]
gtk-recent-files-enabled = 0
1
didn't work for me on 13.10, dconf-editor solution works well
– baptx
Dec 9 '13 at 12:44
add a comment |
Simply open dconf-editor
, navigate to org->gnome->(filemanager e.g. nemo for me)->privacy and uncheck the remember-recent-files key. That takes care of it, once for all!
add a comment |
Using the terminal:
gsettings set org.gnome.desktop.privacy remember-recent-files false
add a comment |
If you are using Nemo as your file manager and to manage your desktop, you should look under /org/cinnamon/desktop/privacy in dconf-editor
, too.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f294901%2fhow-to-disable-recent-files-folder-in-nautilus%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
10 Answers
10
active
oldest
votes
10 Answers
10
active
oldest
votes
active
oldest
votes
active
oldest
votes
The method with editing ~/.config/gtk-3.0/settings.ini
doesn't work with Nautilus 3.8.
But there is better and simpler way.
Simply open dconf-editor
, navigate to org->gnome->desktop->privacy
and uncheck the remember-recent-files
key. That takes care of it, once for all!
2
org->gnome->desktop
doesn't haveprivacy
for me in 13.04.
– Prinzhorn
Jan 4 '14 at 11:35
+1 neat. For noobs like me,dconf-editor
just runs in my terminal - it's a UI :)
– Ben
Jan 18 '14 at 23:07
2
in Gnome 3.8 Settings -> Privacy -> Turn of Usage & History
– Din
Jun 29 '14 at 11:17
add a comment |
The method with editing ~/.config/gtk-3.0/settings.ini
doesn't work with Nautilus 3.8.
But there is better and simpler way.
Simply open dconf-editor
, navigate to org->gnome->desktop->privacy
and uncheck the remember-recent-files
key. That takes care of it, once for all!
2
org->gnome->desktop
doesn't haveprivacy
for me in 13.04.
– Prinzhorn
Jan 4 '14 at 11:35
+1 neat. For noobs like me,dconf-editor
just runs in my terminal - it's a UI :)
– Ben
Jan 18 '14 at 23:07
2
in Gnome 3.8 Settings -> Privacy -> Turn of Usage & History
– Din
Jun 29 '14 at 11:17
add a comment |
The method with editing ~/.config/gtk-3.0/settings.ini
doesn't work with Nautilus 3.8.
But there is better and simpler way.
Simply open dconf-editor
, navigate to org->gnome->desktop->privacy
and uncheck the remember-recent-files
key. That takes care of it, once for all!
The method with editing ~/.config/gtk-3.0/settings.ini
doesn't work with Nautilus 3.8.
But there is better and simpler way.
Simply open dconf-editor
, navigate to org->gnome->desktop->privacy
and uncheck the remember-recent-files
key. That takes care of it, once for all!
edited Nov 15 '13 at 18:50
guntbert
9,256133170
9,256133170
answered Nov 15 '13 at 18:05
ionash.ionash.
36132
36132
2
org->gnome->desktop
doesn't haveprivacy
for me in 13.04.
– Prinzhorn
Jan 4 '14 at 11:35
+1 neat. For noobs like me,dconf-editor
just runs in my terminal - it's a UI :)
– Ben
Jan 18 '14 at 23:07
2
in Gnome 3.8 Settings -> Privacy -> Turn of Usage & History
– Din
Jun 29 '14 at 11:17
add a comment |
2
org->gnome->desktop
doesn't haveprivacy
for me in 13.04.
– Prinzhorn
Jan 4 '14 at 11:35
+1 neat. For noobs like me,dconf-editor
just runs in my terminal - it's a UI :)
– Ben
Jan 18 '14 at 23:07
2
in Gnome 3.8 Settings -> Privacy -> Turn of Usage & History
– Din
Jun 29 '14 at 11:17
2
2
org->gnome->desktop
doesn't have privacy
for me in 13.04.– Prinzhorn
Jan 4 '14 at 11:35
org->gnome->desktop
doesn't have privacy
for me in 13.04.– Prinzhorn
Jan 4 '14 at 11:35
+1 neat. For noobs like me,
dconf-editor
just runs in my terminal - it's a UI :)– Ben
Jan 18 '14 at 23:07
+1 neat. For noobs like me,
dconf-editor
just runs in my terminal - it's a UI :)– Ben
Jan 18 '14 at 23:07
2
2
in Gnome 3.8 Settings -> Privacy -> Turn of Usage & History
– Din
Jun 29 '14 at 11:17
in Gnome 3.8 Settings -> Privacy -> Turn of Usage & History
– Din
Jun 29 '14 at 11:17
add a comment |
Disable the Nautilus Recent Files list
To permanently disable any recent files from showing up in the Nautilus Recent sidebar item, open the ~/.config/gtk-3.0/settings.ini
file with a text editor:
gedit ~/.config/gtk-3.0/settings.ini
and under "[Settings]", add the following lines:
gtk-recent-files-max-age=0
gtk-recent-files-limit=0
If this file does not exist, create it. Make sure the header says "[Settings]" and not "Settings". This is how the file should look after editing it:
[Settings]
gtk-recent-files-max-age=0
gtk-recent-files-limit=0
(there can be other items below these, of course).
To apply the changes, log out and log back in.
Copied from Webupd8 exercising (cc) BY-NC-SA WebUpd8 : Nautilus 3.6: How To Clear The Recent Files List (Or Disable It)
2
Doesn't work for me on 13.04.
– pcworld
Aug 20 '13 at 23:27
add a comment |
Disable the Nautilus Recent Files list
To permanently disable any recent files from showing up in the Nautilus Recent sidebar item, open the ~/.config/gtk-3.0/settings.ini
file with a text editor:
gedit ~/.config/gtk-3.0/settings.ini
and under "[Settings]", add the following lines:
gtk-recent-files-max-age=0
gtk-recent-files-limit=0
If this file does not exist, create it. Make sure the header says "[Settings]" and not "Settings". This is how the file should look after editing it:
[Settings]
gtk-recent-files-max-age=0
gtk-recent-files-limit=0
(there can be other items below these, of course).
To apply the changes, log out and log back in.
Copied from Webupd8 exercising (cc) BY-NC-SA WebUpd8 : Nautilus 3.6: How To Clear The Recent Files List (Or Disable It)
2
Doesn't work for me on 13.04.
– pcworld
Aug 20 '13 at 23:27
add a comment |
Disable the Nautilus Recent Files list
To permanently disable any recent files from showing up in the Nautilus Recent sidebar item, open the ~/.config/gtk-3.0/settings.ini
file with a text editor:
gedit ~/.config/gtk-3.0/settings.ini
and under "[Settings]", add the following lines:
gtk-recent-files-max-age=0
gtk-recent-files-limit=0
If this file does not exist, create it. Make sure the header says "[Settings]" and not "Settings". This is how the file should look after editing it:
[Settings]
gtk-recent-files-max-age=0
gtk-recent-files-limit=0
(there can be other items below these, of course).
To apply the changes, log out and log back in.
Copied from Webupd8 exercising (cc) BY-NC-SA WebUpd8 : Nautilus 3.6: How To Clear The Recent Files List (Or Disable It)
Disable the Nautilus Recent Files list
To permanently disable any recent files from showing up in the Nautilus Recent sidebar item, open the ~/.config/gtk-3.0/settings.ini
file with a text editor:
gedit ~/.config/gtk-3.0/settings.ini
and under "[Settings]", add the following lines:
gtk-recent-files-max-age=0
gtk-recent-files-limit=0
If this file does not exist, create it. Make sure the header says "[Settings]" and not "Settings". This is how the file should look after editing it:
[Settings]
gtk-recent-files-max-age=0
gtk-recent-files-limit=0
(there can be other items below these, of course).
To apply the changes, log out and log back in.
Copied from Webupd8 exercising (cc) BY-NC-SA WebUpd8 : Nautilus 3.6: How To Clear The Recent Files List (Or Disable It)
edited May 14 '13 at 23:02
community wiki
2 revs, 2 users 98%
jokerdino
2
Doesn't work for me on 13.04.
– pcworld
Aug 20 '13 at 23:27
add a comment |
2
Doesn't work for me on 13.04.
– pcworld
Aug 20 '13 at 23:27
2
2
Doesn't work for me on 13.04.
– pcworld
Aug 20 '13 at 23:27
Doesn't work for me on 13.04.
– pcworld
Aug 20 '13 at 23:27
add a comment |
In 14.04 go to Settings > Security & Privacy > Files & Applications and check "off" .
not work! i excluded all the videos, my movies folder, my video player applications.. but it keep adding videos into "Recent" list
– Hiep
Apr 24 '17 at 21:17
It worked at the time for me in 14; I've been using 16 for awhile now and couldn't say if its still valid or not.
– Paul Gregoire
Apr 25 '17 at 3:06
add a comment |
In 14.04 go to Settings > Security & Privacy > Files & Applications and check "off" .
not work! i excluded all the videos, my movies folder, my video player applications.. but it keep adding videos into "Recent" list
– Hiep
Apr 24 '17 at 21:17
It worked at the time for me in 14; I've been using 16 for awhile now and couldn't say if its still valid or not.
– Paul Gregoire
Apr 25 '17 at 3:06
add a comment |
In 14.04 go to Settings > Security & Privacy > Files & Applications and check "off" .
In 14.04 go to Settings > Security & Privacy > Files & Applications and check "off" .
answered Dec 9 '14 at 13:30
Paul GregoirePaul Gregoire
418513
418513
not work! i excluded all the videos, my movies folder, my video player applications.. but it keep adding videos into "Recent" list
– Hiep
Apr 24 '17 at 21:17
It worked at the time for me in 14; I've been using 16 for awhile now and couldn't say if its still valid or not.
– Paul Gregoire
Apr 25 '17 at 3:06
add a comment |
not work! i excluded all the videos, my movies folder, my video player applications.. but it keep adding videos into "Recent" list
– Hiep
Apr 24 '17 at 21:17
It worked at the time for me in 14; I've been using 16 for awhile now and couldn't say if its still valid or not.
– Paul Gregoire
Apr 25 '17 at 3:06
not work! i excluded all the videos, my movies folder, my video player applications.. but it keep adding videos into "Recent" list
– Hiep
Apr 24 '17 at 21:17
not work! i excluded all the videos, my movies folder, my video player applications.. but it keep adding videos into "Recent" list
– Hiep
Apr 24 '17 at 21:17
It worked at the time for me in 14; I've been using 16 for awhile now and couldn't say if its still valid or not.
– Paul Gregoire
Apr 25 '17 at 3:06
It worked at the time for me in 14; I've been using 16 for awhile now and couldn't say if its still valid or not.
– Paul Gregoire
Apr 25 '17 at 3:06
add a comment |
You have 4 options (AFIK)
Use the guest account. The guest account is confined by apparmor and the session is wiped when you log out.
Each user should have a separate account.
Write a script to clear your private data.
use bleachbit.
I suppose you could always boot from a flash drive as well.
– Panther
May 13 '13 at 16:48
add a comment |
You have 4 options (AFIK)
Use the guest account. The guest account is confined by apparmor and the session is wiped when you log out.
Each user should have a separate account.
Write a script to clear your private data.
use bleachbit.
I suppose you could always boot from a flash drive as well.
– Panther
May 13 '13 at 16:48
add a comment |
You have 4 options (AFIK)
Use the guest account. The guest account is confined by apparmor and the session is wiped when you log out.
Each user should have a separate account.
Write a script to clear your private data.
use bleachbit.
You have 4 options (AFIK)
Use the guest account. The guest account is confined by apparmor and the session is wiped when you log out.
Each user should have a separate account.
Write a script to clear your private data.
use bleachbit.
answered May 13 '13 at 16:41
PantherPanther
79.1k14157259
79.1k14157259
I suppose you could always boot from a flash drive as well.
– Panther
May 13 '13 at 16:48
add a comment |
I suppose you could always boot from a flash drive as well.
– Panther
May 13 '13 at 16:48
I suppose you could always boot from a flash drive as well.
– Panther
May 13 '13 at 16:48
I suppose you could always boot from a flash drive as well.
– Panther
May 13 '13 at 16:48
add a comment |
If you're using Ubuntu 17.10 and above (or Ubuntu GNOME) then:
- Open Settings
Open the Privacy Tab
Click Usage & History and disable the "Recently Used" label
add a comment |
If you're using Ubuntu 17.10 and above (or Ubuntu GNOME) then:
- Open Settings
Open the Privacy Tab
Click Usage & History and disable the "Recently Used" label
add a comment |
If you're using Ubuntu 17.10 and above (or Ubuntu GNOME) then:
- Open Settings
Open the Privacy Tab
Click Usage & History and disable the "Recently Used" label
If you're using Ubuntu 17.10 and above (or Ubuntu GNOME) then:
- Open Settings
Open the Privacy Tab
Click Usage & History and disable the "Recently Used" label
answered Jan 4 '18 at 17:11
hexmanhexman
506417
506417
add a comment |
add a comment |
As the settings.ini
method didn't work for me on Ubuntu 13.04, here is a workaround that should be pretty reliable:
$ rm ~/.local/share/recently-used.xbel # clear current file history
$ touch ~/.local/share/recently-used.xbel # create a 0-byte history file
$ sudo chattr +i ~/.local/share/recently-used.xbel # make it readonly
add a comment |
As the settings.ini
method didn't work for me on Ubuntu 13.04, here is a workaround that should be pretty reliable:
$ rm ~/.local/share/recently-used.xbel # clear current file history
$ touch ~/.local/share/recently-used.xbel # create a 0-byte history file
$ sudo chattr +i ~/.local/share/recently-used.xbel # make it readonly
add a comment |
As the settings.ini
method didn't work for me on Ubuntu 13.04, here is a workaround that should be pretty reliable:
$ rm ~/.local/share/recently-used.xbel # clear current file history
$ touch ~/.local/share/recently-used.xbel # create a 0-byte history file
$ sudo chattr +i ~/.local/share/recently-used.xbel # make it readonly
As the settings.ini
method didn't work for me on Ubuntu 13.04, here is a workaround that should be pretty reliable:
$ rm ~/.local/share/recently-used.xbel # clear current file history
$ touch ~/.local/share/recently-used.xbel # create a 0-byte history file
$ sudo chattr +i ~/.local/share/recently-used.xbel # make it readonly
answered Aug 20 '13 at 23:30
pcworldpcworld
4841414
4841414
add a comment |
add a comment |
Starting with GTK 3.8 (Ubuntu 13.10 and later) you can just use the following setting in~/.config/gtk-3.0/settings.ini
to disable the "Recent files" feature completely:
[Settings]
gtk-recent-files-enabled = 0
1
didn't work for me on 13.10, dconf-editor solution works well
– baptx
Dec 9 '13 at 12:44
add a comment |
Starting with GTK 3.8 (Ubuntu 13.10 and later) you can just use the following setting in~/.config/gtk-3.0/settings.ini
to disable the "Recent files" feature completely:
[Settings]
gtk-recent-files-enabled = 0
1
didn't work for me on 13.10, dconf-editor solution works well
– baptx
Dec 9 '13 at 12:44
add a comment |
Starting with GTK 3.8 (Ubuntu 13.10 and later) you can just use the following setting in~/.config/gtk-3.0/settings.ini
to disable the "Recent files" feature completely:
[Settings]
gtk-recent-files-enabled = 0
Starting with GTK 3.8 (Ubuntu 13.10 and later) you can just use the following setting in~/.config/gtk-3.0/settings.ini
to disable the "Recent files" feature completely:
[Settings]
gtk-recent-files-enabled = 0
edited Oct 12 '13 at 15:55
answered Oct 12 '13 at 15:35
aliasbindaliasbind
112
112
1
didn't work for me on 13.10, dconf-editor solution works well
– baptx
Dec 9 '13 at 12:44
add a comment |
1
didn't work for me on 13.10, dconf-editor solution works well
– baptx
Dec 9 '13 at 12:44
1
1
didn't work for me on 13.10, dconf-editor solution works well
– baptx
Dec 9 '13 at 12:44
didn't work for me on 13.10, dconf-editor solution works well
– baptx
Dec 9 '13 at 12:44
add a comment |
Simply open dconf-editor
, navigate to org->gnome->(filemanager e.g. nemo for me)->privacy and uncheck the remember-recent-files key. That takes care of it, once for all!
add a comment |
Simply open dconf-editor
, navigate to org->gnome->(filemanager e.g. nemo for me)->privacy and uncheck the remember-recent-files key. That takes care of it, once for all!
add a comment |
Simply open dconf-editor
, navigate to org->gnome->(filemanager e.g. nemo for me)->privacy and uncheck the remember-recent-files key. That takes care of it, once for all!
Simply open dconf-editor
, navigate to org->gnome->(filemanager e.g. nemo for me)->privacy and uncheck the remember-recent-files key. That takes care of it, once for all!
edited Nov 9 '17 at 6:28
fakedad
822517
822517
answered Nov 8 '17 at 22:52
lakhanlakhan
1
1
add a comment |
add a comment |
Using the terminal:
gsettings set org.gnome.desktop.privacy remember-recent-files false
add a comment |
Using the terminal:
gsettings set org.gnome.desktop.privacy remember-recent-files false
add a comment |
Using the terminal:
gsettings set org.gnome.desktop.privacy remember-recent-files false
Using the terminal:
gsettings set org.gnome.desktop.privacy remember-recent-files false
answered 5 hours ago
Nathaniel M. BeaverNathaniel M. Beaver
264111
264111
add a comment |
add a comment |
If you are using Nemo as your file manager and to manage your desktop, you should look under /org/cinnamon/desktop/privacy in dconf-editor
, too.
add a comment |
If you are using Nemo as your file manager and to manage your desktop, you should look under /org/cinnamon/desktop/privacy in dconf-editor
, too.
add a comment |
If you are using Nemo as your file manager and to manage your desktop, you should look under /org/cinnamon/desktop/privacy in dconf-editor
, too.
If you are using Nemo as your file manager and to manage your desktop, you should look under /org/cinnamon/desktop/privacy in dconf-editor
, too.
answered Jan 11 '18 at 14:19
MarvoMarvo
993
993
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f294901%2fhow-to-disable-recent-files-folder-in-nautilus%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
One of you should post that as an answer, but beware that does not clear everything (such as bash history and specific applications may also track recent files).
– Panther
May 13 '13 at 17:05
Exactly how are you deleting the history via the terminal? I'd really like a temporary solution.
– Hubro
Jul 9 '13 at 15:34
in Ubuntu 13.04 the settings.ini file is in /etc/gtk-3.0/settings.ini and the configuration will be applied for all users
– user198454
Oct 3 '13 at 16:47