2

I am attempting to set up my Windows 10 laptop with a few Linux programs using Cygwin and I'm not having much success.

My goal is to have shortcuts in my start menu that act just like native programs when you click on the icons.

I have Cygwin and Cygwin/X installed along with all of the programs and packages I'm looking to use and I can get programs like Gummi and XMGrace to run through the Cygwin bash terminal as expected. I have tried referencing these two pages with no luck. The only result I get is a window (terminal I think) that flashes for a fraction of a second. I feel like there is a piece I'm missing.

Any help is much appreciated!

1 Answers1

0

I was trying to setup a windows shortcut that would directly run a Linux program (orpie) in Cygwin and was having the same issue (the terminal would flash up and then disappear).

The following worked for me:

c:\cygwin64\bin\run.exe /usr/bin/mintty -l -e '/cygdrive/c/cygwin64/bin/orpie'

enter image description here

thin
  • 166
  • 2