Angelo Graziosi ha scritto:
Phil Betts wrote:
I think Angelo was trying to avoid having an unnecessary bash process
hanging around.
Indeed! (I think...)
I have various links on desktop (to start Emacs, mrxvt, xfig, etc.) like
this:
C:\cygwin-2\bin\run.exe bash -l -c 'rm -rf /tmp/.X11-unix;
Phil Betts wrote:
I think Angelo was trying to avoid having an unnecessary bash process
hanging around.
Indeed! (I think...)
I have various links on desktop (to start Emacs, mrxvt, xfig, etc.) like
this:
C:\cygwin-2\bin\run.exe bash -l -c 'rm -rf /tmp/.X11-unix; XWin
-multiwindow -clipboar
Charles Wilson wrote:
> Angelo Graziosi wrote:
>
>> In 'startxwin.bat' I see:
>>
>> %RUN% bash -l -c "XWin -multiwindow -clipboard -silent-dup-error"
>>
>> Shouldn't it be
>>
>> %RUN% bash -l -c "XWin -multiwindow -clipboard -silent-dup-error &" ?
>
> No, "run" implicitly puts the target in the b
Angelo Graziosi wrote:
> In 'startxwin.bat' I see:
>
> %RUN% bash -l -c "XWin -multiwindow -clipboard -silent-dup-error"
>
> Shouldn't it be
>
> %RUN% bash -l -c "XWin -multiwindow -clipboard -silent-dup-error &" ?
No, "run" implicitly puts the target in the background, unless you add
the '-w'
Yaakov (Cygwin/X) wrote:
The following package has been updated for Cygwin 1.7:
* xinit-1.1.1-5
This package includes the startx, startxdmcp.bat, startxwin.bat, and
startxwin.sh commands for launching the XWin server.
This releases fixes a few bugs in startxwin.{bat,sh}:
* Launch XWin from w