From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: Add Tiled Date: Fri, 21 Nov 2014 18:07:39 +0100 Message-ID: <20141121170739.GA13754@debian> References: <1415890431-4295-1-git-send-email-iyzsong@gmail.com> <87fvdn165t.fsf@gmail.com> <87ppcpmo1r.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrrgd-0007i6-49 for guix-devel@gnu.org; Fri, 21 Nov 2014 12:08:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrrgV-0005MK-Ju for guix-devel@gnu.org; Fri, 21 Nov 2014 12:07:59 -0500 Content-Disposition: inline In-Reply-To: <87ppcpmo1r.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org, =?utf-8?B?5a6L5paH5q2m?= On Fri, Nov 14, 2014 at 11:10:08PM +0100, Ludovic Courtès wrote: > I tried it, and indeed, I had to run it like this to work around the > problem: > QT_XKB_CONFIG_ROOT=$(guix build xkeyboard-config)/share/X11/xkb tiled > I suspect we should configure Qt with a flag that tells it the default > location of the XKB data. Andreas? :-) The problem was that our oldish version of libxkbcommon was not enough any more for our new version of qt. So qt used a bundled copy instead, which requires to set QT_XKB_CONFIG_ROOT or to give a correspondong configure flag. I updated libxkbcommon (together with a number of inputs related to xcb) in commit ff53457. Could you check that the problem is solved now? There are a number of optional inputs that we could add to qt; I will try them out. Andreas