RE: Starting Xwin - Shell Window Remains

2005-08-16 Thread Baksik, Frederick (NM75)
Hi, I'm able to start and use Xwin. However, after the X server is up, I need to manually close the cygwin bash window (the one that started the X server). I've checked the usual places, but have not come up with a solution. This is probably more of a shell scripting question, but

Re: Starting Xwin - Shell Window Remains

2005-08-15 Thread Doug VanLeuven
brett lee wrote: Hi, I'm able to start and use Xwin. However, after the X server is up, I need to manually close the cygwin bash window (the one that started the X server). I've checked the usual places, but have not come up with a solution. This is probably more of a shell scripting

Re: Starting Xwin - Shell Window Remains

2005-08-15 Thread Doug VanLeuven
brett lee wrote: 1. C:\cygwin\startxwin.bat exists, and has the following contents: @echo off c: chdir c:\cygwin\bin bash --login -i /usr/local/bin/myxwin bash --login -c /usr/local/bin/myxwin 2. /usr/local/bin/myxwin exists, and has the following contents: #!/usr/bin/bash # # Start

Re: Starting Xwin - Shell Window Remains

2005-08-15 Thread Reid Thompson
As info I start X by using a shortcut to open an rxvt window running bash ( see below for contents of shortcut scripts ). (If you do not have rxvt, use setup to get it, it is unbelievable to me that with billions of dollars MS cannot include a decent command prompt.) Then,