From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id kAlEE9lCpl9cMwAA0tVLHw (envelope-from ) for ; Sat, 07 Nov 2020 06:46:49 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id CMkkD9lCpl+4GQAA1q6Kng (envelope-from ) for ; Sat, 07 Nov 2020 06:46:49 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 10FCD94006E for ; Sat, 7 Nov 2020 06:46:48 +0000 (UTC) Received: from localhost ([::1]:38236 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kbHzr-00047X-Ri for larch@yhetil.org; Sat, 07 Nov 2020 01:46:47 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58314) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kbHzj-00046T-6K for guix-devel@gnu.org; Sat, 07 Nov 2020 01:46:39 -0500 Received: from mail1.g12.pair.com ([66.39.4.99]:46907) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kbHzh-00026c-Et for guix-devel@gnu.org; Sat, 07 Nov 2020 01:46:38 -0500 Received: from mail1.g12.pair.com (localhost [127.0.0.1]) by mail1.g12.pair.com (Postfix) with ESMTP id 8DC397308F for ; Sat, 7 Nov 2020 01:46:36 -0500 (EST) Received: from guix.local (w135107.ppp.asahi-net.or.jp [121.1.135.107]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail1.g12.pair.com (Postfix) with ESMTPSA id 0F082730B2 for ; Sat, 7 Nov 2020 01:46:35 -0500 (EST) Message-ID: <889300f32061393053a64f45b7005fae9d5c41e9.camel@yasuaki.com> Subject: Japanese Input wont't without manually adding environmental variables? From: yasu To: guix-devel@gnu.org Date: Sat, 07 Nov 2020 15:46:34 +0900 Content-Type: multipart/alternative; boundary="=-iyfYYH4oUY55ApixokPo" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Received-SPF: none client-ip=66.39.4.99; envelope-from=yasu@yasuaki.com; helo=mail1.g12.pair.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/07 01:42:41 X-ACL-Warn: Detected OS = FreeBSD 9.x or newer [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, HTML_MESSAGE=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list 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+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: hrZi0002u8iC --=-iyfYYH4oUY55ApixokPo Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Hi! After installing packages ibus and ibus-anthy , I thought I would be able to type Japanese - but I had to follow the tip below and manually add these variables to make it work.Would this be considered a bug? https://www.mail-archive.com/help-guix@gnu.org/msg08282.html export GUIX_GTK2_IM_MODULE_FILE="$HOME/.guix-profile/lib/gtk- 2.0/2.10.0/immodules-gtk2.cache" export GUIX_GTK3_IM_MODULE_FILE="$HOME/.guix-profile/lib/gtk- 3.0/3.0.0/immodules-gtk3.cache" Cheers,Yasu --=-iyfYYH4oUY55ApixokPo Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Hi!

After installing packages = ibus and ibus-anthy , I thought I would be able to type Japan= ese - but I had to follow the tip below and manually add these variables to= make it work.
Would this be considered a bug?

https://www.mail-archive.com/help-guix@gnu.org/msg08282.html

export GUIX_GTK2_IM_MODULE_FILE=3D"$HOME/.guix-profil= e/lib/gtk-2.0/2.10.0/immodules-gtk2.cache" 
export GUIX_GTK3= _IM_MODULE_FILE=3D"$HOME/.guix-profile/lib/gtk-3.0/3.0.0/immodules-gtk3.cac= he" 

Cheers,
Yasu
<= div>
--=-iyfYYH4oUY55ApixokPo--