Le 2010-04-07 14:24, Ken Brown a écrit :
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

Thanks, that worked like a charm! I had tried quoting and the "--" but I guess I didn't try the right combination.

Denis

--
   _
  °v°   Denis Beauchemin, analyste
 /(_)\  Université de Sherbrooke, S.T.I.
  ^ ^   T: 819.821.8000x62252 F: 819.821.8045


--
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/

Reply via email to