unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Japanese Input wont't without manually adding environmental variables?
@ 2020-11-07  6:46 yasu
  2020-11-07  8:41 ` 宋文武
  0 siblings, 1 reply; 6+ messages in thread
From: yasu @ 2020-11-07  6:46 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 478 bytes --]

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


[-- Attachment #2: Type: text/html, Size: 843 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re: Japanese Input wont't without manually adding environmental variables?
@ 2020-11-07  9:23 Leo Prikler
  2020-11-07 12:07 ` yasu
  0 siblings, 1 reply; 6+ messages in thread
From: Leo Prikler @ 2020-11-07  9:23 UTC (permalink / raw)
  To: yasu; +Cc: guix-devel

Hello, yasu

I recently submitted #44354, which would set GUIX_GTK*_IM_MODULE_FILE
from the system configuration.  Once this patch is merged, you should
be able to add ibus and ibus-anthy to your operating-system packages
and have them picked up from there by gnome.

Note, that this patch would as it is currently likely only set
GUIX_GTK3_IM_MODULE_FILE, because the gnome package does not contain
anything linked against gtk+-2.  If that is a concern, you can add an
application that does to it.  Mine currently looks like this:

```
  (package
    (inherit gnome)
    (propagated-inputs
     `(,@(package-propagated-inputs gnome)
       ;; IBus
       ("ibus" ,ibus)
       ("ibus-anthy" ,ibus-anthy)
       ;; World
       ("dconf-editor" ,dconf-editor)
       ("evolution" ,evolution)
       ("evolution-data-server" ,evolution-data-server)
       ("gitg" ,gitg)
       ("gnome-tweaks" ,gnome-tweaks)
       ("polari" ,polari)
       ("seahorse" ,seahorse))))
```

[As you can see, just ibus and a few more Gnome packages, but none
using Gtk+ 2.]

Best regards,
Leo



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-11-07 12:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-07  6:46 Japanese Input wont't without manually adding environmental variables? yasu
2020-11-07  8:41 ` 宋文武
2020-11-07  8:49   ` yasu
2020-11-07 10:43     ` 宋文武
  -- strict thread matches above, loose matches on Subject: below --
2020-11-07  9:23 Leo Prikler
2020-11-07 12:07 ` yasu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).