> o Use cygutils to create shortcuts in Start Menu I'm afraid the shortcuts don't work, because they have a rogue backslash and newline in the target:
C:\bin\run.exe /usr/bin/rxvt.exe -display :0 -fn "Lucida Console-14" \ -tn rxvt-cygwin-native -e /bin/bash --login C:\bin\run.exe /usr/bin/rxvt.exe -display 127.0.0.1:0 \ -tn rxvt-cygwin -e /bin/bash --login It's due to a quoting problem in the mkshortcut commands in the postinstall script. Also, is it necessary to invoke rxvt through run.exe, as rxvt does its own console hiding anyway? Andy -- 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/