Getting Cygwin X Working Nicely in Windows

Getting Cygwin X Working Nicely in Windows
I’ve had Cygwin X working OK for over a year now and really enjoy being able to run remote X applications. What I’d like even more is to run them without a second thought. If you double click cygwin.exe after installing Cygwin X you’ll be reminded of its constant presense because of the minimized dos window that lingers as long as you run the X server.

The solution? Change your shortcut to XWin.exe from something like this:

C:\cygwin\usr\X11R6\bin\XWin.exe -multiwindow -clipboard

to something like this:

C:\cygwin\usr\X11R6\bin\run.exe C:\cygwin\usr\X11R6\bin\XWin.exe -multiwindow -clipboard

I additionally changed the icon from the R to the traditional X icon. Now your only reminder will be a small X icon in your notification area. This is configurable so that if you prefer, there won’t eben be a an icon in the notification area.
In case others are trying to figure out how to do this, here are some search words that didn’t work for me: Cygwin X hide dos console window

Comments

Sweet! Now I can sleep

Sweet! Now I can sleep better at night.

Thank you for the insight. :o)

Trust all is well.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You can use Markdown syntax to format and style the text.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
6 + 1 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

Back to top