From mboxrd@z Thu Jan 1 00:00:00 1970 From: sirgazil Subject: bug#35610: Freshly installed IBus intput method is not listed as an input source Date: Tue, 07 May 2019 10:54:14 -0500 Message-ID: <16a9300a65c.12930628867901.4984278243957188837@zoho.com> References: <16a8f05b586.e58d03a555242.5478544775393299734@zoho.com> <20190506214827.l3mwmty5cvb2lpbw@cf0> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hO2Qp-0000ZK-Gd for bug-guix@gnu.org; Tue, 07 May 2019 11:55:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hO2Qo-0004It-DE for bug-guix@gnu.org; Tue, 07 May 2019 11:55:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45838) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hO2Qo-0004Id-7c for bug-guix@gnu.org; Tue, 07 May 2019 11:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hO2Qo-0005BD-3Z for bug-guix@gnu.org; Tue, 07 May 2019 11:55:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20190506214827.l3mwmty5cvb2lpbw@cf0> 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: ison Cc: 35610 <35610@debbugs.gnu.org> ---- On Mon, 06 May 2019 16:48:27 -0500 ison wrote ---- > 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. I forgot to say that I installed dbus, python-dbus, python2-dbus (I already had ibus and ibus-anthy) and restarted the machine, but nothing changed. I did this while "~/.bash_profile" still had this: 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" export IBUS_COMPONENT_PATH="$HOME/.guix-profile/share/ibus/component" export GTK_IM_MODULE=ibus export XMODIFIERS=@im=ibus export QT_IM_MODULE=ibus