From owner-freebsd-gnome@FreeBSD.ORG Mon Apr 3 00:28:14 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20C9C16A400 for ; Mon, 3 Apr 2006 00:28:14 +0000 (UTC) (envelope-from david@jetnet.co.uk) Received: from kosh.jetnet.co.uk (kosh.jetnet.co.uk [80.87.128.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB5F743D46 for ; Mon, 3 Apr 2006 00:28:13 +0000 (GMT) (envelope-from david@jetnet.co.uk) Received: from localhost (localhost [127.0.0.1]) by kosh.jetnet.co.uk (Postfix) with ESMTP id 1AE3D2448A for ; Mon, 3 Apr 2006 00:28:13 +0000 (GMT) Received: from kosh.jetnet.co.uk ([127.0.0.1]) by localhost (mail.jetnet.co.uk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 70623-05 for ; Mon, 3 Apr 2006 00:28:11 +0000 (GMT) Received: from [192.168.0.100] (82-69-108-39.dsl.in-addr.zen.co.uk [82.69.108.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kosh.jetnet.co.uk (Postfix) with ESMTP id 980C423E57 for ; Mon, 3 Apr 2006 00:28:11 +0000 (GMT) Message-ID: <44306C1A.9000002@jetnet.co.uk> Date: Mon, 03 Apr 2006 01:28:10 +0100 From: David Reid User-Agent: Thunderbird 1.5 (X11/20060304) MIME-Version: 1.0 To: freebsd-gnome@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at jetnet.co.uk Subject: keyboard X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Apr 2006 00:28:14 -0000 On logging in I get Error activating XKB configuration. It can happen under various circumstances: - a bug in libxklavier library - a bug in X server (xkbcomp, xmodmap utilities) - X server with incompatible libxkbfile implementation X server version data: The X.Org Foundation 60900000 If you report this situation as a bug, please include: - The result of xprop -root | grep XKB - The result of gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd $ xprop -root | grep XKB _XKB_RULES_NAMES_BACKUP(STRING) = "xorg", "pc105", "gb", "", "" _XKB_RULES_NAMES(STRING) = "xorg", "pc105", "gb", "", "" $ gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd layouts = [gb,us_intl] model = overrideSettings = false options = [grp grp:alts_toggle] ISTR this was a problem a while back, and I did think it had gone away. Any suggestions? david