Death to .DS_Store
aorensoftware.com
Death to .DS_Store
1–10 of 127 posts
Re: Death to .DS_Store
#2I even have a script built around just cleaning .DS_Store from these items. This should not be something that I need...
Re: Death to .DS_Store
#3Re: Death to .DS_Store
#4don't get me wrong, i think this needs to be fixed at a higher level to really squash the trails mac leaves on other servers (just browsing a network share leaves these behinds).
Re: Death to .DS_Store
#5It has a feature called "The Asepsis feature" which will redirect .DS_Store files to /usr/local/.dscache. Quite handy.
Re: Death to .DS_Store
#6That's interesting... The PC equivalent is thumbs.db, which can be disabled through a simple OS option. One of those rare occasions where a PC is actually more user-friendly than a Mac. Oh wait, did I just open Pandora's box?
Re: Death to .DS_Store
#7As someone who has to deal with coworkers who keeps sending me .DS_Store files in every compressed archive, folder, and new project commit. I agree, this must die. I even have a script built around just cleaning .DS_Store from these items. This should not be something that I need...
You can probably augment your VFS dispatch functions to never report a .DS_Store file and to delete one and retry any time a directory remove fails and you'll never know they exist! Or you could just ignore them the way Unix users ignore carriage returns and Windows users ignore vi's tilde backup files.
Re: Death to .DS_Store
#8Mirror of Google Cache: http://mirror.henriwatson.com/notmine/aorensoftware.com/deat...
Re: Death to .DS_Store
#9That's interesting... The PC equivalent is thumbs.db, which can be disabled through a simple OS option. One of those rare occasions where a PC is actually more user-friendly than a Mac. Oh wait, did I just open Pandora's box?
Re: Death to .DS_Store
#10That's interesting... The PC equivalent is thumbs.db, which can be disabled through a simple OS option. One of those rare occasions where a PC is actually more user-friendly than a Mac. Oh wait, did I just open Pandora's box?
Since Linux has no such construct by default. Does that make it the most user-friendly?