Gentoo Archives: gentoo-user

From: Bruce Hill <daddy@×××××××××××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gtkam getting on my nerves, again.
Date: Sat, 02 Feb 2013 20:51:12
Message-Id: 20130202205058.GF30998@server
In Reply to: [gentoo-user] Gtkam getting on my nerves, again. by Dale
1 On Sat, Feb 02, 2013 at 01:50:45AM -0600, Dale wrote:
2 > Howdy,
3 >
4 > I use Gtkam to get pics from my Canon camera. I already put up with the
5 > fact that it crashes a LOT. It really gets on my nerves but sort of
6 > getting used to that. Now I have a new issue. When I tell it to save a
7 > picture to say /home/dale/Desktop/Documents/Camera-pics/2013/Yard/ it
8 > always saves them to /home/dale. It does this regardless of what I have
9 > asked it to save them too. This used to work fine when I had this sort
10 > of thing mounted on a directory called /data. It would go something
11 > like this: /data/Camera-pics/2013/Yard/ That would work fine. When I
12 > got my shiney new 3Tb drive, I moved all that over to my home directory
13 > and ever since then, Gtkam saves to the wrong place.
14 >
15 > I have changed the permissions for /home/dale and EVERYTHING under it
16 > but still get the same thing. I'm 99% sure it is not a permissions
17 > issue. This is what permissions look like:
18 >
19 > drwxrwxr-x 27 dale users 4096 Dec 9 2009 2009
20 > drwxrwxr-x 37 dale users 4096 Nov 16 2011 2010
21 > drwxrwxr-x 31 dale users 4096 Dec 30 2011 2011
22 > drwxrwxr-x 20 dale users 4096 Nov 12 01:20 2012
23 > drwxrwxr-x 4 dale users 4096 Jan 30 03:00 2013
24 >
25 > [ebuild R ~] media-gfx/gtkam-0.2.0 USE="debug nls -gimp -gnome"
26 >
27 > This is likely not Gtkam itself but some helper program. What could
28 > cause this? Anyone else run into this?
29 >
30 > While I'm at it, I have tried other programs too. DigiKam crashes when I
31 > try to connect to my Camera to download. It can't even think about
32 > getting pics.
33 >
34 > Thoughts?
35 >
36 > Dale
37
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 Happy Penguin Computers >')
63 126 Fenco Drive ( \
64 Tupelo, MS 38801 ^^
65 support@×××××××××××××××××××××.com
66 662-269-2706 662-205-6424
67 http://happypenguincomputers.com/
68
69 Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting

Replies

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