From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NgG4B-0005F4-O3 for qemu-devel@nongnu.org; Sat, 13 Feb 2010 06:21:39 -0500 Received: from [199.232.76.173] (port=35122 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NgG4A-0005EO-Sj for qemu-devel@nongnu.org; Sat, 13 Feb 2010 06:21:38 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NgG48-0002gp-Ee for qemu-devel@nongnu.org; Sat, 13 Feb 2010 06:21:38 -0500 Received: from lo.gmane.org ([80.91.229.12]:41930) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NgG48-0002gj-3h for qemu-devel@nongnu.org; Sat, 13 Feb 2010 06:21:36 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NgG44-0002c6-AA for qemu-devel@nongnu.org; Sat, 13 Feb 2010 12:21:32 +0100 Received: from 85.93.118.17 ([85.93.118.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 13 Feb 2010 12:21:32 +0100 Received: from pbonzini by 85.93.118.17 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 13 Feb 2010 12:21:32 +0100 From: Paolo Bonzini Date: Sat, 13 Feb 2010 12:21:11 +0100 Message-ID: <4B768B27.6070203@redhat.com> References: <4B752548.1040108@redhat.com> <4B754C04.4080907@redhat.com> <4B75707F.7040105@codemonkey.ws> <4B759B57.8010201@redhat.com> <4B75A193.8040202@codemonkey.ws> <1266007795.12609.58.camel@x200> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <1266007795.12609.58.camel@x200> Sender: news Subject: [Qemu-devel] Re: Qemu does not pass pressed caps lock to client List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, shaharh@gmail.com On 02/12/2010 09:49 PM, Dustin Kirkland wrote: > I looked at the original Debian Bug, > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=317010 > > The libsdl1.2 package in Ubuntu is no longer carrying that patch, > debian/patches/005_lock_keys.diff. So I don't think that's quite the > cause of this. The bug was reported in Karmic, which still has the patch with s/005/205/. Paolo