We read every piece of feedback, and take your input very seriously.
Question from Peter H.: "after running your script to deactivate "competition", how
can I revert to normal camera USB recognition in Linux/Ubuntu?"
Thanks, Mark, for opening this thread. Awaiting a "dynamic" solution ;-)
Hi Peter. I have no Ubuntu 12.04 desktop around right now, but the following works on Debian 7.0 "wheezy", and probably on Ubuntu 12.04 too:
gsettings set org.gnome.desktop.media-handling automount "false" gsettings set org.gnome.desktop.media-handling automount-open "false"
Obviously, to reverse:
gsettings set org.gnome.desktop.media-handling automount "true" gsettings set org.gnome.desktop.media-handling automount-open "true"
I have updated the wiki documentation https://github.com/markvdb/diybookscanner/wiki/Software-triggering-on-Debian-GNU-Linux#avoiding-competition-for-our-cameras to reflect this.
Activity
linguasoft commentedon Feb 14, 2013
Thanks, Mark, for opening this thread. Awaiting a "dynamic" solution ;-)
markvdb commentedon Apr 27, 2013
Hi Peter. I have no Ubuntu 12.04 desktop around right now, but the following works on Debian 7.0 "wheezy", and probably on Ubuntu 12.04 too:
Obviously, to reverse:
I have updated the wiki documentation https://github.com/markvdb/diybookscanner/wiki/Software-triggering-on-Debian-GNU-Linux#avoiding-competition-for-our-cameras to reflect this.