I have dual boot Fedora 16 and Windows 7 on my computer, with a third partition holding my documents, music, videos, and pictures. I've made it so Windows points to that partition for those folders, but I can't get Fedora to. I swear I saw a window at one point that let me change the location for them, but I can't for the life of me find it now.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
In the file XDG_DOCUMENTS_DIR="$HOME/Documents" XDG_MUSIC_DIR="$HOME/Music" XDG_PICTURES_DIR="$HOME/Pictures" XDG_VIDEOS_DIR="$HOME/Videos" Put your desired path between quotation marks. (Paths in this file must start with either |
|||
|