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]

RE: Get rid of the bash window


> ==============
> @echo off
> SET DISPLAY=127.0.0.1:0.0
> SET CYGWIN_ROOT=\cygwin
> SET PATH=.;%CYGWIN_ROOT%\bin;%CYGWIN_ROOT%\usr\X11R6\bin;%PATH%
>
> if not exist %CYGWIN_ROOT%\tmp\.X11-unix\X0 goto CLEANUP-FINISH
> attrib -s %CYGWIN_ROOT%\tmp\.X11-unix\X0
> del %CYGWIN_ROOT%\tmp\.X11-unix\X0
>
> :CLEANUP-FINISH
> if exist %CYGWIN_ROOT%\tmp\.X11-unix rmdir %CYGWIN_ROOT%\tmp\.X11-unix
>
> start /B Xwin -query 10.0.32.252 -nowinkill &
> ================

Hmm... well, bash is not apparently being launched on your Windows machine.
Therefore, it is probably being run by some sort of login script on your
remote host.  One way to verify that would be to XDMCP in from another
machine, preferably a UNIX or Linux machine.

It does not appear that your question is specific to Cygwin/XFree86, so you
may find more immediate help from another forum (such as XDMCP-related
forums, etc.).  However, we'll try to help if we can.

Harold


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