You are not logged in.
I just upgraded to Thunar 1.2.0, and I would like to customize the items in the 'Go' menu because it references a lot
of directories that I don't use.
I was looking at ~/.gtk-bookmarks but that file is empty.
Where are these items stored ?
Thanks.
Last edited by Leviathan1 (2011-01-22 13:38:49)
Offline
Create the file ${HOME}/.config/user-dirs.dirs and add content like:
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Download"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"
If you set a value to "$HOME", it will be removed.
Offline
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 517.61 KiB (Peak: 529.25 KiB) ]