Well, the problem isn't really getting the files, since I know how to get them. I can use the program flphoto. The only thing about the program is, that I must run it in root, so it can mount my camera, when I hook it up to the USB.
While the program was running I ran the command: mount -l
To see what the program was using.
Quote:usbdevfs on /proc/bus/usb/ type usbdevfs (rw)
Now the thing is, I want to make a launcher, to my flphoto, where I don't have to run it from a console in root. I either need to know how to make a launcher ask for root password, or how to let flphoto mount whatever it mounts under my user account.
Any thoughts?