unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Anyone using Guix + Gnome + Japanese-Input, please let me know!
@ 2022-05-31 10:47 yasu
  2022-05-31 12:22 ` Dominic Martinez
  2022-05-31 14:46 ` Luis Felipe
  0 siblings, 2 replies; 5+ messages in thread
From: yasu @ 2022-05-31 10:47 UTC (permalink / raw)
  To: Help Guix

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

It must has been a while since I last used Japanese input on my Linux
system - I have just realized that I can no longer select Japanese
Input (Anthy) from Gnome on my Guix OS.

It use to be there but no longer.

 

It is not shown as an Input Choice, either.


GUIX_GTK2_IM_MODULE_FILE GUIX_GTK2_IM_MODULE_FILE are set in my
bash_profile
~$ cat .bash_profile
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 PATH="$PATH:$HOME/co/private/bin:$HOME/.npm-global/bin"
export GLFW_IM_MODULE=ibus
# Honor per-interactive-shell startup file
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
~$ 



~$ echo $GUIX_GTK2_IM_MODULE_FILE 
/home/yasu/.guix-profile/lib/gtk-2.0/2.10.0/immodules-gtk2.cache
~$ echo $GUIX_GTK3_IM_MODULE_FILE 
/home/yasu/.guix-profile/lib/gtk-3.0/3.0.0/immodules-gtk3.cache
~$ find /home/yasu/.guix-profile/lib/gtk-2.0/2.10.0/
/home/yasu/.guix-profile/lib/gtk-2.0/2.10.0/
/home/yasu/.guix-profile/lib/gtk-2.0/2.10.0/immodules-gtk2.cache
/home/yasu/.guix-profile/lib/gtk-2.0/2.10.0/engines
/home/yasu/.guix-profile/lib/gtk-2.0/2.10.0/engines/libadwaita.so
/home/yasu/.guix-profile/lib/gtk-2.0/2.10.0/engines/libadwaita.la
~$ find /home/yasu/.guix-profile/lib/gtk-3.0/3.0.0/
/home/yasu/.guix-profile/lib/gtk-3.0/3.0.0/
/home/yasu/.guix-profile/lib/gtk-3.0/3.0.0/immodules-gtk3.cache
~$ 


If you happen to be using Japanese Input on Guix + Gnome, please let me
know!  I would like to compare with a working system!





[-- Attachment #2: Image-9ETYM1.png --]
[-- Type: image/png, Size: 25388 bytes --]

[-- Attachment #3: Image-SL17M1.png --]
[-- Type: image/png, Size: 138133 bytes --]

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

* Re: Anyone using Guix + Gnome + Japanese-Input, please let me know!
  2022-05-31 10:47 Anyone using Guix + Gnome + Japanese-Input, please let me know! yasu
@ 2022-05-31 12:22 ` Dominic Martinez
  2022-06-01  6:52   ` Taiju HIGASHI
  2022-06-01 10:35   ` yasu
  2022-05-31 14:46 ` Luis Felipe
  1 sibling, 2 replies; 5+ messages in thread
From: Dominic Martinez @ 2022-05-31 12:22 UTC (permalink / raw)
  To: yasu; +Cc: help-guix

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


yasu <yasu@yasuaki.com> writes:

> It must has been a while since I last used Japanese input on my 
> Linux
> system - I have just realized that I can no longer select 
> Japanese
> Input (Anthy) from Gnome on my Guix OS.

Can you try running ~rm -rf ~/.cache/ibus~? That usually fixes it 
for me.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

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

* Re: Anyone using Guix + Gnome + Japanese-Input, please let me know!
  2022-05-31 10:47 Anyone using Guix + Gnome + Japanese-Input, please let me know! yasu
  2022-05-31 12:22 ` Dominic Martinez
@ 2022-05-31 14:46 ` Luis Felipe
  1 sibling, 0 replies; 5+ messages in thread
From: Luis Felipe @ 2022-05-31 14:46 UTC (permalink / raw)
  To: yasu; +Cc: Help Guix


[-- Attachment #1.1: Type: text/plain, Size: 544 bytes --]

Hi yasu,

On Tuesday, May 31st, 2022 at 10:47, yasu <yasu@yasuaki.com> wrote:

> It must has been a while since I last used Japanese input on my Linux
> system - I have just realized that I can no longer select Japanese
> Input (Anthy) from Gnome on my Guix OS.
> 

> It use to be there but no longer.

I recently reported an issue where one of the symptoms is that Japanese Anthy disappears as an input option. See https://issues.guix.gnu.org/55098.

What Dominic suggests used to fix some issues for me too, but not in this case.

[-- Attachment #1.2: publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc --]
[-- Type: application/pgp-keys, Size: 1815 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 509 bytes --]

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

* Re: Anyone using Guix + Gnome + Japanese-Input, please let me know!
  2022-05-31 12:22 ` Dominic Martinez
@ 2022-06-01  6:52   ` Taiju HIGASHI
  2022-06-01 10:35   ` yasu
  1 sibling, 0 replies; 5+ messages in thread
From: Taiju HIGASHI @ 2022-06-01  6:52 UTC (permalink / raw)
  To: yasu; +Cc: Dominic Martinez, help-guix

Hi yasu,

My .bash_profile contains the following additional settings.

export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus

However, since you say it suddenly disappeared from the options, it may
be a problem that can be resolved by deleting the cache.

I solved all my ibus-anthy problems by reading and trying the following
issue's content.
https://issues.guix.gnu.org/35610

--
taiju


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

* Re: Anyone using Guix + Gnome + Japanese-Input, please let me know!
  2022-05-31 12:22 ` Dominic Martinez
  2022-06-01  6:52   ` Taiju HIGASHI
@ 2022-06-01 10:35   ` yasu
  1 sibling, 0 replies; 5+ messages in thread
From: yasu @ 2022-06-01 10:35 UTC (permalink / raw)
  To: Dominic Martinez; +Cc: help-guix

Thank you everyone!  ありがとうございました!
I deleted the whole ~/.cache directory, and restarted my computer - it
seems to have done the trick.  (Although not 100% certain because my
"experiment" was not completely controlled...)

It's a travesty that such a simple thing fails without a lot of
explanation... Maybe some kind of automatic end-user testing is what we
need?  If there is a set of UI tests I can run frequently, that would
be great!

-Yasu



On Tue, 2022-05-31 at 08:22 -0400, Dominic Martinez wrote:
> 
> yasu <yasu@yasuaki.com> writes:
> 
> > It must has been a while since I last used Japanese input on my 
> > Linux
> > system - I have just realized that I can no longer select 
> > Japanese
> > Input (Anthy) from Gnome on my Guix OS.
> 
> Can you try running ~rm -rf ~/.cache/ibus~? That usually fixes it 
> for me.
> 



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

end of thread, other threads:[~2022-06-01 11:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-31 10:47 Anyone using Guix + Gnome + Japanese-Input, please let me know! yasu
2022-05-31 12:22 ` Dominic Martinez
2022-06-01  6:52   ` Taiju HIGASHI
2022-06-01 10:35   ` yasu
2022-05-31 14:46 ` Luis Felipe

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).