From owner-freebsd-ports@FreeBSD.ORG Wed Jun 28 17:22:21 2006 Return-Path: X-Original-To: ports@FreeBSD.ORG Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8526F16A40F for ; Wed, 28 Jun 2006 17:22:21 +0000 (UTC) (envelope-from fernan@iib.unsam.edu.ar) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1268044E13 for ; Wed, 28 Jun 2006 17:21:57 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from omega.iib.unsam.edu.ar (omega.iib.unsam.edu.ar [192.168.10.14]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id k5SHI0oh072763 for ; Wed, 28 Jun 2006 14:18:01 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from omega.iib.unsam.edu.ar (localhost [127.0.0.1]) by omega.iib.unsam.edu.ar (8.13.6/8.13.6) with ESMTP id k5SHLppe095846 for ; Wed, 28 Jun 2006 14:21:51 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by omega.iib.unsam.edu.ar (8.13.6/8.13.6/Submit) id k5SHLkdh095825 for ports@FreeBSD.ORG; Wed, 28 Jun 2006 14:21:46 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: omega.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Wed, 28 Jun 2006 14:21:46 -0300 From: Fernan Aguero To: FreeBSD Ports Message-ID: <20060628172146.GA55051@iib.unsam.edu.ar> Mail-Followup-To: FreeBSD Ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Cc: Subject: getting to /usr but not /compat/usr from a linux app X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jun 2006 17:22:21 -0000 I'm using Linux Firefox, and when asked to choose a helper app to open a document I try to navigate to /usr/X11R6/bin but I always end up in /compat/linux/usr/X11R6/bin instead (though firefox believes it's /usr/X11R6/bin). I can see why this happens (linux apps should be fooled into using their 'compat' usr space), but is there any way of escaping from this? Thanks, Fernan