From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6735 invoked by alias); 7 Apr 2010 18:24:54 -0000 Received: (qmail 6706 invoked by uid 22791); 7 Apr 2010 18:24:45 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=BAYES_00,SPF_NEUTRAL,TW_KB,TW_TX,TW_XK,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from granite1.mail.cornell.edu (HELO authusersmtp.mail.cornell.edu) (128.253.83.141) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Apr 2010 18:24:40 +0000 Received: from [128.84.234.191] (markov.math.cornell.edu [128.84.234.191]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id o37IObj5009897 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 7 Apr 2010 14:24:37 -0400 (EDT) Message-ID: <4BBCCDED.5080200@cornell.edu> Date: Wed, 07 Apr 2010 19:04:00 -0000 From: Ken Brown User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: cygwin-xfree@cygwin.com Subject: Re: Keyboard and start options problems References: <4BBCC181.2010904@USherbrooke.ca> In-Reply-To: <4BBCC181.2010904@USherbrooke.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com X-SW-Source: 2010-04/txt/msg00027.txt.bz2 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/