From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 0/2] Fix IBus input methods. Date: Thu, 25 Aug 2016 11:15:39 +0200 Message-ID: <874m69p5tw.fsf@mdc-berlin.de> References: <20160824220937.8745-1-rekado@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcqlN-0008Vo-AR for guix-devel@gnu.org; Thu, 25 Aug 2016 05:15:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bcqlJ-0007Qf-1d for guix-devel@gnu.org; Thu, 25 Aug 2016 05:15:52 -0400 Received: from venus.bbbm.mdc-berlin.de ([141.80.25.30]:52715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcqlI-0007OS-NW for guix-devel@gnu.org; Thu, 25 Aug 2016 05:15:48 -0400 Received: from localhost (localhost [127.0.0.1]) by venus.bbbm.mdc-berlin.de (Postfix) with ESMTP id F0406380982 for ; Thu, 25 Aug 2016 11:15:45 +0200 (CEST) Received: from venus.bbbm.mdc-berlin.de ([127.0.0.1]) by localhost (venus.bbbm.mdc-berlin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6PuveyDgcBeY for ; Thu, 25 Aug 2016 11:15:40 +0200 (CEST) Received: from HTCATWO.mdc-berlin.net (mab.citx.mdc-berlin.de [141.80.36.102]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by venus.bbbm.mdc-berlin.de (Postfix) with ESMTPS for ; Thu, 25 Aug 2016 11:15:40 +0200 (CEST) In-Reply-To: <20160824220937.8745-1-rekado@elephly.net> 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" To: guix-devel@gnu.org Ricardo Wurmus writes: > What doesn't yet work is IBus input methods using the simple engine, su= ch as > Arabic, but this seems unrelated. That=E2=80=99s been fixed in d37f00b97fc12a677409e13759fe3edc6ffede2c. IBus had a couple of hard-coded paths and missing inputs. Arabic, English Qwerty, English Dvorak, German Qwertz, and Chinese (via ibus-libpinyin) all work for me now. Note that =E2=80=9CUse system keyboard layout=E2=80=9D in the =E2=80=9CAd= vanced=E2=80=9D tab of =E2=80=9Cibus-setup=E2=80=9D has to be *unchecked* for the simple engine = to work right. With that option checked it would be stuck at English Dvorak, which had been set via setxkbmap at the start of the session. ~~ Ricardo