From owner-freebsd-gnome@FreeBSD.ORG Mon Apr 7 18:27:09 2008 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51C651065675 for ; Mon, 7 Apr 2008 18:27:09 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (merlin.alerce.com [64.62.142.94]) by mx1.freebsd.org (Postfix) with ESMTP id 38D328FC21 for ; Mon, 7 Apr 2008 18:27:09 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id A3E7733C62; Mon, 7 Apr 2008 11:27:08 -0700 (PDT) Received: from postfix.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by merlin.alerce.com (Postfix) with ESMTP id 7156F33C5B; Mon, 7 Apr 2008 11:27:08 -0700 (PDT) Received: by postfix.alerce.com (Postfix, from userid 501) id CF8A940E6AD; Mon, 7 Apr 2008 11:27:07 -0700 (PDT) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18426.26491.781835.122223@almost.alerce.com> Date: Mon, 7 Apr 2008 11:27:07 -0700 To: Joe Marcus Clarke In-Reply-To: <1207587325.80953.22.camel@shumai.marcuscom.com> References: <18426.17229.62137.145707@almost.alerce.com> <1207587325.80953.22.camel@shumai.marcuscom.com> X-Mailer: VM 7.19 under Emacs 22.1.50.1 X-Virus-Scanned: ClamAV using ClamSMTP Cc: hartzell@alerce.com, freebsd-gnome@freebsd.org Subject: Re: keyboard setting problem when gnome started via startx X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2008 18:27:09 -0000 Joe Marcus Clarke writes: > On Mon, 2008-04-07 at 08:52 -0700, George Hartzell wrote: > > Hi all, > > > > There are at least a couple of us that are having a problem where > > changes that we make in the keyboard options dialog aren't > > automagically applied when we start our gnome session via > > startx/.xinitrc. > > > > There's an open bug at > > > > http://bugzilla.gnome.org/show_bug.cgi?id=483182 > > > > I'm curious if anyone else is seeing this, or if anything comes to > > mind about how our gnome-session or hal or ??? works that might be > > causing problematic behaviour in FreeBSD. > > I just saw this in the release notes for g-s-d 2.22.1: > > Apply keyboard settings on startup (Jens Granseuer) (#525440) > > It might be fixed now. I merged that one-line fix into the work directory tree for our 2.22 build and it didn't make any difference. The code in question is pretty much dedicated to handling num-lock. http://svn.gnome.org/viewvc/gnome-settings-daemon/trunk/plugins/keyboard/gsd-keyboard-manager.c?r1=232&r2=259 Since then Jens has committed some other stuff that I'll look in to. I'll also get to work walking through the code w/ gdb. g.