Lewis Hyatt wrote: >> What happens if you run the following command from a cmd prompt: >> >> xterm -e /bin/bash -l > > The latter command works fine if I type it from an xterm, but it doesn't > work if I type it from a bash CMD window. (Nothing happens). I am always > running the X server. Thanks for your help! I attached cygcheck -svr if > that is relevant.
At a guess, do you need to make sure the DISPLAY environment variable is set for the xterm to find the server? You have it set in your cygcheck output, but you clearly produced that within an xterm which will have the variable set. If that's the case DISPLAY will need to be set in the users Windows environment for chere to start xterms. Regards, Dave. chere maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/