This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 6.7.0.0 XWin w/out -nodecoration running in background doesn'tdisplay anything


Sure.  Call CreateProcess with appropriate flags, just like run.exe
does...

Thank you, that's the solution.
I didn't know this program. I now can call Xwin without having an additional shell window. The needed command for me is :


E:\cygwin\bin\bash.exe -c -l 'run bash -c -l "CYGWIN=server Xwin.exe -query murpel -fp tcp/murpel:7100 -dpi 100 -clipboard -once &" '

Before someone asks, the reason for the additional bash is my whish to avoid having cygwin directorys in my windows path. So
\cygwin\usr\X11R6\bin\run.exe bash -c -l "Xwin.exe -query SOMENAME &" will probably do for everyone else.


Thank you for your help

Holger



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]