From owner-freebsd-gnome@FreeBSD.ORG Sun Jun 5 22:30:41 2005 Return-Path: X-Original-To: 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 89B9816A41C for ; Sun, 5 Jun 2005 22:30:41 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56DAA43D1F for ; Sun, 5 Jun 2005 22:30:41 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 0632EF1B27; Sun, 5 Jun 2005 15:30:41 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 36554-03; Sun, 5 Jun 2005 15:30:39 -0700 (PDT) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 2BE55F18CA; Sun, 5 Jun 2005 15:30:39 -0700 (PDT) From: Sean McNeil To: Joe Marcus Clarke In-Reply-To: <1117993795.33641.3.camel@shumai.marcuscom.com> References: <1117993395.12774.11.camel@server.mcneil.com> <1117993795.33641.3.camel@shumai.marcuscom.com> Content-Type: text/plain Organization: Sean McNeil Consulting, Inc Date: Sun, 05 Jun 2005 15:30:38 -0700 Message-Id: <1118010638.80218.5.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Cc: gnome@freebsd.org Subject: gamin bug (was Re: gamin vs fam) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sean@mcneil.com List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jun 2005 22:30:41 -0000 Although I agree with Mezz that gamin rocks, there is a bug that still exists with regards to soft symlink directories. Try this: cd ~ mkdir dir1 ln -s dir1 dir2 bring up nautilus and look at dir1. touch dir1/file1 all is perfect. Now, look at dir2 with nautilus. touch dir1/file2 never shows. It would appear that a request to monitor a directory that is a symlink will not monitor the actual directory it is pointing to. I think this works with fam. I seem to remember seeing it do the right thing. Cheers, Sean