Charles Wilson wrote:
(I'm not sure why you need & at all; unless it allows the bash shell to exit,
where otherwise it would hang around?)
Without the "&", there is an extra bash process running: I want just to
start XWin...
See attached.
> <?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>
I have copy/pasted it, but it doesn't work (I have also tried with us-ascii)
If I add the debug options you suggested, I got
opt_loglevel: 9
opt_nogui : 0
opt_notty : 1
opt_timeout : 0.50
opt_wait : 0
opt_force : auto
(run2_xml_stardocument) ctx=0x22aa8c
(run2_xml_enddocument) ctx=0x22aa8c
/home/angelo/XWinServer.xml: validation generated an internal error
There was an error parsing XWinServer.xml
exit status 1
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/