From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8354 invoked by alias); 31 Jul 2013 19:22:52 -0000 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 Received: (qmail 8326 invoked by uid 89); 31 Jul 2013 19:22:52 -0000 X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_40,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS autolearn=ham version=3.3.1 Received: from Unknown (HELO out1-smtp.messagingengine.com) (66.111.4.25) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 31 Jul 2013 19:22:51 +0000 Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 0992C214E8 for ; Wed, 31 Jul 2013 15:22:44 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Wed, 31 Jul 2013 15:22:44 -0400 Received: from [158.147.137.108] (unknown [158.147.137.108]) by mail.messagingengine.com (Postfix) with ESMTPA id C1253C00E84; Wed, 31 Jul 2013 15:22:43 -0400 (EDT) Message-ID: <51F96403.5020203@cwilson.fastmail.fm> Date: Wed, 31 Jul 2013 19:22:00 -0000 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: cygwin-xfree@cygwin.com Subject: Re: Cygwin 1.7.22 calls dumper when starting X References: <51F8FBFB.9010706@dronecode.org.uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-07/txt/msg00028.txt.bz2 On 7/31/2013 9:41 AM, Jim Reisert AD1C wrote: > [1] http://cygwin.com/ml/cygwin/2013-07/msg00532.html Yeah, I need to add even more runtime-debugging in run-1.0 and put out a test release, so we can figure out what's going wrong there. > Is there a way to test run-2.0? What is the syntax to replace: > >> C:\Cygwin\bin\run.exe /usr/bin/bash.exe -l -c /usr/bin/startxwin.exe Sure: 1. create an XML file describing the program you want to launch. Here's an example: -l -c /usr/bin/startxwin.exe 2. Make sure all the arguments you want to pass to the target program are represented in (the|one of the) elements. Be sure that all sequences of two '-' characters are replaced by -!- (e.g. -!-login for --login, etc). 3. Create a shortcut with the following target: C:\cygwin\bin\run2.exe /cygwin/path/to/your/xml/file Enjoy. (Try C:\cygwin\bin\run2.exe --debug=3 --notty /cygwin/path/to/your/xml/file if it doesn't work). -- Chuck -- 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/