From mboxrd@z Thu Jan 1 00:00:00 1970 From: ison Subject: bug#35610: Freshly installed IBus intput method is not listed as an input source Date: Mon, 6 May 2019 15:48:27 -0600 Message-ID: <20190506214827.l3mwmty5cvb2lpbw@cf0> References: <16a8f05b586.e58d03a555242.5478544775393299734@zoho.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNlbf-0006VZ-Ev for bug-guix@gnu.org; Mon, 06 May 2019 17:57:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNlbc-00021j-V8 for bug-guix@gnu.org; Mon, 06 May 2019 17:57:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44122) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hNlbZ-00020R-Tl for bug-guix@gnu.org; Mon, 06 May 2019 17:57:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hNlbZ-0005WQ-Qi for bug-guix@gnu.org; Mon, 06 May 2019 17:57:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <16a8f05b586.e58d03a555242.5478544775393299734@zoho.com> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: sirgazil Cc: 35610@debbugs.gnu.org I currently have ibus with anthy working, but I had this exact same problem at first. I'm not 100% sure what I finally did to solve it, but I think it may have been a missing environment variable. Here is what I have set: export GTK_IM_MODULE_FILE="/run/current-system/profile/lib/gtk-3.0/3.0.0/immodules-gtk3.cache" export GTK_IM_MODULE="xim" export XMODIFIERS="@im=ibus" export QT_IM_MODULE="xim" I'm thinking the $GTK_IM_MODULE_FILE variable is the missing ingredient. However, while attempting to fix this I also installed the packages: ibus, ibus-anthy, dbus, python-dbus, python2-dbus If you need these packages too to make it work then perhaps its worth investigating if the anthy package is missing some dependencies.