The NetBeans terminal emulator gets an error when I start it. (cygwin). Any insights that might provides a solution, or save me some time tracking it down appreciated.

   Malformed argument has embedded quote:
        exec /cygdrive/F/cygwin64/bin/bash.exe \"--login\"

The extra quotes directly come from TerminalSupportImpl.getCommand because "isExpandMacros()" returns true. It may indirectly happen because of the nested way it gets started

   args=[--set-erase-key, F:\cygwin64\bin\bash.exe, -c,
        exec /cygdrive/F/cygwin64/bin/bash.exe "--login"];

With the debugger, I set exapandMacros to false and the terminal started up ok. (very cool).

I haven't found any docs on dlight yet, or maybe some system property I can set or ???

Any hints? (other than running on linux ;-) )

-ernie


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to