From owner-freebsd-mobile@FreeBSD.ORG Thu Apr 5 16:04:08 2007 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B669F16A403 for ; Thu, 5 Apr 2007 16:04:08 +0000 (UTC) (envelope-from aelmore@interwoven.com) Received: from smtphq01.interwoven.com (smtp02corp.interwoven.com [65.161.4.46]) by mx1.freebsd.org (Postfix) with ESMTP id 9C88F13C46C for ; Thu, 5 Apr 2007 16:04:08 +0000 (UTC) (envelope-from aelmore@interwoven.com) Received: from smtphq01.interwoven.com (localhost.localdomain [127.0.0.1]) by localhost.interwoven.com (Postfix) with ESMTP id 6D4023B6629; Thu, 5 Apr 2007 09:04:08 -0700 (PDT) Received: from exbehq01.Interwoven.com (exbehq01.interwoven.com [10.192.4.80]) by smtphq01.interwoven.com (Postfix) with ESMTP id 61E1A3B6618; Thu, 5 Apr 2007 09:04:08 -0700 (PDT) Received: from relax.amer.interwoven.com ([10.192.11.188]) by exbehq01.Interwoven.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 5 Apr 2007 09:04:08 -0700 Received: from relax.amer.interwoven.com (localhost [127.0.0.1]) by relax.amer.interwoven.com (8.13.8/8.13.8) with ESMTP id l35G47hq071228; Thu, 5 Apr 2007 09:04:07 -0700 (PDT) (envelope-from aelmore@relax.amer.interwoven.com) Received: (from aelmore@localhost) by relax.amer.interwoven.com (8.13.8/8.13.8/Submit) id l35G474Y071227; Thu, 5 Apr 2007 09:04:07 -0700 (PDT) (envelope-from aelmore) Date: Thu, 5 Apr 2007 09:04:07 -0700 From: Andrew Elmore To: Jim Seymour Message-ID: <20070405160407.GD65242@interwoven.com> References: <1175788574.8742.29.camel@nuthatch.wingbarscafe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1175788574.8742.29.camel@nuthatch.wingbarscafe.com> User-Agent: Mutt/1.4.2.1i X-OriginalArrivalTime: 05 Apr 2007 16:04:08.0137 (UTC) FILETIME=[0AB1B390:01C7779C] Cc: freebsd-mobile Subject: Re: Using xdm and twm on freebsd 6.2 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2007 16:04:08 -0000 On Thu, Apr 05, 2007 at 11:56:14AM -0400, Jim Seymour wrote: > The xsession-errors file is empty and I have tried .xinitrc > and .xsession files to no avail. I have hardlinked .xinitrc & .xsession in the past. The difference is that .xsession needs to be executable -- could this be your problem? Other ideas -- maybe set PATH explicitly in .xsession? Andrew