Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gtkam getting on my nerves, again.
Date: Sat, 02 Feb 2013 21:07:07
Message-Id: 510D7FE6.8070705@gmail.com
In Reply to: Re: [gentoo-user] Gtkam getting on my nerves, again. by Bruce Hill
1 Bruce Hill wrote:
2 > On Sat, Feb 02, 2013 at 01:50:45AM -0600, Dale wrote:
3 >> Howdy,
4 >>
5 >> I use Gtkam to get pics from my Canon camera. I already put up with the
6 >> fact that it crashes a LOT. It really gets on my nerves but sort of
7 >> getting used to that. Now I have a new issue. When I tell it to save a
8 >> picture to say /home/dale/Desktop/Documents/Camera-pics/2013/Yard/ it
9 >> always saves them to /home/dale. It does this regardless of what I have
10 >> asked it to save them too. This used to work fine when I had this sort
11 >> of thing mounted on a directory called /data. It would go something
12 >> like this: /data/Camera-pics/2013/Yard/ That would work fine. When I
13 >> got my shiney new 3Tb drive, I moved all that over to my home directory
14 >> and ever since then, Gtkam saves to the wrong place.
15 >>
16 >> I have changed the permissions for /home/dale and EVERYTHING under it
17 >> but still get the same thing. I'm 99% sure it is not a permissions
18 >> issue. This is what permissions look like:
19 >>
20 >> drwxrwxr-x 27 dale users 4096 Dec 9 2009 2009
21 >> drwxrwxr-x 37 dale users 4096 Nov 16 2011 2010
22 >> drwxrwxr-x 31 dale users 4096 Dec 30 2011 2011
23 >> drwxrwxr-x 20 dale users 4096 Nov 12 01:20 2012
24 >> drwxrwxr-x 4 dale users 4096 Jan 30 03:00 2013
25 >>
26 >> [ebuild R ~] media-gfx/gtkam-0.2.0 USE="debug nls -gimp -gnome"
27 >>
28 >> This is likely not Gtkam itself but some helper program. What could
29 >> cause this? Anyone else run into this?
30 >>
31 >> While I'm at it, I have tried other programs too. DigiKam crashes when I
32 >> try to connect to my Camera to download. It can't even think about
33 >> getting pics.
34 >>
35 >> Thoughts?
36 >>
37 >> Dale
38 > Being partial to CLI, and haven't experienced goofy GUI apps like that in the
39 > past, my choice is to remove the card from the camera (or use USB cable
40 > attached to the camera), plug the card into a card reader, and rsync the
41 > photos to my desired directory.
42 >
43 > Whereas GUI photo apps work good in the darkside, we're lacking in Gentoo.
44 >
45 > For my Canon EOS 20D this script is great:
46 >
47 > mingdao@workstation ~ $ cat scripts/transfer-photos.sh
48 > #!/bin/bash
49 > mount /Canon-EOS
50 > rsync -av /Canon-EOS/dcim/ /photos/
51 > umount /Canon-EOS
52 >
53 >
54 > There is a directory /photos/, and the following in /etc/fstab:
55 >
56 > LABEL=EOS_DIGITAL /Canon-EOS vfat noauto,users,rw,gid=1000,dmask=0002,fmask=0113,shortname=lower 0 0
57 >
58 > Works great here.
59 >
60 > Bruce
61
62 Well, one reason I use gtkam is that I can rename the pics as it
63 transfers them over. I date code mine and sometimes add other hints to
64 the name. If I just copy them over from the card reader, it uses the
65 same name as the camera uses and that doesn't let me keep track as I
66 like too.
67
68 I may see if digikam will import from the card reader thingy tho. That
69 *may* work. Still prefer to plug in my camera tho.
70
71 Thanks.
72
73 Dale
74
75 :-) :-)
76
77 --
78 I am only responsible for what I said ... Not for what you understood or how you interpreted my words!

Replies

Subject Author
Re: [gentoo-user] Gtkam getting on my nerves, again. Dale <rdalek1967@×××××.com>