2

I know it's something quite minimal but I don't really like it when every time I insert a USB stick, the contents of the drive are immediately displayed in a "splash-like" way. How do I turn this off or at least have it as an option?

david6
  • 14,499
Mysterio
  • 12,018

2 Answers2

2

Sorry my earlier comment may be wrong and it's possibly not an exact duplicate of this question as that question relates to 11.10 and now you have to perform an extra step. It's System settings > Details > Removable media.

2

You need to have dconf Editor installed (contained in dconf-tools package).

sudo apt-get install dconf-tools

Then change this setting:

org -> gnome -> desktop -> media-handling -> (uncheck) "automount-open"

from: LaunchPad: How do I keep Nautilus from popping up on mount?

david6
  • 14,499