When I plug a USB stick or a mobile phone into my laptop, I don't want the operating system to automatically mount the device.
In Ubuntu 14.04 I could run the below command and this would disable automounting of block devices, e.g.
gsettings set org.gnome.desktop.media-handling automount false
In 16.04 this command now seems to have no effect, what is the equivalent command in 16.04?