I emailed the fine people at TinkerTool and asked if they could possibly put an option in their next version to view the files how we wanted them. i got an email back and I was told what to do to fix this goofy sorting problem we have.
Please do the following:
Start TextEdit and open the file
~/Library/Preferences/com.apple.finder.plist
("~/Library" means the Library folder in your personal home folder.)
Use TextEdit's
"Find" feature to search for the section "DesktopViewOptions". It
should look similar
to this:
Code:
<key>DesktopViewOptions</key>
<dict>
<key>ArrangeBy</key>
<string>none</string>
<key>BackgroundFlags</key>
<integer>0</integer>
<key>BackgroundType</key>
<string>DefB</string>
<key>FontSize</key>
<integer>12</integer>
<key>IconSize</key>
<integer>48</integer>
<key>PropertiesLocation</key>
<string>botm</string>
<key>ShowPreviewIcon</key>
<false/>
<key>ViewMoreInfo</key>
<false/>
</dict>
the first section on my file looked like this:
Code:
<key>ArrangeBy</key>
<string>ascd</string>
after I changed it to look like this:
Code:
<key>ArrangeBy</key>
<string>none</string>
and restarted it now sorts the way it is supposed to.
If you haven't tried using TinkerTool i highly recommend it.
http://www.bresink.com/osx/TinkerTool.html
i have changed a few of my settings and for me it makes OS X even more user friendly than before.