From owner-freebsd-emulation@FreeBSD.ORG Tue Aug 22 18:55:43 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B27616A4DF for ; Tue, 22 Aug 2006 18:55:43 +0000 (UTC) (envelope-from joey@mingrone.org) Received: from wr-out-f131.google.com (wr-out-f131.google.com [64.233.184.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2836143D58 for ; Tue, 22 Aug 2006 18:55:39 +0000 (GMT) (envelope-from joey@mingrone.org) Received: by wr-out-f131.google.com with SMTP id 20so103576wra for ; Tue, 22 Aug 2006 11:55:39 -0700 (PDT) Received: by 10.65.126.4 with SMTP id d4mr7431737qbn; Tue, 22 Aug 2006 11:55:38 -0700 (PDT) Received: by 10.65.239.2 with HTTP; Tue, 22 Aug 2006 11:55:38 -0700 (PDT) Message-ID: Date: Tue, 22 Aug 2006 15:55:38 -0300 From: "Joey Mingrone" To: freebsd-emulation@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: problem with file selection dialog boxes under linux apps X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 18:55:43 -0000 Hi all: I've noticed a strange problem with the file dialogue boxes, in some linux applications such as acroread7 and linux-firefox. The problem is that not all directories are listed. For example, when I browse to /usr/ the directory local doesn't show up. If I open the native firefox instead of linux-firefox all directories are properly listed. Joey