From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20069 invoked by alias); 1 Aug 2013 13:09:32 -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 20048 invoked by uid 89); 1 Aug 2013 13:09:31 -0000 X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_50,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; Thu, 01 Aug 2013 13:09:29 +0000 Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id D490D2155F for ; Thu, 1 Aug 2013 09:09:20 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute6.internal (MEProxy); Thu, 01 Aug 2013 09:09:20 -0400 Received: from [172.31.35.15] (unknown [192.160.117.144]) by mail.messagingengine.com (Postfix) with ESMTPA id 9BD1FC00E84; Thu, 1 Aug 2013 09:09:20 -0400 (EDT) Message-ID: <51FA5DFA.8030207@cwilson.fastmail.fm> Date: Thu, 01 Aug 2013 13:09: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: <51FA445D.40606@alice.it> In-Reply-To: <51FA445D.40606@alice.it> Content-Type: multipart/mixed; boundary="------------040704050205030409070800" X-Virus-Found: No X-SW-Source: 2013-08/txt/msg00002.txt.bz2 --------------040704050205030409070800 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-length: 1439 On 8/1/2013 7:19 AM, Angelo Graziosi wrote: > Charles Wilson wrote: >> 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: > > and how to replace > > C:\cygwin-2\bin\run.exe bash -l -c 'rm -rf /tmp/{.X*,dbus*,orbit*,*}; > XWin -nowgl -multiwindow -clipboard -silent-dup-error 2>/dev/null &' > > > (which works fine with run-1.2!) > > I have tried this: > > $ cat /home/angelo/XWinServer.xml > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > xsi:noNamespaceSchemaLocation="run2.xsd"> > > > > > -l -c 'rm -rf /tmp/{.X*,dbus*,orbit*,*}; XWin -nowgl > -multiwindow -clipboard -silent-dup-error 2>/dev/null &' > > > > > with this target in the link (.lnk): > > C:\cygwin-2\bin\run2.exe /home/angelo/XWinServer.xml Two errors: the extra semicolon after XMLSchema-instance, and you do need to use the '&' construction instead of '&'. See attached. (I'm not sure why you need & at all; unless it allows the bash shell to exit, where otherwise it would hang around?) FWIW, I've never tested run2 with multibyte UTF-8, so...you might be better off setting the encoding to us-ascii. -- Chuck --------------040704050205030409070800 Content-Type: text/xml; name="XWinServer.xml" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="XWinServer.xml" Content-length: 438 -l -c 'rm -rf /tmp/{.X*,dbus*,orbit*,*}; XWin -nowgl -multiwindow -clipboard -silent-dup-error 2>/dev/null &' --------------040704050205030409070800 Content-Type: text/plain; charset=us-ascii Content-length: 223 -- 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/ --------------040704050205030409070800--