From owner-freebsd-questions@FreeBSD.ORG Fri Jun 27 23:09:55 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E78EC1065671 for ; Fri, 27 Jun 2008 23:09:55 +0000 (UTC) (envelope-from ryan.coleman@cwis.biz) Received: from mail.skiltech.com (bunning.skiltech.com [65.36.251.181]) by mx1.freebsd.org (Postfix) with ESMTP id C56FC8FC1C for ; Fri, 27 Jun 2008 23:09:55 +0000 (UTC) (envelope-from ryan.coleman@cwis.biz) Received: from localhost (localhost [127.0.0.1]) by mail.skiltech.com (Postfix) with ESMTP id 16DB925C0AF; Fri, 27 Jun 2008 19:09:55 -0400 (EDT) X-Virus-Scanned: amavisd-new at skiltech.com Received: from mail.skiltech.com ([127.0.0.1]) by localhost (bunning.skiltech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lXdv7i+3yVzX; Fri, 27 Jun 2008 19:09:54 -0400 (EDT) Received: from [192.168.1.100] (c-71-63-150-244.hsd1.mn.comcast.net [71.63.150.244]) by mail.skiltech.com (Postfix) with ESMTPA id 30D5C25BEDF; Fri, 27 Jun 2008 19:09:54 -0400 (EDT) Message-ID: <48657341.9020602@cwis.biz> Date: Fri, 27 Jun 2008 18:09:53 -0500 From: Ryan Coleman User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: chip References: <4865505B.4070006@wiegand.org> <48657228.6010603@wiegand.org> <48657374.3080909@wiegand.org> In-Reply-To: <48657374.3080909@wiegand.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: FreeBSD-7.0 Release and Camera? Almost got it figured out X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2008 23:09:56 -0000 chip wrote: > Heheh, got that working, had to add sudo to the beginning of the > command. Now the problem has to do with permissions. The pics are > downloaded with the owner being root, so I have to view the pics as > root. Whats the workaround? > Thanks. > > chip wrote: >> A little more info - >> I now have gphoto2 recognizing and downloading my images, but only in >> a terminal window. I am using XFCE and want to create a shortcut on >> the toolbar or the desktop that will open a terminal window and run >> the command. I have a shortcut set up but it just opens a terminal >> window and quickly closes, I don't know what's wrong, but it's not >> downloading the images. >> Any suggestions on how to get a shortcut to a terminal window app to >> work on XFCE? >> >> Thanks. >> >> chip wrote: >>> Anyone know how to get FBSD 7-R to recognize my Canon S3 IS and >>> download pics from it? First off, please bottom respond. Easier to follow the thread. Secondly, chown would do the job. sudo chown youruser:yourgroup * (or file*) -- Ryan