From owner-freebsd-questions@FreeBSD.ORG Sat Jun 28 01:02:37 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 C85481065670 for ; Sat, 28 Jun 2008 01:02:37 +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 9363E8FC0A for ; Sat, 28 Jun 2008 01:02:37 +0000 (UTC) (envelope-from ryan.coleman@cwis.biz) Received: from localhost (localhost [127.0.0.1]) by mail.skiltech.com (Postfix) with ESMTP id BE9DD25BEDF; Fri, 27 Jun 2008 21:02:36 -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 B18WmK6Z5pZp; Fri, 27 Jun 2008 21:02:27 -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 D424225BEA0; Fri, 27 Jun 2008 21:02:26 -0400 (EDT) Message-ID: <48658DA2.9070307@cwis.biz> Date: Fri, 27 Jun 2008 20:02:26 -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> <48657341.9020602@cwis.biz> <48658B32.7090603@wiegand.org> In-Reply-To: <48658B32.7090603@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: Sat, 28 Jun 2008 01:02:37 -0000 chip wrote: > Ryan Coleman wrote: >> 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 >> >> > So that is after loading the pics. Is there anything I can do > beforehand so the whole process can be done under my normal user login? RTFM: http://gphoto.sourceforge.net/doc/manual/permissions-serial.html#ex-serial-anybody-access Really, man... RTFM :)