From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7239 invoked by alias); 25 Aug 2010 13:30:18 -0000 Received: (qmail 7228 invoked by uid 22791); 25 Aug 2010 13:30:16 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,TW_RX,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from webmail.crd.com (HELO WEBMAIL.crd.com) (155.212.59.170) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 25 Aug 2010 13:30:04 +0000 Received: from mail4.crd.com (10.10.99.160) by WEBMAIL.crd.com (10.10.99.58) with Microsoft SMTP Server (TLS) id 8.2.176.0; Wed, 25 Aug 2010 09:29:54 -0400 Received: from mail4.crd.com ([10.10.99.160]) by MAIL4.crd.com ([10.10.99.160]) with mapi; Wed, 25 Aug 2010 09:29:54 -0400 From: Jay Goldman To: "cygwin-xfree@cygwin.com" Date: Thu, 26 Aug 2010 13:57:00 -0000 Subject: RE: X Server no longer launches urxvtc-X Message-ID: <8483108B583CFC4FAEFEE85B95CF015C30A91EC0B5@MAIL4.crd.com> References: In-Reply-To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com X-SW-Source: 2010-08/txt/msg00120.txt.bz2 Thanks Bob, this eliminates the '/bin/find' error when starting rxvt or urxvt. I just added cd /=20 before the PATH=3D line. Still cannot run urxvtc from X server tray app. > -----Original Message----- > From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree- > owner@cygwin.com] On Behalf Of Rob Gillen > Sent: Tuesday, August 24, 2010 4:27 PM > To: cygwin-xfree@cygwin.com > Subject: RE: X Server no longer launches urxvtc-X >=20 > > Another data point, when I try: > > black EXEC "/bin/rxvt -fg green -bg black -cr dodgerblue -g > 80x40 -e /bin/bash -l -i " > > rxvt successfully starts up but displays: > > /bin/find: failed to restore initial working directory: No such > file or directory > > Before .bash_profile is invoked >=20 > Jay, I resolved the "find" issue by modifying the /etc/profile file. > The real issue is the change made in the latest release of the > cygwin1.dll where the current working directory is set to an invalid > directory. Until you set the current working directory to something > when find is called, you'll continue to see this. Try moving this > portion of the /etc/profile script: >=20 > # Make sure we start in home unless invoked by CHERE > if [ ! -z "${CHERE_INVOKING}" ]; then > unset CHERE_INVOKING > else > cd "${HOME}" > fi >=20 > so that it is located before the execution of all the /etc/profile.d > scripts. >=20 > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/