Xfce Forum

Sub domains
 

You are not logged in.

#1 2011-01-22 13:38:23

Leviathan1
Member
Registered: 2011-01-22
Posts: 1

[Solved] How do I customize the Thunar GO menu items?

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

#2 2011-01-23 01:56:25

Nick
Dev
From: ~
Registered: 2005-02-17
Posts: 1,144
Website

Re: [Solved] How do I customize the Thunar GO menu items?

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

Board footer

Powered by FluxBB