Trueman_Akamai
Registered
For those who prefer having their local drives automatically placed on the desktop ala classic Mac OS instead of aliases, the OS X Desktop has property lists that allow this behavior.
http://screenshots.haque.net/get_img.phtml?id=169
Until a GUI can be written, open up a Terminal and type the following:
defaults write com.apple.finder Desktop.HasLocalVolumes 1
defaults write com.apple.finder Desktop.HasTrash 1
Either logout/log back on or quit the Desktop using the Process Viewer or CLI. Replacing 1 with 0 will resume the OS X behavior.
Caveats: opening the Trash that is on the desktop will open the Computer Finder window (you'll need to use the Trash in the Dock to get to the Trash contents).
http://screenshots.haque.net/get_img.phtml?id=169
Until a GUI can be written, open up a Terminal and type the following:
defaults write com.apple.finder Desktop.HasLocalVolumes 1
defaults write com.apple.finder Desktop.HasTrash 1
Either logout/log back on or quit the Desktop using the Process Viewer or CLI. Replacing 1 with 0 will resume the OS X behavior.
Caveats: opening the Trash that is on the desktop will open the Computer Finder window (you'll need to use the Trash in the Dock to get to the Trash contents).