https://bugs.kde.org/show_bug.cgi?id=412255

--- Comment #4 from ham...@laposte.net ---
I use this small script to automate the workaround:
===
#!/bin/bash

usbaddr=`gphoto2 --auto-detect | grep -Po 'usb:[^ ]+' | sed 's/usb://;s|,|/|'`
[ -n "$usbaddr" ] && fuser -k -TERM /dev/bus/usb/$usbaddr
exec /usr/bin/digikam "$@"

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to