Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Removing shortcuts from places

  1. #11
    Join Date
    Feb 2009
    Beans
    32
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Removing shortcuts from places

    The solution is in /home/user/.config/user-dirs.dirs !

    By default it looks something like:
    Code:
    XDG_PUBLICSHARE_DIR="$HOME/Public"
    XDG_DOWNLOAD_DIR="$HOME/Download"
    XDG_MUSIC_DIR="$HOME/Music"
    XDG_VIDEOS_DIR="$HOME/Videos"
    XDG_DESKTOP_DIR="$HOME/Desktop"
    XDG_DOCUMENTS_DIR="$HOME/Documents"
    XDG_TEMPLATES_DIR="$HOME/Templates"
    XDG_PICTURES_DIR="$HOME/Pictures"
    change it to:
    Code:
    XDG_PUBLICSHARE_DIR="$HOME/"
    XDG_DOWNLOAD_DIR="$HOME/"
    XDG_MUSIC_DIR="$HOME/"
    XDG_VIDEOS_DIR="$HOME/"
    XDG_DESKTOP_DIR="$HOME/Desktop"
    XDG_DOCUMENTS_DIR="$HOME/"
    XDG_TEMPLATES_DIR="$HOME/"
    XDG_PICTURES_DIR="$HOME/"
    And on the next reboot the bookmarks won't reappear.
    But one tiny problem with that is that programs that by default use these folders declarations, might need to modified to point to the correct directory, but it's not really annoying to change..

    If you notice a program for example that deals with videos and dumps all the videos in /home/user/ (because that's now where the video folder is defined), just go and change the location of that dir manually...

  2. #12
    Join Date
    Sep 2010
    Beans
    1

    Re: Removing shortcuts from places

    what about the one above the favorites? i was trying to mount an image and now i cant get rid of it...

  3. #13
    Join Date
    Feb 2009
    Beans
    32
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Removing shortcuts from places

    rowanimox: gp check there http://ubuntuforums.org/showthread.php?t=1701478
    in short mount the image somewhere else than in your home folder and use mount --bind on startup to link it to the folder in your home folder and it will disappear as a mounted volume.

Page 2 of 2 FirstFirst 12

Tags for this Thread

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
  •