From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:40215) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iqFPy-000858-Uu for guix-patches@gnu.org; Sat, 11 Jan 2020 06:59:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iqFPx-0000hV-TC for guix-patches@gnu.org; Sat, 11 Jan 2020 06:59:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:49501) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iqFPx-0000gu-Pz for guix-patches@gnu.org; Sat, 11 Jan 2020 06:59:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iqFPx-0001J0-Nd for guix-patches@gnu.org; Sat, 11 Jan 2020 06:59:01 -0500 Subject: [bug#39086] [PATCH] Enable Emoji support in IBus Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:37678) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iqFPC-00082P-Sf for guix-patches@gnu.org; Sat, 11 Jan 2020 06:58:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iqFPB-0006aM-D0 for guix-patches@gnu.org; Sat, 11 Jan 2020 06:58:14 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:2549) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iqFPA-00063G-Re for guix-patches@gnu.org; Sat, 11 Jan 2020 06:58:13 -0500 Received: from nijino.local (193-80-82-122.hdsl.highway.telekom.at [193.80.82.122]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 47vyzJ1RN3z1LLyM for ; Sat, 11 Jan 2020 12:58:03 +0100 (CET) Message-ID: From: Leo Prikler Date: Sat, 11 Jan 2020 12:58:08 +0100 Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39086@debbugs.gnu.org Hi Guix! After ibus-enabling my GNOME Desktop, I dug up an ancient bug, which causes Ctrl-Shift-u to no longer work. It appears that in IBus both this feature and Emoji typing are handled through the Emoji engine, which is currently disabled in the Guix build of the ibus package. Hence I started working enabling emoji support. I tested this specific series with a VM based on my own current settings, i.e. with GNOME, GUIX_GTK3_IM_MODULE_FILE set to the system- wide immodules-gtk.cache and with the ibus-anthy engine specifically. >From what I can tell, it does not appear as if Emoji Typing is enabled until an IBus method (e.g. anthy) is added to GNOME, but that appears to be on the GNOME side of things and is perfectly fine by me. Regards, Leo