Keyboard and start options problems

Ken Brown kbrown@cornell.edu
Wed Apr 7 19:04:00 GMT 2010


On 4/7/2010 1:31 PM, Denis Beauchemin wrote:
> I also have a problem with my start icon that doesn't seem to pick up my
> custom parameters. The command is:
> C:\cygwin\bin\run.exe /usr/bin/bash.exe -l -c /usr/bin/startxwin.exe
> -xkblayout ca -xkbvariant fr -emulate3buttons
>
> The layout is always US and the 3 button emulation doesn't work either.

You need to quote the part after -c, and you're also missing a '--' (see 
the startxwin documentation).  Try

C:\cygwin\bin\run.exe /usr/bin/bash.exe -l -c '/usr/bin/startxwin.exe -- 
-xkblayout ca -xkbvariant fr -emulate3buttons'

Ken

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/



More information about the Cygwin-xfree mailing list