Here is a bash script just to see what might be wrong.
I call it mport. It is located ~/mport.
Gnome-menu, System > Settings > Removable media, camera settings is
pointing to it.
the script...
#/bin/bash
# make a directory named this moment
mkdirstr=$(date '+%Y%m%d--%H%M%S')
mkdir $mkdirstr
cd $mkdirstr
cp /media/NO\ NAME/DCIM/100OLYMP/* .
#bye
The pictures is copied.
But gthumb is also started and tell that it can't open the files on the
card and the cards that it can't open are listed. The script above is
copying in the background. I don't know if it is gthumb, but the picture
importer can't copy anything.
Can i dump gthumb and use any other file manager? A bash script works.
It worked flawlessly under Lenny.
Bo
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org