Every time I plug a USB stick in, nautilus opens a new window with the contents of the drive. I would like to disable this auto-opening of the nautilus window, but I would like the actual auto-mount to keep working. Is this possible?
Every time I plug a USB stick in, nautilus opens a new window with the contents of the drive. I would like to disable this auto-opening of the nautilus window, but I would like the actual auto-mount to keep working. Is this possible?
The simplest option is to open a terminal with Ctrl+Alt+T, and type:
Turns out, it is. You will need
dconf-editor
tool, which can be installed by withsudo apt-get install dconf-tools
. Rundconf-editor
in your terminal. Browse to org -> gnome -> desktop - media-handling. Uncheckautomount-open
.The setting corresponding to izx's to disable automatically launching
nemo
in thecinnamon
desktop is:For MATE Desktop Environment, which uses the Caja file manager:
or use Caja File Management Preferences (
caja-file-management-properties
) - on Media tab uncheck Browse media when inserted checkbox.Not for Gnome or Cinnamon desktop environments, however MATE/Caja is a close relative.
Using GUI in debian gnome desktop:
Open
dconf-editor
then go toorg -> gnome -> desktop - media-handling
. There uncheck automount.