Prevent the creation of .DS_Store on network connections

These files are extremely annoying. Luckly Apple has a way of preventing their creation on network connections:

  1. In a terminal type: defaults write com.apple.desktopservices DSDontWriteNetworkStores true
  2. Restart

That’s pretty much it. This began to be a problem for me when I was creating some meta-packages for FEUPlive (via sshfs) and all of them installed in a clean Ubuntu installation those damn .DS_Store. The packages even created conflicts with the files…

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

Gravatar
WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s