I usually charge my phone through a USB connection. Due to Ubuntu 13.04 detecting and mounting it, Nautlius automatically opens the mounted folder. Can I stop Nautlius from automatically opening the folder of some mounted devices?
Asked
Active
Viewed 1.1k times
11
2 Answers
19
Click on Applications
->System Tools
->dconf Editor
In the window which opens, Select org
from the side bar, then gnome
and then desktop
and then media-handling
Uncheck the automount-open
from the right side bar.
See the picture.

thefourtheye
- 4,924
-
-
worth noting that you have to do this as the user you're logged in as, not neccessarily root – stu Sep 17 '15 at 13:26
-
-
@MeinAccount – someone at least ‘solved’ this by id-speficic unmount scripts... – Frank N Feb 25 '17 at 07:20
3
Install Ubuntu Tweak. Open it up. Go to Tweaks
-> File Manager
and you'll see the option there.
xfconf-query -c thunar-volman -p /automount-drives-enabled -s false
but I heavily suspect it won't work in "plain" Ubuntu, because this command recalls XFCE and Thunar. – ignis May 02 '13 at 21:04automount-drives/enabled
– Mark Jeronimus Jun 10 '20 at 15:00