From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 30 02:43:48 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED26B16A41F for ; Thu, 30 Mar 2006 02:43:48 +0000 (UTC) (envelope-from pneumann@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6559843D48 for ; Thu, 30 Mar 2006 02:43:48 +0000 (GMT) (envelope-from pneumann@gmail.com) Received: by wproxy.gmail.com with SMTP id i5so644965wra for ; Wed, 29 Mar 2006 18:43:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; b=j01OWIWb5+dBK1GgbwQ70vzIByDI4mxcWH6iZEQRHWeX9dSLDgtbfPuHUAODWclv4S+DOy1JbBwb6rBfKQxAIhczo7nUHH6gTFImLBi/Q9N5urxwp9Q/spvR3/UjCAitK4HsiFzdnqP6bIFWAY/ufmF1Fn8LkH+O5rYRZC+rA/M= Received: by 10.54.144.5 with SMTP id r5mr1810027wrd; Wed, 29 Mar 2006 18:43:46 -0800 (PST) Received: from ?10.0.0.101? ( [200.74.11.167]) by mx.gmail.com with ESMTP id 9sm537196wrl.2006.03.29.18.43.45; Wed, 29 Mar 2006 18:43:46 -0800 (PST) From: Phillip Neumann To: freebsd-gnome@FreeBSD.org, Jono Juggler In-Reply-To: <10a4701c652ad$5bc2f100$66ca010a@mail2world.com> References: <10a4701c652ad$5bc2f100$66ca010a@mail2world.com> Content-Type: multipart/mixed; boundary="=-OInoau8fFgq0t5sWQdC1" Date: Thu, 30 Mar 2006 02:43:41 +0000 Message-Id: <1143686621.3167.22.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Disk mounter X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2006 02:43:49 -0000 --=-OInoau8fFgq0t5sWQdC1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit El mar, 28-03-2006 a las 13:19 -0800, Jono Juggler escribió: > I am trying to get my usb thumbdrive to automount to the desktop in > GNOME. I'm using a thinkpad with FreeBSD6. I cant get usbd to mount > it, > but I can do it in fstab and the command line. So I thought I would > add > the disk mounter applet to my panel. When I added it, nothing > happened. > Do I need to compile something special to install that applet? Hey Jono. if you enable this ugly script, it will automount usb mass drives, and let nautilus display them... you will probably need to change the username to yours, and add attach 0 { device-name "umass[0-9]+"; action "/Path/to/your/Monta_USB.sh $device-name"; }; to /etc/devd.conf good luck!. --=-OInoau8fFgq0t5sWQdC1--