Cygwin 1.7.22 calls dumper when starting X

Angelo Graziosi angelo.graziosi@alice.it
Thu Aug 1 11:20:00 GMT 2013


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
<?xml version="1.0" encoding="UTF-8"?>
<Run2Config
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:noNamespaceSchemaLocation="run2.xsd">
   <SelfOptions />
   <Global>
     <Environment />
     <Target filename="/usr/bin/bash.exe" startin="/usr/bin">
       <Arg>-l -c 'rm -rf /tmp/{.X*,dbus*,orbit*,*}; XWin -nowgl 
-multiwindow -clipboard -silent-dup-error 2>/dev/null &'</Arg>
     </Target>
   </Global>
</Run2Config>

with this target in the link (.lnk):

C:\cygwin-2\bin\run2.exe /home/angelo/XWinServer.xml


but it doesn't work...


Ciao,
  Angelo.

--
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/



More information about the Cygwin-xfree mailing list