Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 5th June 2011, 05:30 AM
cymbaline42's Avatar
cymbaline42 Offline
Registered User
 
Join Date: May 2011
Posts: 165
windows_7firefox
How to clear recent documents in Fedora 15 Gnome 3

How do I clear the list of recent documents in Fedora 15 Gnome 3?

There were a few files that I've already deleted from the system, but when I search for them, they still appear under the 'Recent Documents' list. This is proving to be a bit of a privacy nightmare.

Any suggestions?
Reply With Quote
  #2  
Old 5th June 2011, 10:23 PM
cymbaline42's Avatar
cymbaline42 Offline
Registered User
 
Join Date: May 2011
Posts: 165
linuxfirefox
Re: How to clear recent documents in Fedora 15 Gnome 3

Bump

Anyone?
Reply With Quote
  #3  
Old 5th June 2011, 10:38 PM
sonoran's Avatar
sonoran Offline
Registered User
 
Join Date: May 2005
Location: Sonoran Desert
Posts: 2,099
linuxfirefox
Re: How to clear recent documents in Fedora 15 Gnome 3

For GNOME in F15, the list is maintained in your home directory under /.local/share/recently-used.xbel.
Reply With Quote
  #4  
Old 5th June 2011, 11:24 PM
cymbaline42's Avatar
cymbaline42 Offline
Registered User
 
Join Date: May 2011
Posts: 165
linuxfirefox
Re: How to clear recent documents in Fedora 15 Gnome 3

Thanks for that.

However, I can't seem to delete or clear that list. When I try to do either, it keeps reappearing and updating itself.

Any way I can get rid of it permanently? I could do this really easily in Gnome 2, this shouldn't really be this hard to accomplish.
Reply With Quote
  #5  
Old 6th June 2011, 12:27 AM
sonoran's Avatar
sonoran Offline
Registered User
 
Join Date: May 2005
Location: Sonoran Desert
Posts: 2,099
linuxfirefox
Re: How to clear recent documents in Fedora 15 Gnome 3

That is annoying.

Apps seem to be getting this data from /usr/share/mime/mime.cache. After deleting that, the recently-used.xbel is recreated, but it's empty.

Whether there is collateral damage, time will tell.
Reply With Quote
  #6  
Old 6th June 2011, 01:53 AM
cymbaline42's Avatar
cymbaline42 Offline
Registered User
 
Join Date: May 2011
Posts: 165
windows_7firefox
Re: How to clear recent documents in Fedora 15 Gnome 3

I tried deleting mime.cache and recently-used.xbel but to no avail. The files were still appearing under 'Recent Items' while searching after pressing the 'Windows' key.

I found a workaround though:

I restarted the system under the Forced Fallback Mode. I could now access Places - Recent Documents - Clear Recent Documents. It seems to have done the trick.

While I'm glad I found a workaround, I think it's unnecessarily complicated and I really wish the developers would enable access to the 'Clear Recent Documents' button in future versions of Gnome 3.
Reply With Quote
  #7  
Old 6th June 2011, 06:29 AM
doskey Offline
Registered User
 
Join Date: Apr 2011
Posts: 21
linuxfirefox
Re: How to clear recent documents in Fedora 15 Gnome 3

After deleting the file restart gnome-shell for the changes to take effect. (Alt+F2 r <enter>)
Reply With Quote
  #8  
Old 6th June 2011, 07:04 AM
cymbaline42's Avatar
cymbaline42 Offline
Registered User
 
Join Date: May 2011
Posts: 165
windows_7firefox
Re: How to clear recent documents in Fedora 15 Gnome 3

Quote:
Originally Posted by doskey View Post
After deleting the file restart gnome-shell for the changes to take effect. (Alt+F2 r <enter>)
Tried restarting the shell and the computer, doesn't work.

Anyway, I've posted a workaround.
Reply With Quote
  #9  
Old 6th June 2011, 07:31 AM
Dangermouse's Avatar
Dangermouse Offline
Administrator
 
Join Date: Aug 2007
Location: London Postbox (the red one)
Age: 47
Posts: 3,847
linuxfirefox
Re: How to clear recent documents in Fedora 15 Gnome 3

To clear recent documents showing when using search just do below
Quote:
rm ~/.local/share/recently-used.xbel
now refresh gnome shell (Alt + F2 r + enter)
To stop them altogether from listing
Quote:
mkdir ~/.local/share/recently-used.xbel
Reply With Quote
  #10  
Old 6th June 2011, 07:36 AM
mmix Offline
Registered User
 
Join Date: Aug 2009
Posts: 742
linuxchrome
Re: How to clear recent documents in Fedora 15 Gnome 3

http://knezevblog.blogspot.com/2010/...le-recent.html

Quote:

@her###:~$ rm ~/.recently-used.xbel

@her###:~$ touch(1) ~/.recently-used.xbel

@her###:~$ sudo chattr +i(2) ~/.recently-used.xbel //enable

@her###:~$ sudo chattr -i ~/.recently-used.xbel //disable
Reply With Quote
  #11  
Old 6th June 2011, 08:29 AM
Dangermouse's Avatar
Dangermouse Offline
Administrator
 
Join Date: Aug 2007
Location: London Postbox (the red one)
Age: 47
Posts: 3,847
linuxfirefox
Re: How to clear recent documents in Fedora 15 Gnome 3

Thats is for ubuntu and wont work on fedora as the files are in different places..
Reply With Quote
  #12  
Old 6th June 2011, 09:20 AM
mmix Offline
Registered User
 
Join Date: Aug 2009
Posts: 742
linuxchrome
Re: How to clear recent documents in Fedora 15 Gnome 3

you are right. so below action will be fine.

Quote:
@her###:~$ rm ~/.local/share/recently-used.xbel

@her###:~$ touch(1) ~/.local/share/recently-used.xbel

@her###:~$ sudo chattr +i(2) ~/.local/share/recently-used.xbel //enable

@her###:~$ sudo chattr -i ~/.local/share/recently-used.xbel //disable
Reply With Quote
  #13  
Old 2nd July 2011, 02:02 PM
bbneo's Avatar
bbneo Offline
Registered User
 
Join Date: Sep 2008
Posts: 33
linuxchrome
Re: How to clear recent documents in Fedora 15 Gnome 3

Where *is* recent documents in fedora 15 Gnome 3? I would like to use it, but don't know where it is.
Reply With Quote
  #14  
Old 18th November 2011, 12:40 PM
ubuntuglider Offline
Registered User
 
Join Date: Nov 2011
Posts: 1
linuxfirefox
Re: How to clear recent documents in Fedora 15 Gnome 3

Here is another one in 2 steps:

- First:

"" > ~/.local/share/recently-used.xbel

- Second:

sudo chattr +i ~/.local/share/recently-used.xbel
Reply With Quote
  #15  
Old 18th November 2011, 02:19 PM
Dangermouse's Avatar
Dangermouse Offline
Administrator
 
Join Date: Aug 2007
Location: London Postbox (the red one)
Age: 47
Posts: 3,847
linuxfirefox
Re: How to clear recent documents in Fedora 15 Gnome 3

Quote:
Originally Posted by bbneo View Post
Where *is* recent documents in fedora 15 Gnome 3? I would like to use it, but don't know where it is.
If you type something in the search, they will show up
Reply With Quote
Reply

Tags
clear, fedora 15, gnome 3, recent documents

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Recent Documents under Places menu on Gnome panel jmc302005 Using Fedora 11 2nd May 2010 06:07 AM
clear recent documents question TechDragon Using Fedora 1 30th August 2008 06:14 PM
Gnome recent documents grayed out!! Dubious Dave Using Fedora 1 22nd November 2006 06:41 PM
Q: Remove Recent Documents from Gnome Menu aero-z Using Fedora 3 29th May 2006 09:53 AM
2.6.13-1.1532_FC4 clear recent documents doesn't clear list c0ldshadow Using Fedora 3 9th November 2005 05:35 PM


Current GMT-time: 04:57 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat