The digital camera has both on-board internal storage and an SD card slot. Obviously, mass storage access to the SD card is straightforward by reading it externally, but it once let me access its internal storage as mass storage too.
Is there any way to pretend not to support PTP so the camera is forced to switch to mass storage?
What I already tried (didn't work):
Code: Select all
gsettings set org.gnome.desktop.media-handling automount "false"
gsettings set org.gnome.desktop.media-handling automount-open "false"