Results 1 to 5 of 5

Thread: Xubuntu 12.04 Recent Document

  1. #1
    Join Date
    Oct 2008
    Beans
    116
    Distro
    Xubuntu 12.04 Precise Pangolin

    Question Xubuntu 12.04 Recent Document

    On the XFCE4 panel, there is a applet called 'Places'. Clicking on it shows a list of drives and folders and recent documents viewed. If I right click on the applet, I can select properties and untick 'Show recent documents' however, when I restart my machine, the recent documents are back.

    I am assuming this is a bug and my work around would be to change the permissions of the text file that contains the list of recent documents I have viewed. My only problem is I don't know what this file is called... can someone help me out?

  2. #2
    Join Date
    Mar 2012
    Beans
    286

    Re: Xubuntu 12.04 Recent Document

    Quote Originally Posted by buster2209 View Post
    My only problem is I don't know what this file is called... can someone help me out?
    I guess your are looking for this file:
    Code:
    /home/<user>/.local/share/recently-used.xbel
    GNU/Linux

  3. #3
    Join Date
    Oct 2008
    Beans
    116
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Xubuntu 12.04 Recent Document

    Quote Originally Posted by brainwash View Post
    I guess your are looking for this file:
    Code:
    /home/<user>/.local/share/recently-used.xbel
    Thanks, that worked!

  4. #4
    Join Date
    Apr 2006
    Beans
    559
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Xubuntu 12.04 Recent Document

    This was incredibly helpful. I have been uninstalling and crippling stupid things like this and zeitgeist from my install all week.
    I just gave this file to root, and I'm good now.

    EDIT:
    After reboot it returned to being owned by my user. What process even updates this file?

    EDIT:
    This will stop it from updating (assuming your home folder is on an ext partition):
    Code:
    sudo chattr +i ~/.local/share/recently-used.xbel
    Last edited by arsenic23; September 2nd, 2012 at 05:58 PM.

  5. #5
    Join Date
    Oct 2008
    Beans
    116
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Xubuntu 12.04 Recent Document

    Quote Originally Posted by arsenic23 View Post
    This was incredibly helpful. I have been uninstalling and crippling stupid things like this and zeitgeist from my install all week.
    I just gave this file to root, and I'm good now.

    EDIT:
    After reboot it returned to being owned by my user. What process even updates this file?

    EDIT:
    This will stop it from updating (assuming your home folder is on an ext partition):
    Code:
    sudo chattr +i ~/.local/share/recently-used.xbel
    I did it easier than that. I deleted the file called 'recently-used.xbel' and created a folder in the same directory called 'recently-used.xbel'. Now when the computer tries to log a recently opened document, it is unable to create the file as a folder with that name already exists.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •